putting applets in a post

Is it possible? I’ve uploaded my jar file, and tried the applet button, but I’m not seeing anything in the preview.

I tried too, it didnt’ work

[quote][applet archive=http://www.thenewidea.biz/gbeebe/grndzero.jar class=grndzero.class width=600 height=400]
[/quote]

You cannot use a URL to load an applet here on JGO. You can only use the JAR file’s name directly and the server will correctly load the JAR file with the same name that you have uploaded.

so make sure to not happened with same name as others ;D

[/quote]
There are two problems here:

  1. “grndzero.class” is NOT a valid classname. It should be “somepackage.SomeApplet”, not “somepackage.SomeApplet.class”.
  2. Upload your JAR usig the [My Files] option in the header and use the archive name “grndzero.jar”.

I tried posting in the showcase, but it didn’t work. I have uploaded my file and I qualified the class correctly with package.classname

It’s entered at Java4K, and working there, so maybe I’ll just post a link in the showcase.

See my reply overthere.