[svlug] Java
Robert Hajime Lanning
lanning at lanning.cc
Wed Apr 16 18:54:24 PDT 2003
On Tue, 15 Apr 2003, Karl F. Larsen wrote:
> I need the help from a Java person. I'm running Red Hat 8 and
> find that gcc-java 3.2-7 is on my computer, but sure have no way to
> prove it except that when I tried to load it it said already
> loaded...:-)
>
> I found jphoto which should serve as a driver for my USB
> connected Kodak digital camera. But when I envoke jphoto it quits on
> line 30 saying I do not have java on my computer.
>
> Anyone have an idea what to do next?
I believe that gcc-java is a java compiler. Not a JVM.
The software is probably looking for the "java" binary that implements
the Java Virtual Machine.
If I remember correctly gcc-java compiles Java source into actual
executables, not Java byte code.
You can download the Java Runtime Environment (RTE) from
http://java.sun.com/
They also have the full Java Software Developement Kit (SDK), if
you are going to compile Java source.
Java source ends in ".java". Java byte code is ".class".
And, an archive of multiple ".class" files is a ".jar".
--
END OF LINE
More information about the svlug
mailing list