Click to See Complete Forum and Search --> : permission request in java


agent_x91
10-06-2004, 03:50 PM
I'm not actually sure how to get my server and stuff running a database yet, certainly not how to sign a java applet.

how can i sign a java applet? or, is there another way of requesting permission to do things otherwise disabled in applets?


another solution to my problem which doesn't require this is making a graphical application... i have no idea how to make a graphical java file without making it an applet - is it possible?

thanks in advance for any replies

HaganeNoKokoro
10-06-2004, 04:35 PM
You can make a Java application do anything that can be done by an applet. I suggest you do a search for java awt tutorials or java swing tutorials.

I found some tutorials at http://www.javaolympus.com/J2SE/AWT/AWT.jsp that may or may not be of any use.

ray326
10-07-2004, 12:39 AM
This (http://www.securingjava.com/appdx-c/) looks like a pretty good (non-Sun) resource on the matter. Of course you can always go to the source (http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/rsa_signing.html). I got these by Googling for signing java applets.

agent_x91
10-07-2004, 02:07 PM
okay thanks I'll check that out later