in reply to Problem about NullPointerException when using Inline::Java and Jar file
Anyways my guess is that you have a system administration issue more than a coding issue. For instance you may be on a Linux system, Perl is using the crap java implementation that comes out of GNU while your browser is using a better one from Sun. A sanity check is to run the command java -version and see if it says anything about the Free Software Foundation. If it does then go to http://java.com/en/, get a better version of Java, install it somewhere, then follow the instructions in the README to install Inline::Java to use that version and see if the problems go away.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem about NullPointerException when using Inline::Java and Jar file
by macpaul (Initiate) on Dec 29, 2008 at 09:42 UTC | |
by tilly (Archbishop) on Dec 30, 2008 at 03:17 UTC |