I have recently downloaded a piece of Amatuer Radio software that uses Java. I have never used Java before on linux, so I installed Java and it appears to be installed on my system.
Code:
stevex@maestro:~/JLog$ java -version
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
Using what the JLog (The program I am trying to install) Howto file I should have unpacked the file into a directory.. I did 'jar xv jl-1.02' inside the directory, and it unpacked the files..
Code:
stevex@maestro:~/JLog$ dir
Legal.txt build.xml contests/ foo jl.bat logs/
META-INF/ com/ data/ jl-1.02.jar jl.sh operations/
bin/ configuration/ docs/ jl-gen.bat libx/ server.bat
According the Howto I should:
Quote:
On UNIX/Linux/OS X, type
'java JL'.
|
http://www.qsl.net/w1jq/HOWTO.txt
When I do that I get an error.. so I need to know if my error is a Java Error, or me doing somthing wrong. I understand that not many of you know about the program I am trying to install (or atleast I don't assume there are many hams on here) BUT I figure many of you know about Java, and I suppose its all about the same, atleast when getting things to run.
Code:
stevex@maestro:~/JLog$ java JL
Exception in thread "main" java.lang.NoClassDefFoundError: JL
Thats the error I get when I use the comman instructed by the HowTo.. I assume the howto is correct, and I am doing things correct.. and that that manes there is a Java error.. How do you I start the Java runtime enviroment to run apps?
Thanks for your time and help!