quaisaq
04-04-2012, 02:37 AM
Hello there fellow programmer.
I have just started on Java. I have a lot of experience in C#.
I have a project going on, where I need a .jar (minecraft.jar) to show its grapichs inside a JFrame (I can change this if needed).
How would i do this?
I have seen it be done before (http://www.worldofminecraft.com/Game_Client)
Here the minecraft.jar is running inside a window.
I am about 99% that this application is made in Java, since it runs from wom.jar
So question 2, how would I edit the variables stored inside minecraft.jar, from wom.jar?
The thing is also happening in the program sent above.
Where we have small modifications to the game, even though minecraft.jar remains untouched.
I have tried to get in contact with the developer of the program linked above, but he does not reply.
TL;DR:
I would like to know how to basically run a .jar inside a JFrame in another .jar.
And how to make modifications to the game shown, without modifying first named .jar.
I have just started on Java. I have a lot of experience in C#.
I have a project going on, where I need a .jar (minecraft.jar) to show its grapichs inside a JFrame (I can change this if needed).
How would i do this?
I have seen it be done before (http://www.worldofminecraft.com/Game_Client)
Here the minecraft.jar is running inside a window.
I am about 99% that this application is made in Java, since it runs from wom.jar
So question 2, how would I edit the variables stored inside minecraft.jar, from wom.jar?
The thing is also happening in the program sent above.
Where we have small modifications to the game, even though minecraft.jar remains untouched.
I have tried to get in contact with the developer of the program linked above, but he does not reply.
TL;DR:
I would like to know how to basically run a .jar inside a JFrame in another .jar.
And how to make modifications to the game shown, without modifying first named .jar.