P
Pedro Pinto
Hi there!
I've build an Java applet which uses the jxl.jar file, named app.jar.
Jxl for who haven't heard is the jar that constains the classes for
excel file editing. The issue here is, app.jar has two java applets,
one for the excel file creation and another for the application
settings. The applet for the application settings works well and can
read/write files to/from the local hard drive. I've signed the
app.jar. The issue here is when i launch the main java applet for the
excel file creation exceptions are thrown, indicating that jxl doesn't
have read/write permissons. I've tried signing the jxl.jar but it
still gives me the same errors. When signing i tried using the app.jar
key already generated or a new key but didn't work. Can anybody give
me a clue on how i can solve this. Thanks in advance for any help.
app.jar -> signed and launches well in IE7.
jxl.jar -> when performing the convertion indicated that doesn't have
read/write permissions.
I've build an Java applet which uses the jxl.jar file, named app.jar.
Jxl for who haven't heard is the jar that constains the classes for
excel file editing. The issue here is, app.jar has two java applets,
one for the excel file creation and another for the application
settings. The applet for the application settings works well and can
read/write files to/from the local hard drive. I've signed the
app.jar. The issue here is when i launch the main java applet for the
excel file creation exceptions are thrown, indicating that jxl doesn't
have read/write permissons. I've tried signing the jxl.jar but it
still gives me the same errors. When signing i tried using the app.jar
key already generated or a new key but didn't work. Can anybody give
me a clue on how i can solve this. Thanks in advance for any help.
app.jar -> signed and launches well in IE7.
jxl.jar -> when performing the convertion indicated that doesn't have
read/write permissions.