|
-
Dec 17th, 2001, 12:33 AM
#1
Thread Starter
Addicted Member
Applet testing environment
I want to write an applet that I will require signing because of the features it uses. I am interested in finding an applet run environment (non-browser?) that would allow me to test the applet without signing it so that I can worry about signing it once the applet functions the way I want. Is there such an application?
-
Dec 18th, 2001, 05:34 PM
#2
Dazed Member
Why not use the appletviewer that the JDK provides? This is usually a wise move because sometimes the Java Runtime that is contained within most broswers is not up to date with the latest Java version.
-
Dec 18th, 2001, 06:36 PM
#3
Thread Starter
Addicted Member
Yeah, I rediscovered the AppletViewer after I posted the question. I'll have to try it out. Apparently I would be able to specify the security level too. Will post more when I get a chance to work with it.
Thanks,
cudabean
-
Dec 28th, 2001, 06:07 AM
#4
Hyperactive Member
any progress with the AppletViewer?
"There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein
If you are programming in Java use www.NetBeans.org
-
Dec 31st, 2001, 01:23 PM
#5
Thread Starter
Addicted Member
I can't say that I am making progress. What I have discovered is appletviewer behaves differently than ie 5.5 when working with applets, so I can't recommend it for debugging. Right now I'm enmired in the black arts of signing an applet. I think I will need to add the actual signing into my compilation/testing loop, much as I'd wished to avoid it.
cudabean
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|