Hi,
i am beginner in java. I am doing project making a small embedded linux system to run java app.
first i install JDK on my host (i686-linux 2.6.16-openSuse 10.1) and JRE on my target (i686-linux 2.4.32), both are version 1-5-. then I try to make the "Hello World!" program ,test it on the host, works fine.
then i put on my target system, but it didnt work. the error message was:
There was an error trying to initialize the HPI library
Please check your installation. Hotspot does not work correctly
when installed in the JDK 1.2 Linux Production Release, or
with any JDK 1.1.x release.
Could not create the Java virtual machine.
thanks for any help and suggestion for the newbee