Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to generate a Product with RMI Stubs?
How to generate a Product with RMI Stubs? [message #533558] Fri, 14 May 2010 14:40 Go to next message
Fabricio Pellegrini is currently offline Fabricio PellegriniFriend
Messages: 36
Registered: July 2009
Member
Hi,

I'm developing a Eclipse RCP client that connect to a server using RMI.


When I run in it Eclipse it works fine, but when I export it and run the application, it shuts down when I try to connect.

I gess it's something about the RMI.

Any help?

[Updated on: Fri, 14 May 2010 14:48]

Report message to a moderator

Re: How to generate a Product with RMI Stubs [message #541364 is a reply to message #533558] Sun, 20 June 2010 12:55 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
Hi Fabricio,

If it runs inside eclipse but not outside then it is always the case that
stuff is not included. There is no extra magic added when running inside
eclipse (actually, you are technically never running "inside" Eclipse because
a new JVM is started every time). Try visiting all your build.properties to
see if everything is included. Also compare the plugins in the run
configuration with the plugins directory of your exported product.

--

Best Regards,
Wim Jongman
-- ASCII question, get an ANSI!
(Eclipse Old Skool Quote Service)

> Hi,
>
> I'm developing a Eclipse RCP client that connect to a server using RMI.
>
>
> When I run in it Eclipse it works fine, but when I export it and run the
application, it shuts down when I try to connect.
>
> I gess it's something about the RMI.
>
> Any help?
Previous Topic:reset the preference store
Next Topic:No features in Target Platform when using p2 sites
Goto Forum:
  


Current Time: Thu Mar 28 21:02:47 GMT 2024

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

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

Back to the top