Ask Your Question

CXMA479's profile - activity

2018-06-02 13:26:43 +0200 received badge  Nice Question (source)
2018-03-02 18:57:38 +0200 received badge  Famous Question (source)
2018-02-02 12:50:33 +0200 received badge  Notable Question (source)
2017-02-05 21:42:14 +0200 received badge  Popular Question (source)
2015-11-25 18:01:35 +0200 received badge  Student (source)
2015-11-25 15:51:06 +0200 asked a question jmol cannot run...when plot3d

Well, I downloaded the source (version 6.9),and make it with gcc. But when I typed these following in sage command line,I got a problem...

 g(x,y)=x^2+y
plot3d(g(x,y),(x,1,3),(y,1,10))

It said something about jmol,so I went to get jmol,and invoked it again,However it didn't work,It SAYS:

RuntimeError: jmol cannot run, no suitable java version found

And I tryed to invoke jmol alone via Termianl,it seemed to work well. Does sage cann't find the right path? What should I do? Ubuntu12.04

2015-11-25 15:50:33 +0200 asked a question jmol cannot run while plot3d

Well,the internet connection is terrible which makes me a mess... I downloaded the source(version 6.9 in Ubuntu 12.04).When I typed these following in sage command line,I got a problem...

g(x,y)=x^2+y
plot3d(g(x,y),(x,1,3),(y,1,10))

It said something about jmol,so I went to get jmol,then invoked it again,however didn't work.IT SAYS: RuntimeError: jmol cannot run, no suitable java version found
And I tried to call jmol in Terminal,it seemed to work well.
Does sage cann't find the right path?What should I do?