#193 closed defect (fixed)
Use one JNLP file for each pre-signed JAR file
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | MEV Launcher v1.2 |
Component: | net.sf.basedb.mev | Keywords: | |
Cc: |
Description
According to the JNLP specification all JAR:s that are referenced in a single JNLP file must be either unsigned or signed with the same certificate. This is currently not that case for mail.jar and goose.jar which are both referenced in the JNLP file generated by others.jsp.
For some reason this seems to only be enforced on Mac and not on Windows or Linux. Starting MeV on a Mac results in an error (see comment:ticket:192:3)
An error occurred while launching/running the application. Title: MeV: MultiExperiment Viewer Vendor: http://www.tm4.org Category: Launch File Error JAR resources in JNLP file are not signed by same certificate
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Component: | net.sf.basedb.examples.extensions → net.sf.basedb.mev |
---|
Note:
See TracTickets
for help on using tickets.
(In [1015]) Fixes #193: Use one JNLP file for each pre-signed JAR file