Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] pack200 M5 question


Janet,
Changing startup.jar to org.eclipse.equinox.launcher should work, note that you need to make sure you reference the actual jar in your install which will have a version number on it.
Eg:

java -jar /eclipse/plugins/org.eclipse.equinox.launcher_1.0.100.v20080303.jar -application ....

-Andrew


Janet Dmitrovich <jdmitrov@xxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

04/04/2008 02:35 PM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] pack200 M5 question





Using the example on this page http://wiki.eclipse.org/index.php/Pack200
Specifically :
java -jar /eclipse/startup.jar -application org.eclipse.update.core.siteOptimizer -jarProcessor
-processAll -repack -sign signing-script.sh -outputDir ./out sample.jar


For Eclipse 3.2.x - this seems to work ok


For Eclipse 3.4 M5 - I thought I would only have to change startup.jar to org.eclipse.equinox.launcher.jar
but this did not seem to work.


What else needs to change?


Janet Dmitrovich
WPLC Expeditor Software Development
jdmitrov@xxxxxxxxxx
512-838-4912 T/L:678-4912 FAX:512-838-3703
11501 Burnet Road, Austin TX 78758 (Internal ZIP: 9372)
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top