help-octave
[Top][All Lists]
Advanced

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

Re: Issues with Java


From: nitnit
Subject: Re: Issues with Java
Date: Fri, 9 Mar 2012 02:59:45 -0800 (PST)

Another possible cause may be if the io pkg is loaded before the java pkg on
startup (because for some reason the io pkg is listed on top of the java pkg
in octaverc).

You can try:

pkg rebuild -noauto java

exit and restart octave (the io related errors will still be printed), and
then

pkg rebuild -auto java

exit and restart octave - this time if java pkg has been re-written to
octaverc on top, it will be loaded before the io pkg.

If this doesn't help. you can try to delete octaverc, launch octave and
repeat the "pkg rebild ..." sequence as described in the installation
instructions.

Nitzan

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Issues-with-Java-tp4456900p4459116.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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