Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
What OS and what version of the JDK do you have?
How do you execute the program?
Can you open a console window, change directories to the folder with the .jar file (I assume the program is in a jar file) and issue this command:
java -jar <THE JAR FILE NAME HERE>.jar
If there are any error messages on the console window, copy them (RC and copy) here.
i did some test... i tried to run the same program on another com which OS is Win 7 Home 64bit and i just install the jre ver6 update 25 and everything could be run perfectly... is there any setting i have to do?? when i run the program on the win 7 home PC i run it as normal user so i dun think is the UAC fault...
Then there must be third party software involved. I have No idea what that code does.program has being compile into .exe file
What happens if you create a jar file and use the java -jar command?