Off Topic- Core java

2003-12-23 Thread N.B.Bopanna
Hi all, please help me with the following problem. I have a java file in my system (C:\Esculation.java) When I compile it from command prompt using javac command it compiles. but when i try to execute the file (java Esculation) from the prompt it gives the following exception. exception in

Re: Off Topic- Core java

2003-12-23 Thread Antony Paul
add . (current directory) to classpath. There is no need to specify where the java API libraries to 1.4 Sun javac compilers. Antony Paul. - Original Message - From: N.B.Bopanna [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 11:32 AM Subject: Off Topic- Core