Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » exporting rcp with 3rd party jar libraries
exporting rcp with 3rd party jar libraries [message #436660] Wed, 14 September 2005 10:03 Go to next message
Eclipse UserFriend
Originally posted by: kevin.cs.washington.edu

Hello,

I'm trying to export my RCP app.

It uses External JARs on the Build Path. (right click project folder ->
Configure Build Path -> Libraries tab)

It works fine when run from the Eclipse IDE, but when I try to export
it, I get this error:

# 14 Sep 2005 04:58:19
----------
1. ERROR in C:\eclipse\workspace\force\src\network\Client.java
(at line 14)
import org.p2psockets.P2PNetwork;
^^^^^^^^^^^^^^
The import org.p2psockets cannot be resolved
----------
2. ERROR in C:\eclipse\workspace\force\src\network\Client.java
(at line 15)
import org.p2psockets.P2PSocket;
^^^^^^^^^^^^^^
The import org.p2psockets cannot be resolved
----------
Re: exporting rcp with 3rd party jar libraries [message #436661 is a reply to message #436660] Wed, 14 September 2005 10:20 Go to previous message
Eclipse UserFriend
Originally posted by: kevin.cs.washington.edu

Kevin Chiu wrote:
> Hello,
>
> I'm trying to export my RCP app.
>
> It uses External JARs on the Build Path. (right click project folder ->
> Configure Build Path -> Libraries tab)
>
> It works fine when run from the Eclipse IDE, but when I try to export
> it, I get this error:
>
> # 14 Sep 2005 04:58:19
> ----------
> 1. ERROR in C:\eclipse\workspace\force\src\network\Client.java
> (at line 14)
> import org.p2psockets.P2PNetwork;
> ^^^^^^^^^^^^^^
> The import org.p2psockets cannot be resolved
> ----------
> 2. ERROR in C:\eclipse\workspace\force\src\network\Client.java
> (at line 15)
> import org.p2psockets.P2PSocket;
> ^^^^^^^^^^^^^^
> The import org.p2psockets cannot be resolved
> ----------
Nevermind:
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg06980.html
Previous Topic:SSL
Next Topic:How to hook a key event in editor page
Goto Forum:
  


Current Time: Mon Dec 09 10:37:40 GMT 2024

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

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

Back to the top