[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.ercp] Re: Develop eSWT app with Eclipse 3.2

Jim,

To develop eSWT standalone application with Eclipse 3.2 is pretty 
straightforward.

eSWT contains two libraries - eswt-converged.dll and eswt-converged.jar, 
both could be found at eRCP windows M9 build, 
win32\eRCP\plugins\org.eclipse.ercp.swt.win32_1.0.0(for win32) and 
wm2003\eRCP\plugins\org.eclipse.ercp.swt.wm2003_1.0.0 (for wm2003, wm5)

In your java project, try to configure your Java build path, add 
eswt-converged.jar as external jar, then you can have your eSWT java project 
compiled. In order to run your eswt project, make sure eswt-converged.dll 
could be found in your system library path(eg c:\Windows\) and also set 
eswt-converged.jar in your java classpath.

----
Uriel Liu

"Jim Duffy" <jim@xxxxxxxxxxxxxx> ¼¶¼g©ó¶l¥ó·s»D:e911il$3rf$1@xxxxxxxxxxxxxxxxxxxx
>
> Hi,
>
> I need to setup Eclipse 3.2 so that I can develp a app targeting Windows 
> Mobile 5.
>
> I have went through the documentation on setting up eRCP in eclipse but at 
> this point I am only looking to use eSWT and not anything else from eRCP.
>
> Could anyone advise on how Eclipse 3.2 could be configured to do eSWT? 
> Since I'm not going to use eRCP, do I still need to make the project an 
> 'eclipse plugin' or can it just be a standard Java project? What files/ 
> configurations need to be setup?
>
> Thanks for the help!
>
> Jim
>
>