Hi Goalfired,
To generate a JAR file:
- you need a certificate to sign java packages (we got ours from Verisign)
- you need to jar.exe and jarsigner.exe (cant remember where I got those from)
- then you put your activex dll file and your install.js file into a specific
folder
- you run the following command lines
d:\j2sdk1.4.2_04\bin\jar.exe cvfi np7esk32.jar install.js install.js
np7esk32.dll
d:\j2sdk1.4.2_04\bin\jarsigner.exe -keystore d:\cert\sun04\XXXXX.keystore
np7esk32.jar YYYYYYYYYY
d:\j2sdk1.4.2_04\bin\jarsigner.exe -verify -keystore
d:\cert\sun04\XXXXX.keystore np7esk32.jar
Nicolas Roumiantzeff
P.S. I thought that TicTacTo.jar could not load in the TicTacTo on-line demo for
FireFox 3 because of security henancements.
Are you sure that the TicTacToe activex was not previously registered?
http://www.esker.fr/ Nicolas Roumiantzeff
Ingénieur Expert Logiciel / Chief Software Engineer
Esker SA
Tél : +33 (0)4 72 83 46 79 Fax : +33 (0)4 72 83 46 40
mailto:Nicolas.Roumiantzeff@... http://www.esker.fr/
http://www.flydoc.fr/
http://www.quitpaper.fr/green_doc.asp
From: esker-activex-plugin@yahoogroups.com
[mailto:esker-activex-plugin@yahoogroups.com] On Behalf Of goalfired
Sent: Friday, September 05, 2008 2:39 PM
To: esker-activex-plugin@yahoogroups.com
Subject: [Esker ActiveX Plug-in] CONTENTS OF JAR PACKAGE
Hi,
I am trying to get one of my custom ActiveX controls to work and am
having trouble. The TicTacToe demo all works fine in my FireFox 3.0.1
but I notice the JAR package has the following:
Folder: ROOT
File: install.js
File: tictacto.ocx
Folder: META-INF
File: MANIFEST.MF
File: ZIGBERT.SF
File: ZIGBERT.RSA
How do I contruct this information for my own control?
Thanks.