We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Any Sign... (Read 756 times)
Any Sign...
Jun 9th, 2009, 6:37am
 
Hi,

I import :
- processing.opengl.*;
- import processing.video.*;

when i export i have :

- gluegen-rt-natives-*.jar x6 ( * OS : linux, mac,windows, etc )
- jogl-natives-*.jar x6 ( * OS : linux, mac, windows, etc )

- jogl.jar
- gluegen-rt.jar
- Extractursoul.jar ( my app )
- core.jar
- opengl.jar
- video.jar

- - - - - - - - - - - - - - - -

in index.html :
<param name="archive" value="ExtractUrSoul.jar,opengl.jar,jogl.jar,gluegen-rt.jar,video.jar,core.jar" />

I sign this jar, and export cer. It works on my computer, but when i export on my webserveur, i have an error with native file :
"Error : Unable to install the native file localy".

My question is : i need to sign all jar ( + native ) or it's something else ?

- - - - - - - - - - - - - - -

Do you know an other system that msdos for sign jar ?

THX
Re: Any Sign...
Reply #1 - Jun 11th, 2009, 3:25am
 
You shouldn't need to sign any jars yourself to use OpenGL online
Re: Any Sign...
Reply #2 - Jun 11th, 2009, 1:10pm
 
i have my response... i need to sign every jar for web export.
Undecided it's long when there is 3 natives files for every OS, + other libraries.
i need to learn batch too lol.

Page Index Toggle Pages: 1