On Tue, Jul 12, 2011 at 8:51 PM, Steph Bredenhann <[email protected]> wrote: > I have installed SUN-java 6, both JRE and JDK. How do I get JAVA to rather > see: > > /usr/lib/jvm/java-6-sun/jre/lib/amd64/server/libjvm.so > > instead of seeing: > > /usr/lib/jvm/default-java/jre/lib/amd64/client/libjvm.so > > We have discussed the symbolic link before, but can't one change the > default?
Unfortunately not. The java package expects to use the client JVM. If you can afford recompiling the java package, you could hack the file __java__.cc at line 445 (see http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/extra/java/src/__java__.cc?revision=8118&view=markup) To use what you want. Michael. ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
