exporting rcp with 3rd party jar libraries [message #436660] |
Wed, 14 September 2005 10:03 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04077 seconds