|
Its just not finding the java executable to run the java program with. At a command prompt, type
which java
And it may return something like
/usr/local/j2sdk/bin/java
Edit the startup script that is calling the weather app (in /etc/init.d from your earlier post) and change the last line from
java -noverify DataGrabber
to
/whatever/which/output/for/you/java -noverify DataGrabber
And it should work.
__________________
“IN MY EXPERIENCE, SUSAN, WITHIN THEIR HEADS TOO MANY HUMANS SPEND A LOT OF TIME IN THE MIDDLE OF WARS THAT HAPPENED CENTURIES AGO.”
|