Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Webstart RCP Problems
Webstart RCP Problems [message #448366] Mon, 24 April 2006 03:07 Go to next message
Eclipse UserFriend
Hi,

I have developed a RCP application with Spring Application
framework and deployed as webstart successfully.

But I have 2 problems.

1) I have defined the workspace to
Webstart RCP Problems [message #448846 is a reply to message #448366] Fri, 05 May 2006 00:47 Go to previous message
Eclipse UserFriend
Originally posted by: msribrah.cisco.com

Hi Friends,

I am using eclipse RCP to launch my product through Java webstart to
install on client machine.
I followed the following procedure.
Deploying eclipse based application with Java Web Start(see Help inside
Eclipse)
Now the product is launching fine after doing some manual changes. My
product need some existing data files(mibs, Template....)
I set user workspace like below by setting the property in JNLP

<property
name="osgi.instance.area"
value="@user.home/Application Data/mibfix"/>
<property
name="osgi.configuration.area"
value="@user.home/Application Data/mibfix"/>

Now it's searching the required data in this location user.home/Application
Data/mibfix
But all my data are inside the user.home/Application
Data/mibfix/org.eclipse.osgi/bundles/15/1/.cp
To solve this issue, I changed the JNLP property tag.



<property
name="osgi.instance.area"
value="@user.home/Application
Data/mibfix/org.eclipse.osgi/bundles/15/1/.cp"/>


I deployed it on our server. On downloading in diffrrent systems my data
files are in diffrent No folder (like 15 but not 15). But it's searching
for the data files inside the "user.home/Application
Data/mibfix/org.eclipse.osgi/bundles/15/1/.cp."

If any one can let me know how to get control l over
org.eclipse.osgi/bundles/No Folder creation.

For detail u can also see inside ur eclipse folder
eclipse\configuration\org.eclipse.osgi\bundles


I am desoerately looking for ur reply

Thanks,
Mukesh
Previous Topic:rcp views, unable to load menu bar
Next Topic:Use the org.eclipse.ui.console plugin
Goto Forum:
  


Current Time: Sat Aug 30 12:13:58 EDT 2025

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

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

Back to the top