Hi
I have made a code snippet that connect to a MySql database and performs several actions. The code works on windows, but I can not get it to run on my gentoo linux. I have jre 1.5 and jdk 1.5 installed. I get the following runtime error:
java -classpath "/home/carsten/sqlcon/;." SqlTest
Exception in thread "main" java.lang.NoClassDefFoundError: SqlTest
Where sqlcon is the directory containing Connector/J
What is wrong here?
