How do I run it my sample game from eclipse to windows 7 without using any CMD command?
Am I gonna use the .bat extension which I don't really know at all.
How to I run my eclipse java game in windows
Page 1 of 12 Replies - 149 Views - Last Post: 05 March 2013 - 12:50 PM
Replies To: How to I run my eclipse java game in windows
#2
Re: How to I run my eclipse java game in windows
Posted 05 March 2013 - 12:45 PM
File -> export -> Runnbale Jar.
#3
Re: How to I run my eclipse java game in windows
Posted 05 March 2013 - 12:50 PM
In the .BAT file
JAVA MyClass
if the Java /bin directory is in the %PATH% variable. Else you will have to explicity insert it
"C:/Program File/Java/JRE6/bin/java" MyClass
JAVA MyClass
if the Java /bin directory is in the %PATH% variable. Else you will have to explicity insert it
"C:/Program File/Java/JRE6/bin/java" MyClass
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|