Hello,
I'm quite new to this... I can't get my simple Java test program running on
a Wireless Handheld with Windows Mobile 5.
I have installed Creme and can run simple test program's using a .lnk file.
Now I have created this .lnk file:
255#"\windows\CrEme\bin\CrEme.exe" -Of -verbose -classpath
'\Application\;\Application\' -jar \Application\JavaTest3.jar
My jscpout.txt shows following error:
[Loaded JavaTest3/SQL_Select_Class]
[Initializing JavaTest3/SQL_Select_Class]
[Resolving JavaTest3/SQL_Select_Class]
[Initializing JavaTest3/SQL_Select_Class]
[Loaded JavaTest3/DB_Conn]
[Initializing JavaTest3/DB_Conn]
[Resolving JavaTest3/DB_Conn]
[Initializing JavaTest3/DB_Conn]
[Running static initializer for JavaTest3/DB_Conn]
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver: Fout bij
laden Pjava driver
news.xs4all.nl - 11 Jan 2007 09:17 GMT
Sorry, I posted too soon...
It seems a 'simple' classpath error, but I have been trying for hours now
without succes.
The statement in my previous post is incomplete >> The statement I use is:
255#"\windows\CrEme\bin\CrEme.exe" -Of -verbose -classpath
'\Application\classes111.zip;\Application\nls_charset11.zip' -jar
\Application\JavaTest3.jar
I have the same programm running on Windows CE with Creme using this
statement (in a batch file)...
Anyone an idea??
Thanks!
Rene
> Hello,
>
[quoted text clipped - 30 lines]
> java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver: Fout
> bij laden Pjava driver