On Apr 2, 6:17 pm, "Luis Finotti" <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I've been having some problems with 3D plots in Sage 2.11.
>
> The machine is a dual (64 bit) Xeon with 16GB of RAM, running Fedora
> Core 6.
>
> boole[~]$ uname -a
> Linux boole.math.utk.edu 2.6.22.14-72.fc6 #1 SMP Wed Nov 21 14:10:25
> EST 2007 x86_64 x86_64 x86_64 GNU/Linux
>
> I installed the binary (64bit debian), and was having problems.  When
> I first opened the notebook with a 3D graph, it froze firefox.  So, I
> tried:
>
> sage: var('x y');
> sage: parametric_plot3d((x,y,x^2*y^3),(x,-2,2),(y,-2,2))
>
> from the command line.  "top" showed java taking 100% of one of the
> CPUs for about 40 seconds, the Jmol logo appeared briefly, the java
> process would go away, but no window would come out and I got no error
> messages.  (I tried this a few times with different functions, always
> with the same result.)  "make test" gave only one error (sage -t
> devel/sage-main/sage/stats/test.py).
>
> I decided to build from source, which went succesfully and "make test"
> had no errors.  I have the same problem, but now I get:
>
<SNIP>
> Best regards,
>
> Luis

FC6 ships gcj instead of the Sun Java SDK. Recent version of gcj do
mostly work with jmol, but FC6's gcj is known to be broken. I would
recommend to install the Sun Java SDK. Alternatively you could update
the gcj runtime, but that is potentially painful and will likely break
other Java related things.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to