I've jdk 1.3.1 installed on my pc with windows 2000 server as o/s. All the java source code are stored in D:/javasource folder where as,JDK is installed in c:/ drive. and i'm using KAWA as editor to write
source code.
system variable is set as "JAVAHOME" c:/jdk1_3_1/bin
with kawa there is absolutely no problem but, when i try to compile or run the program at COMMAND PROMPT, system could not locate the .java or .class file though full path is given as
c:/>jdk1_3_1 javac d:/javasource/ex1.java
I feel that some more setting for mapping the source folder is reqd.
but don't 've info. to go about. Pls help.
-- sap
source code.
system variable is set as "JAVAHOME" c:/jdk1_3_1/bin
with kawa there is absolutely no problem but, when i try to compile or run the program at COMMAND PROMPT, system could not locate the .java or .class file though full path is given as
c:/>jdk1_3_1 javac d:/javasource/ex1.java
I feel that some more setting for mapping the source folder is reqd.
but don't 've info. to go about. Pls help.
-- sap