This is a discussion on Problem in bundling IBM_AIX 4.3.3 JRE1.3.1 ..! within the AIX Operating System forums, part of the Unix Operating Systems category; --> Dear, I have downloaded the IBM-AIX4.3.3 JRE from IBM web site (jre131.tar.gz :: http://www-106.ibm.com/developerwork...ix/index.html) . My requirement is to ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear, I have downloaded the IBM-AIX4.3.3 JRE from IBM web site (jre131.tar.gz :: http://www-106.ibm.com/developerwork...ix/index.html). My requirement is to bundle the JRE with our Java based Application, for that I extracted the jre131.tar.gz and bundle the same with our application with directory structure as <APPLICATION_INSTALL_DIR>/jre1.3.1/. But, after installing our application to a directory, then invoking the java or any other executable in the JRE is not working, it throws following error, ========= bash-2.05a# ./jre1.3.1/bin/java Unable to dlopen libjava.a: No such file or directory Cannot obtain system-specific information Could not create the Java virtual machine. ========= Then I set the following LIBPATH, LIBPATH=./jre131/jre/bin:./jre131/jre/bin/classic:./jre1.3_old/lib/ export LIBPATH ========= Even after that, It won't work, now it throws, bash-2.05a# ./jre1.3.1/bin/java Unable to find xhpi, path used ./libxhpi.a Could not create the Java virtual machine. ========= In short, if we extract jre131.tar.gz to a particular directory, then its working, if we move the extracted JRE to a some other directory is not working, even if we set the LIBPATH properly. Kindly, guide me to solve the problem and also how to bundle AIX version of JRE with other application (My Application is bundle in zip format). Any early help is really appreciated. Regards, Chithuu.. |