help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.2.0 mingw jhandles


From: Michael Goffioul
Subject: Re: Octave 3.2.0 mingw jhandles
Date: Mon, 15 Jun 2009 09:05:35 +0100

To install JHandles, you'll need to have the required dependencies
installed, and make them available to the compiler. In practice:
- install octave-forge java package
- install Sun JDK (>= 1.6)
- install JOGL
- put JOGL DLL and jar files into your PATH environment variable
- define JAVA_INCS variable to include the JDK include directory,
that is something like (note that having spaces in the JDK install
dir will make things a little more complex, as you'll have to escape
the space with backslashes)

-IC:/where/java/is/installed/include -IC:/where/java/is/installed/include/win32

- try to install JHandles with "pkg" command

Michael.


2009/6/15 Tatsuro MATSUOKA <address@hidden>:
> Hello
>
> Logically it is possible but I cannot show you the way what should be done to 
> use the Jhandles.
>
> Perhaps Michael can reply to your inquiry.
>
> Please wait for a while.
>
> Regards
>
> Tatsuro
>
> --- Karl M wrote:
>
>>
>> Hi All...
>>
>> With Octave 3.0.3 (MSVC) I had installed the jhandles (on XP and Vista)
>> option and the graphics performance was greatly improved. With 3.0.5 and
>> 3.2.0 (mingw) that option was not available.
>>
>> Even on a fast machine, mesh(1:255, 1:255, rand(255, 255)) takes forever.
>>
>> Is it possible with 3.2.0 to use jhandles?
>>
>> Otherwise, will it be possible anytime soon?
>>
>> Can jhandles show the 2D cursor position as gnuplot does?
>>
>> Thanks,
>>
>> ...Karl
>> --
>> View this message in context:
>> http://www.nabble.com/Octave-3.2.0-mingw-jhandles-tp24024734p24024734.html
>> Sent from the Octave - General mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Help-octave mailing list
>> address@hidden
>> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>>
>
>
> --------------------------------------
> Power up the Internet with Yahoo! Toolbar.
> http://pr.mail.yahoo.co.jp/toolbar/
>


reply via email to

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