Java Vm?

Can anyone help a fresh qnx-user

I have some trouble with the j9 1.5 on QNX 6.2.0 PE.

When i try to run a jar file developed earlier i get the error:

java.lang.noClassDefFoundError: java.rmi.server.UnicastRemoteObject

The application is running perfectly on other platforms (XP with java…)

LD_LIBRARY_PATH=:…/usr/eclipse/ive/bin…

Thanks…

It is likly that the java.rmi interface is not part of the J2ME/PersonalJava
class library. And since j9 is a J2Me/PersonalJava JVM it tends to not
have all of the J2SE features.

chris


Klaus Tyldum <tyldum@stud.ntnu.no> wrote:

Can anyone help a fresh qnx-user

I have some trouble with the j9 1.5 on QNX 6.2.0 PE.

When i try to run a jar file developed earlier i get the error:

java.lang.noClassDefFoundError: java.rmi.server.UnicastRemoteObject

The application is running perfectly on other platforms (XP with java…)

LD_LIBRARY_PATH=:…/usr/eclipse/ive/bin…

Thanks…


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Thanks.

Is it possible to fix this problem, or do I have to switch to an operating
system that can run my software. I was hoping to use QNX.

klaus


“Chris McKillop” <cdm@qnx.com> wrote in message
news:b1upbu$3oc$3@nntp.qnx.com

It is likly that the java.rmi interface is not part of the
J2ME/PersonalJava
class library. And since j9 is a J2Me/PersonalJava JVM it tends to not
have all of the J2SE features.

chris


Klaus Tyldum <> tyldum@stud.ntnu.no> > wrote:
Can anyone help a fresh qnx-user

I have some trouble with the j9 1.5 on QNX 6.2.0 PE.

When i try to run a jar file developed earlier i get the error:

java.lang.noClassDefFoundError: java.rmi.server.UnicastRemoteObject

The application is running perfectly on other platforms (XP with java…)

LD_LIBRARY_PATH=:…/usr/eclipse/ive/bin…

Thanks…


\

Chris McKillop <> cdm@qnx.com> > “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Klaus Tyldum <tyldum@stud.ntnu.no> wrote:

Thanks.

Is it possible to fix this problem, or do I have to switch to an operating
system that can run my software. I was hoping to use QNX.

I would guess you will have to use a system that supports a J2SE jvm if you
need API not supported by j9.

chris


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/