Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Webstart configuration
Webstart configuration [message #435624] Fri, 19 August 2005 08:29 Go to next message
Oliver Haase is currently offline Oliver HaaseFriend
Messages: 4
Registered: July 2009
Junior Member
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>
Re: Webstart configuration [message #435629 is a reply to message #435624] Fri, 19 August 2005 12:03 Go to previous message
Oliver Haase is currently offline Oliver HaaseFriend
Messages: 4
Registered: July 2009
Junior Member
Hi,

i found this one
http://127.0.0.1:58062/help/topic/org.eclipse.platform.doc.i sv/guide/java_web_start.htm?resultof=%22%77%65%62%22%20%22%7 3%74%61%72%74%22%20%22%73%74%61%72%22%20
in the help. I will try this.

Greeting
Oliver
Previous Topic:Multiple perspective
Next Topic:multiple editors
Goto Forum:
  


Current Time: Sun Dec 08 06:35:53 GMT 2024

Powered by FUDForum. Page generated in 0.03783 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top