1
Personal Java/Jeode/J2ME Personal Profile / Java.net (1.4 Spesifications) Incompatible
« on: October 06, 2005, 08:07:12 am »
I have successfully installed blackdown 1.3.1 on my Zaurus SL-C3100, and I´m trying to run a program originally intended for java 1.4.x and above...
My problem is this:
java.lang.NoClassDefFoundError: java/net/SocketAddress
at....
at....
and so on.
After some searching I found that the problem is this:
SocketAddress is apparently a java 1.4 spesific class, and has been reorganized from the jnet package in java 1.3.
So is it possible to download some libraries or packages, for a workaround so that I don´t have to reprogram everything? Could someone direct me in any direction, as I´m currently quite stuck...
Thanks
My problem is this:
java.lang.NoClassDefFoundError: java/net/SocketAddress
at....
at....
and so on.
After some searching I found that the problem is this:
SocketAddress is apparently a java 1.4 spesific class, and has been reorganized from the jnet package in java 1.3.
So is it possible to download some libraries or packages, for a workaround so that I don´t have to reprogram everything? Could someone direct me in any direction, as I´m currently quite stuck...
Thanks