HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... geogebra applet
geogebra applet
  View type:
Applet code not showing with tag. I am re-posting minus the applet tags.
I am trying to get a geogebra applet to work on a slide. When I inserted configuration code(minus tags)

Startapplet codebase=. code=geogebra.geogebraApplet archive=geogebra.jar

param filename = mycode.ggb

endapplet

The file mycode.ggb with the construction is not loading. Any suggestion?
 
Java console says:

load: class geogebra.GeoGebraApplet not found.
java.lang.ClassNotFoundException: geogebra.GeoGebraApplet
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

LOL Means I don't have the applet to run . It might be useful to have the java console enabled and see what it reports happens when you attempt to run it.
 
 
let me ask something more fundamental. How do you configure an applet with the applet media object? I need to enter properties: code, codebase and parameters: filename, framePossible.

How (where do you enter code value?)
 
 
 
I'd not looked at geogebra before, what an interesting device.
I'm not at work next week so between other jobs I'll see if I have the time to look at making it work.
A useful bit of info would be... Do you have the .class and .jar files available? If so where physically? The codebase statement should explicitly point to the .jar location.

As far as I can see the syntax for invoking is:
* code= "theapplet.class"
* archive= "thejarlocation/file.jar"
* width=xxx
* height=xxx
and the two parameters
* name=filename value="vlaue.ggb"
* name=framepossible value="t/f"
 
 
 
 
Hello nickj

thanks for helping. I am aware of the syntax for the geogebra applet. When I include the code directly on a slide the coursebase editor remove the parameter lines, leaving only the line
with
** code=appletClass.ggb codebase=. archive = geogebra.jar **

I have even copied the files directly into the courselab image folder. Just not working for me. Any ideas will greatly be apprciated.

meo
 
 
 
 
 
Hi, James!

Please look at this thread: <a href="http://www.courselab.com/db/cle/7A654B7C04C4EF80C32572D200373273/main_id/DEB1AE8A7B1B3576C3256FCF0055974C/extended/1/sid//did//forum.html#7A654B7C04C4EF80C32572D200373273">Geogebra issue thread</a>.
It seems to be similar issue with Geogebra applet. The reason was in relative paths to files.

Please let me know if it will help.
 
 
let me ask something more fundamental. How do you configure an applet with the applet media object? I need to enter properties: code, codebase and parameters: filename, framePossible.

How (where do you enter code value?)
Subject:
Message options
No additional options