Webstart configuration [message #435624] |
Fri, 19 August 2005 04:29  |
Eclipse User |
|
|
|
Hi all,
i have problems with deploying my rcp-app (eclipse 3.1) with webstart.
All jar-files are signed. What do I do with the configuration directory? I
also packed this directory as a jar file without success. Is there any
working webstart example for 3.1.
Thanks for you help
Oliver
Here is my jnlp File
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+"
codebase="http://localhost/download/webstart/prototypen/EclipseRCP";
href="index.jnlp">
<information>
<title>TestService</title>
<vendor>Acme GmbH</vendor>
<homepage href="index.html"/>
<description>TestService</description>
<description kind="short">TestServiceApp</description>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5"/>
<jar href="startup.jar"/>
</resources>
<resources os="Windows">
<jar href="plugins/TestServiceRCP_1.0.0.jar"/>
<jar href="plugins/TestServiceExtLibs_1.0.0.jar"/>
<jar href="plugins/org.eclipse.core.commands_3.1.0.jar"/>
<jar href="plugins/org.eclipse.core.expressions_3.1.0.jar"/>
<jar href="plugins/org.eclipse.core.runtime_3.1.0.jar"/>
<jar href="plugins/org.eclipse.help_3.1.0.jar"/>
<jar href="plugins/org.eclipse.jface.text_3.1.0.jar"/>
<jar href="plugins/org.eclipse.jface_3.1.0.jar"/>
<jar href="plugins/org.eclipse.osgi_3.1.0.jar"/>
<jar href="plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
<jar href="plugins/org.eclipse.swt_3.1.0.jar"/>
<jar href="plugins/org.eclipse.text_3.1.0.jar"/>
<jar href="plugins/org.eclipse.ui.workbench_3.1.0.jar"/>
<jar href="plugins/org.eclipse.ui_3.1.0.jar"/>
</resources>
<application-desc main-class="org.eclipse.core.launcher.Main">
<argument>-com.acme.rcp.TestServiceApplication</argument>
<argument>-consolelog</argument>
<argument>-debug</argument>
</application-desc>
</jnlp>
And here is a part of my log-file
<record>
<date>2005-08-19T09:03:23</date>
<millis>1124435003799</millis>
<sequence>3</sequence>
<logger>com.sun.deploy</logger>
<level>FINE</level>
<class>com.sun.deploy.util.LoggerTraceListener</class>
<method>print</method>
<thread>10</thread>
<message>Configuration file:
file:/c:/Dokumente und Einstellungen/haase
/Anwendungsdaten/Sun/Java/Deployment/cache/javaws/http/Dv3ng 01/P80/DMdownload/DMwebstart/DMprototypen/DMEclipseRCP/confi guration/config.ini
not found or not read
</message>
</record>
|
|
|
|
Powered by
FUDForum. Page generated in 0.03854 seconds