Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » how to Deploy RCP through JWS
how to Deploy RCP through JWS [message #437971] Mon, 10 October 2005 00:29 Go to next message
Eclipse UserFriend
Originally posted by: duliping_419.yahoo.com.cn

Liping Du
2005-10-09 10:35

To: MICHAEL TSAI/rst@RST
cc:
Subject: question
Hi everyone,

I have been trying to deploy a eclipse RCP product through Java web start
but failed.
my work step is as follows:

1.I use eclipse 3.1 for linux under CentOS to create a eclipse RCP product
2.I package it to a .zip file and put it to "archives" folder under
Tomcat/webapps(ps.Tomcat is running in Windows2000)
3.then I run it through Java web start but faild,the error log is as
follows:
Application: DLP-Demo
App Version: 20050913173030
Archives: archives/dlp
Sys Archives: archives/swt
Architecture: x86
OS: linux
Creating application directory: /tmp/WebRCP-DLP-Demo-root
New Version available. Cleaning up...
Downloading archives...
Downloading http://172.25.78.40:8080/DLPDemo/archives/dlp.zip...
Downloading sysarchives...
Downloading http://172.25.78.40:8080/DLPDemo/archives/swt/linux-x86.zip. ..
Waiting for unpacking to finish...
Starting launcher...
Exit code: 13
Eclipse exited with error: 13
and my jnlp file:
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://172.25.78.40:8080/DLPDemo/"
href="index.jnlp">
<information>
<title>DLP Demo</title>
<vendor>DLP Team</vendor>
<homepage href="index.html"/>
<description>DLP RCP Demo</description>
<description kind="short">DLP RCP Demo</description>
<icon href="icon.jpeg"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.3+" href="http://java.sun.com/products/autodl/j2se"/>
<j2se version="1.3"/>
<jar href="webrcp.jar"/>
<property name="osgi.bundles" value="org.eclipse.core.runtime@2:start,
org.eclipse.update.configurator@3:start"/>
<property name="eclipse.product" value="com.ricoh.dlp.prototype.dlp"/>
<property name="webrcp.appName" value="DLP-Demo"/>
<property name="webrcp.appVersion" value="20050913173030"/>
<property name="webrcp.archives" value="archives/dlp"/>
<property name="webrcp.sysArchives" value="archives/swt"/>
<property name="webrcp.location"
value="http://172.25.78.40:8080/DLPDemo/index.jnlp"/>
</resources>
<application-desc/>
</jnlp>

I couldn't fix the problem until now,and Would you mind to tell me how to
deploy a eclipse RCP product use webrcp?
Thank you very much.

Best Regards.
Re: how to Deploy RCP through JWS [message #437978 is a reply to message #437971] Mon, 10 October 2005 07:01 Go to previous message
arne anka is currently offline arne ankaFriend
Messages: 133
Registered: July 2009
Senior Member
there are at least two ongoing threads on JWS and RCP, the messages posted
already may help you.
look at www.eclipsezone.com/forums/ for the archived messages.
Previous Topic:How to add a menu to a toolbar
Next Topic:Help within RCP-apps
Goto Forum:
  


Current Time: Sun Dec 08 00:17:11 GMT 2024

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

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

Back to the top