Re: WOApplet Problem
Re: WOApplet Problem
- Subject: Re: WOApplet Problem
- From: Cliff Tuel <email@hidden>
- Date: Thu, 10 Apr 2003 15:21:14 -0700
> how to add WOApplet in Webobject. Where the applet .class should have to
> store and how to give codebase? my Applet is not getting loaded although i
> have store my .java file in subproject.
Have you seen the WOApplet documentation in the Dynamic Elements Reference?
Make sure your browser is connecting to your app through a web server, not
in "rapid turnaround" or "direct connect" mode. Launch with
"-WODirectConnectEnabled NO". You *might* be able to fix this limitation by
using the technique in KBase 75480, and adding "application/x-java-applet"
(but I wouldn't).
If you're still stuck, look at the HTML source being generated; does it look
right? Look at the web server's error log. Are the classes somewhere in
the web server's doc root, where the browser can download them?
--
Cliff Tuel email@hidden http://apple.com/services/technicalsupport
_______________________________________________
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.