On Fri, 26 Aug 2005 17:18:43 -0400, "freesoft_2000"
<> wrote or quoted :
>C:\j2sdk1.4.2\bin\java -cp .;C:\WINDOWS\Desktop\JProc\ JTim
What this says is:
use the jdk 1.4 debug version of the java run time.
The classes are either in the current directory or
C:\WINDOWS\Desktop\JProc\
The name of the class file is JTim.class
It has the default (no) package.
Inside the JTim.java file you should see public class JTim with a
public static void main method. It should have no package statement.
For further hints, see
http://mindprod.com/jgloss/classpath.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.