Re: classpath problem



Lothar Kimmeringer wrote:
Ravi wrote:

I complie the code with command 'javac First.class -classpath <full
path to the mysql-connector-java-3.1.14-bin.jar file>'

That's extremely unusual. I would have expected the command to be

javac -classpath <full path to the JAR> First.java

$ javac -help
Usage: javac <options> <source files>

--
Lew
.