|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Octave 3.2.0 mingw jhandlesHi 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 |
|
|
Re: Octave 3.2.0 mingw jhandlesHello
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 > Help-octave@... > https://www-old.cae.wisc.edu/mailman/listinfo/help-octave > -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ _______________________________________________ Help-octave mailing list Help-octave@... https://www-old.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: Octave 3.2.0 mingw jhandlesTo 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 <tmacchant@...>: > 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 >> Help-octave@... >> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave >> > > > -------------------------------------- > Power up the Internet with Yahoo! Toolbar. > http://pr.mail.yahoo.co.jp/toolbar/ > Help-octave mailing list Help-octave@... https://www-old.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: Octave 3.2.0 mingw jhandlesHi...
Is it possible to include this in future versions of the mingw installer? Thanks, ...Karl
|
|
|
Re: Octave 3.2.0 mingw jhandlesHello
The maintainer of mingw relasese, Benjamin Lindner, decide what packages are included. Regards Tatsuro --- Karl M wrote: > > Hi... > > Is it possible to include this in future versions of the mingw installer? > > Thanks, > > ...Karl > > Michael Goffioul-2 wrote: > > > > 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 <tmacchant@...>: > >> 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 > >>> Help-octave@... > >>> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave > >>> > >> > >> > >> -------------------------------------- > >> Power up the Internet with Yahoo! Toolbar. > >> http://pr.mail.yahoo.co.jp/toolbar/ > >> > > _______________________________________________ > > Help-octave mailing list > > Help-octave@... > > https://www-old.cae.wisc.edu/mailman/listinfo/help-octave > > > > > > -- > View this message in context: > http://www.nabble.com/Octave-3.2.0-mingw-jhandles-tp24024734p24042092.html > Sent from the Octave - General mailing list archive at Nabble.com. > > _______________________________________________ > Help-octave mailing list > Help-octave@... > https://www-old.cae.wisc.edu/mailman/listinfo/help-octave > -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ _______________________________________________ Help-octave mailing list Help-octave@... https://www-old.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: Octave 3.2.0 mingw jhandlesHi...
I tried to install the java package after installing jdk6u14 and jogl and the following is the output.
|
| Free embeddable forum powered by Nabble | Forum Help |