anyone can help me (to sign an applet on MacOS X) ?

G

Gbill

Guest
Hi,

I have some permissions problems with an http upload applet I've made, using glguerin's libraries.
I can't sign my applet for running it under mac os X.

I tried to sign it with the oldest MacOs 9 signer and with the jdk 1.4.2 (win 2000) signer, but all of this didn't work.

Someone can tell me how can I sign an applet on Mac OS X.


Mozilla (Win 2000) require to accept the same trusted applet ??


thanks in advance,

Bill G
 
Joined
Feb 25, 2003
Messages
5,279
Reaction score
138
Points
63
Location
Tropical Island, Jealous?
Your Mac's Specs
MacPro 3.0Ghz 16GB RAM, 4x256 Vid, 30''cinema display
Wow, I havn't the slightest clue what your looking for... this a web app? did you make it on a windows machine? are you making it with xcode or an older mac coder? wow... lost
 
OP
G

Gbill

Guest
Graphite said:
Wow, I havn't the slightest clue what your looking for... this a web app? did you make it on a windows machine? are you making it with xcode or an older mac coder? wow... lost

I developed the applet with Eclipse on Windows 2000,
I succeeded in making it function under mac os 9 and I have a problem of signature for mac os X.
I have a following error :
java.security.AccessControlException: access denied
(java.util.PropertyPermission user.dir read)
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
at
java.security.AccessController.checkPermission(AccessController.java:401)
at
java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
at
java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1291)
at java.lang.System.getProperty(System.java:572)
at
java.io.UnixFileSystem.resolve(UnixFileSystem.java:114)
at java.io.File.getAbsolutePath(File.java:459)
at
com.citenum.fullpress.upload.UploadFonctionnel.listerRacines(UploadFonctionnel.java:93)
at
com.citenum.fullpress.upload.UploadFonctionnel.<init>(UploadFonctionnel.java:51)
at
com.citenum.fullpress.upload.Upload.init(Upload.java:63)
at sun.applet.AppletPanel.run(AppletPanel.java:347)
at java.lang.Thread.run(Thread.java:554)
java.security.AccessControlException: access denied
(java.util.PropertyPermission user.dir read)
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
at
java.security.AccessController.checkPermission(AccessController.java:401)
at
java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
at
java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1291)
at java.lang.System.getProperty(System.java:572)
at
java.io.UnixFileSystem.resolve(UnixFileSystem.java:114)
at java.io.File.getAbsolutePath(File.java:459)
at
com.citenum.fullpress.upload.UploadFonctionnel.listerRacines(UploadFonctionnel.java:93)
at
com.citenum.fullpress.upload.UploadFonctionnel.<init>(UploadFonctionnel.java:51)
at
com.citenum.fullpress.upload.Upload.init(Upload.java:63)
at sun.applet.AppletPanel.run(AppletPanel.java:347)
at java.lang.Thread.run(Thread.java:554)
 
Joined
Feb 25, 2003
Messages
5,279
Reaction score
138
Points
63
Location
Tropical Island, Jealous?
Your Mac's Specs
MacPro 3.0Ghz 16GB RAM, 4x256 Vid, 30''cinema display
hmm... to me it looks like a path problem. OSX is built differently than OS9
 
OP
G

Gbill

Guest
Graphite said:
hmm... to me it looks like a path problem. OSX is built differently than OS9

thanks Graphite for your help,
but I succeeded in making function the applet by signing it with mac os 9 (MRJ 2.2.5)!!
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top