You set JAVA_HOME to /usr/java5_64 which presumably Java 5 but in LIBPATH you are pointing to /opt/java1.3 which presumably Java 1.3.
On Mon, Apr 4, 2011 at 11:26, cuongdm <[email protected]> wrote: > Hi, > I want to use callj in IBM AIX. I do all things as in document: > /opt/java1.3/jrelib -> /opt/java1.3/jre/bin > /opt/java1.3/jvmlib -> /opt/java1.3/jre/bin/classic > > .profile: > Add “/opt/java1.3/jrelib:/opt/java1.3/jvmlib” to the LIBPATH > > > And this is in my computer: > #java---------------------------------------------- > export JAVA_HOME=/usr/java5_64 > export JVMLIB=$JAVA_HOME/jre/bin/classic > export LIBPATH=$LIBPATH:$JAVA_HOME/jre/bin/classic:$JAVA_HOME/jre/bin > #------------------------------------------------- > > but when I call CallJ, I get error: "Cannot find the JVM.dll" > I dont know why? Anyone can you help me? > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
