First run? - beginer with java
|
Hi, C:\>java JBidWatch-0.4.5.jar C:\jbid>java JBidWatch.class C:\jbid2>java JBidWatch.java Thanks for help. |
|
try java -jar JBidWatch-0.4.5.jar |
|
Greetings, MitchD123 has it exactly correct, you can launch it on a Windows box (if you have the JRE installed) by double-clicking on the .jar file, or making a shortcut to it. You can also go to the command line and execute java -jar JBidWatch-0.9pre5.jar Also, JBidwatcher requires JRE 1.2.2 or later. 1.1.8 did not support some fundamental features of the Java language that made it much less useful to me as a general programming language. The latest JRE is 1.4.1_02, if I recall correctly, and is available at: Good luck! — Morgan Schweers, CyberFOX! |