[xwiki-users] GeoGebra Applet is not working
Hello! GeoGebra Snippet<http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSnippet>didn't work here. It indicates an error. It can't open the sinusoida.ggb. Can anyone help me? -- Atenciosamente, Erica Usui.
It worked! The filem address was wrong. The code is incorrect also on the GeoGebraAppletFromAttachmentSnippet page<http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSnippet> . 2010/9/16 Erica Usui <[email protected]>
Hello!
GeoGebra Snippet<http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSnippet>didn't work here.
It indicates an error. It can't open the sinusoida.ggb. Can anyone help me?
-- Atenciosamente, Erica Usui.
-- Atenciosamente, Erica Usui.
Erica, try the following, its' really not too hard: <applet code="geogebra.GeoGebraApplet" archive="/files/GeoGebra/geogebra.jar" width="97%" height="90%" name="main-player"> <param name="filename" value="$url"> <param name="framePossible" value="true"> <param name="language" value="de">Please <a href="http://www.java.com">install Java 1.4.2</a> (or later) to use this page.</applet> this is pulled from http://i2geo.net/ where all uploaded GeoGebra resources are playable. See the list per software here: http://i2geo.net/xwiki/bin/view/Softwares/ The code-snippet there fails because it is not upgraded to the new syntax apparently. paul Le 16 sept. 2010 à 21:51, Erica Usui a écrit :
Hello!
GeoGebra Snippet<http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSnippet>didn't work here.
It indicates an error. It can't open the sinusoida.ggb. Can anyone help me?
-- Atenciosamente, Erica Usui. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Actually the snippet here <http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSnippet>(page of snippet) worked just changing the value of the filename to the whole URL. But it didn't work on linux environment,. Paul, the snippet you posted lead the page to an error. :( 2010/9/16 Paul Libbrecht <[email protected]>
Erica,
try the following, its' really not too hard:
<applet code="geogebra.GeoGebraApplet" archive="/files/GeoGebra/geogebra.jar" width="97%" height="90%" name="main-player"> <param name="filename" value="$url"> <param name="framePossible" value="true"> <param name="language" value="de">Please <a href="http://www.java.com">install Java 1.4.2</a> (or later) to use this page.</applet>
this is pulled from http://i2geo.net/ where all uploaded GeoGebra resources are playable. See the list per software here: http://i2geo.net/xwiki/bin/view/Softwares/
The code-snippet there fails because it is not upgraded to the new syntax apparently.
paul
Le 16 sept. 2010 à 21:51, Erica Usui a écrit :
Hello!
GeoGebra Snippet< http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSn... didn't work here.
It indicates an error. It can't open the sinusoida.ggb. Can anyone help me?
-- Atenciosamente, Erica Usui. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Atenciosamente, Erica Usui.
Le 16 sept. 2010 à 23:31, Erica Usui a écrit :
Actually the snippet here <http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSnippet>(page of snippet) worked just changing the value of the filename to the whole URL. But it didn't work on linux environment,.
Try activating level 5 of the applet logging, you should see what URLs it attempts to download.
Paul, the snippet you posted lead the page to an error. :(
From reading the code below, you, of course, need /files/GeoGebra/geogebra.jar to be accesible... is t? And the path to the ggb file is in $url. paul
2010/9/16 Paul Libbrecht <[email protected]>
Erica,
try the following, its' really not too hard:
<applet code="geogebra.GeoGebraApplet" archive="/files/GeoGebra/geogebra.jar" width="97%" height="90%" name="main-player"> <param name="filename" value="$url"> <param name="framePossible" value="true"> <param name="language" value="de">Please <a href="http://www.java.com">install Java 1.4.2</a> (or later) to use this page.</applet>
this is pulled from http://i2geo.net/ where all uploaded GeoGebra resources are playable. See the list per software here: http://i2geo.net/xwiki/bin/view/Softwares/
The code-snippet there fails because it is not upgraded to the new syntax apparently.
paul
Le 16 sept. 2010 à 21:51, Erica Usui a écrit :
Hello!
GeoGebra Snippet< http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSn... didn't work here.
It indicates an error. It can't open the sinusoida.ggb. Can anyone help me?
-- Atenciosamente, Erica Usui. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Atenciosamente, Erica Usui. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Yes, it actually works, your code, but it doesn't work on linux. Even on Geo Gebra Website... if i'm on linux environment, it doesn't work. 2010/9/16 Paul Libbrecht <[email protected]>
Le 16 sept. 2010 à 23:31, Erica Usui a écrit :
Actually the snippet here < http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSn... (page of snippet) worked just changing the value of the filename to the whole URL. But it didn't work on linux environment,.
Try activating level 5 of the applet logging, you should see what URLs it attempts to download.
Paul, the snippet you posted lead the page to an error. :(
From reading the code below, you, of course, need /files/GeoGebra/geogebra.jar to be accesible... is t? And the path to the ggb file is in $url.
paul
2010/9/16 Paul Libbrecht <[email protected]>
Erica,
try the following, its' really not too hard:
<applet code="geogebra.GeoGebraApplet" archive="/files/GeoGebra/geogebra.jar" width="97%" height="90%" name="main-player"> <param name="filename" value="$url"> <param name="framePossible" value="true"> <param name="language" value="de">Please
<a
href="http://www.java.com">install Java 1.4.2</a> (or later) to use this page.</applet>
this is pulled from http://i2geo.net/ where all uploaded GeoGebra resources are playable. See the list per software here: http://i2geo.net/xwiki/bin/view/Softwares/
The code-snippet there fails because it is not upgraded to the new syntax apparently.
paul
Le 16 sept. 2010 à 21:51, Erica Usui a écrit :
Hello!
GeoGebra Snippet<
http://code.xwiki.org/xwiki/bin/view/Snippets/GeoGebraAppletFromAttachmentSn...
didn't work here.
It indicates an error. It can't open the sinusoida.ggb. Can anyone help me?
-- Atenciosamente, Erica Usui. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Atenciosamente, Erica Usui. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Atenciosamente, Erica Usui.
"about:plugins"? Where do i find it? On linux evironment the online geogebra doesn't work: http://www.geogebra.org/webstart/geogebra.html <http://www.geogebra.org/webstart/geogebra.html>So i guess there isn't much i can do to make it work on xwiki when using linux. =\ 2010/9/17 Paul Libbrecht <[email protected]>
That tastes like a traditional applet issue.
What does about:plugins say?
paul
Le 16 sept. 2010 à 23:50, Erica Usui a écrit :
it actually works, your code, but it doesn't work on linux. Even on Geo Gebra Website... if i'm on linux environment, it doesn't work.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Atenciosamente, Erica Usui.
Erica, this has nothing to do with XWiki. (geogebra.org is also not xwiki) It has to do with the installation of java on that linux box. I would recommend you re-install java. paul Le 20 sept. 2010 à 17:17, Erica Usui a écrit :
"about:plugins"? Where do i find it?
On linux evironment the online geogebra doesn't work: http://www.geogebra.org/webstart/geogebra.html <http://www.geogebra.org/webstart/geogebra.html>So i guess there isn't much i can do to make it work on xwiki when using linux. =\
2010/9/17 Paul Libbrecht <[email protected]>
That tastes like a traditional applet issue.
What does about:plugins say?
paul
Le 16 sept. 2010 à 23:50, Erica Usui a écrit :
it actually works, your code, but it doesn't work on linux. Even on Geo Gebra Website... if i'm on linux environment, it doesn't work.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Atenciosamente, Erica Usui. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Ok! Thank you! Erica. 2010/9/20 Paul Libbrecht <[email protected]>
Erica,
this has nothing to do with XWiki.
(geogebra.org is also not xwiki)
It has to do with the installation of java on that linux box. I would recommend you re-install java.
paul
Le 20 sept. 2010 à 17:17, Erica Usui a écrit :
"about:plugins"? Where do i find it?
On linux evironment the online geogebra doesn't work: http://www.geogebra.org/webstart/geogebra.html <http://www.geogebra.org/webstart/geogebra.html>So i guess there isn't much i can do to make it work on xwiki when using linux. =\
2010/9/17 Paul Libbrecht <[email protected]>
That tastes like a traditional applet issue.
What does about:plugins say?
paul
Le 16 sept. 2010 à 23:50, Erica Usui a écrit :
it actually works, your code, but it doesn't work on linux. Even on Geo Gebra Website... if i'm on linux environment, it doesn't work.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Atenciosamente, Erica Usui. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Atenciosamente, Erica Usui.
participants (2)
-
Erica Usui -
Paul Libbrecht