Java JDK

Cyclonic

New Member
im trying to install Java JDK so i can execute java files
i have got the latest version of java and i have updated vista.
i have also tried adding an evironmental variable.
i can execute java.exe from its containing folder but cant run java executables from any other folder, can anyone help me?
 

My Computer

Are you trying to code in Java or to run Java apps that somebody else has already completed? Since you're playing with the JDK and environment variables (CLASSPATH?) I assume it's the former, but it would be useful if you could clarify that point.

Java.exe is the JVM - the virtual machine. You're probably not aiming to invoke that directly, but through the actual app you'd like to use.
 

My Computer

Back
Top