Hello I have the following directory structure
f:\javatimesheet\ie\core\timesheet\data and in my java source file I have
package ie.core.timesheet.data;
public class ...
if I am in the directory data and the source file is there i can compile but I cannot run the class.
I thought this would do it java -classpath .;f:\javatimesheet\ie HelloWorld
or to compile it i thought javac - classpath .;f:\javatimesheet\ie HelloWorld.java
which won't compile.
Anthony.
f:\javatimesheet\ie\core\timesheet\data and in my java source file I have
package ie.core.timesheet.data;
public class ...
if I am in the directory data and the source file is there i can compile but I cannot run the class.
I thought this would do it java -classpath .;f:\javatimesheet\ie HelloWorld
or to compile it i thought javac - classpath .;f:\javatimesheet\ie HelloWorld.java
which won't compile.
Anthony.