WOApplets, getting closer
WOApplets, getting closer
- Subject: WOApplets, getting closer
- From: MacFirst <email@hidden>
- Date: Tue, 04 Nov 2003 12:28:37 -0800
Ok, I have an applet which runs under AppletViewer and on a "normal" web
page.
I've copied myApplet.class to my WOApp directory (actually, it's a sibling
of MyWOApp.woa)
In WOBuilder, I've added a WOApp, I've specified code="myApplet" and
codebase="/full/path/to/where/myApplet.class/lives/"
[Aside: WOBuilder gives a verification error: "missing
required attribute: code" -- apparently, it doesn't
recognize hard-coded strings, vice String functions from
the app?]
Yet my applet won't load in either Safari or IE. I've tried every variation
I can imagine (with/without ".class", with/without "File:///", etc.), but I
either get classNotException error or AccessException.
This is just a simple applet that blinks red & green, btw.
Its permissions are 755 (up from 744, which is how it was created.) All the
directories are accessible.
So what do I need to do?!
Thanks!
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.