help-octave
[Top][All Lists]
Advanced

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

Re: R: Best way to create interactive GUI apps with octave?


From: Michael Goffioul
Subject: Re: R: Best way to create interactive GUI apps with octave?
Date: Mon, 1 Nov 2010 13:11:14 +0000

On Mon, Nov 1, 2010 at 10:20 AM, schnumbl <address@hidden> wrote:
>
> Thank you for your comments. I am a beginner in octave and the
> failure to find a shared library could be due to my environment variable
> settings (I use Windows XP). I tried to find the settings with google,
> but I am still not sure if they are ok.
>
> Is there a tutorial for setting the environment variables for octave forge?
>
> Some paths I found are with '/' slash and some are with '\'. Sometimes there
> is a ";"
> as seperator and sometimes not. This is confusing for me, see e.g:
> http://www.mail-archive.com/address@hidden/msg02686.html
>
>
> Here are my Windows environment variable settings
>
> Windows environment system variables:
>
> CLASSPATH = .
> JAVA_HOME = C:\Programme\Java\jdk1.6.0_22
> JAVA_INCS = -I:C:\Programme\Java\jdk1.6.0_22\include;
> -I:C:\Programme\Java\jdk1.6.0_22\include\win32
> PATH = ... ; C:\gnuplot\bin; C:\Programme\Java\jre6\bin;
> C:\Octave\3.2.4_gcc-4.4.0\bin

Under windows, you normally don't need these variables. They are computed
automatically from the registry. Moreover some of these variables are only
required if you want to compile the octave java package yourself (like
JAVA_INCS).

Michael.


reply via email to

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