help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: How do I install the java and jhandles packages?


From: Scott Haynes
Subject: RE: How do I install the java and jhandles packages?
Date: Fri, 18 Jul 2008 16:47:31 -0600

This thread may be useful to you.

http://www.nabble.com/java-and-linux-to18206506.html#a18230358

It starts assuming that you have installed jdk 1.6 and goes through installing GLUEGEN, JOGL and Jhandles.
In my situation the package manager did not work as I installed octave forge packages using yum instead of the package manager. I had to rebuild the octave java package using jdk 1.6 to make jhandles work even thought the octave forge version functioned correctly.

best of luck

--
Scott Haynes


> Date: Fri, 18 Jul 2008 15:43:22 +0200
> From: address@hidden
> To: address@hidden
> Subject: Re: How do I install the java and jhandles packages?
> CC: address@hidden
>
> On Fri, Jul 18, 2008 at 3:23 PM, Matthias Brennwald
> <address@hidden> wrote:
> >> http://www.nabble.com/Trouble-installing-Java-and-Jhandles-td15653720.html#a15747857
> >
> > Aha. I've read that, but I don't understand what I am supposed to do. I
> > am a Linux dummy...
>
> It appears the java package did not install correctly, so you have
> to re-install it, but take care of the following:
>
> Requirements
> ==========
>
> Java
> - JRE (Java Runtime Environment): the java package has only
> been tested with Sun JRE (1.5 and 1.6)
> - JDK (Java Development Kit): only tested with Sun JDK (1.6)
>
> JHandles
> - JOGL: Java OpenGL interface, https://jogl.dev.java.net/
>
> Installation
> ========
>
> The executables from JDK must be in your path, as well as the
> JRE executables. So you should be able to write in a terminal
>
> java -version
> javac -version
>
> The java package needs to load the JVM (Java Virtual Machine)
> from the library libjvm.so. This library is expected in (<ARCH>
> can be i386, mac, solaris...)
>
> /usr/lib/jvm/jre/lib/<ARCH>/client/libjvm.so
>
> If the JVM is located in another directory, then you need to define
> the environment variable JAVA_HOME such that the JVM is located
> at
>
> $JAVA_HOME/jre/lib/<ARCH>/client/libjvm.so
>
> When everything is set up, you can try to install the packages
> normally.
>
> Michael.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave


Stay in touch when you're away with Windows Live Messenger. IM anytime you're online.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]