Hello. One day I decided to install Java 7. I thought, "If this is an upgraded Java, might as well get rid of Java 6!" not knowing what would happen. When I installed Java 7, I saw I could not see anything ran by Javascript! (3D images, etc) So then I went to download Java 6 again, long story short, Java 6 couldn't be installed again, so I decided fuck it and might as well use Java 7! I went to install Delver alpha, and a WinRAR file came up, when you said it would be Java. (Nothing against you) I went to see the "Open with" tap, then the only option was WinRAR. I need help with how to find the Java file again!
Java has nothing to do with Javascript: the only thing they share is part of the name.
Besides this, you can run the jar file from command line with:
Code:
C:\>path_to_java_binary\java -jar name_of_package.jar
You can do this from a console window (Run -> cmd). Note that the "path_to_java_binary" might be something like C:\Program Files\Java\jdk1.6.0_27\bin\java.
Hope it helps.
