Can someone point me a web-site that will show me how to deploy a SWT application. I have the screen running fine in Eclipse, but I am unsure of how to build it and run it from a Windows icon.
Do I have create a have to create .ear to include my application jar and swt.jar and jface.jar?
John Wetherbie
Rancher
Joined: Apr 05, 2000
Posts: 1441
posted
0
This article from IBM that talks about using Web Start popped up using Google. Also found this thread that mentions SWT deployment by searching this forum. Hope they help you out.
The only reason for time is so that everything doesn't happen all at once.
- Buckaroo Banzai
Richard Butterwood
Ranch Hand
Joined: Nov 07, 2005
Posts: 45
posted
0
Thanks for the reply. I too found that article. I believe it is just concerned with keeping the client side in sync with the latest code.
What I need is basic instructions on how to run it outside of Eclipse. I know I need to export it to a jar file, but I am unsure on how to reference swt.jar and jface.jar.
Any help would be greatly appreciated
Stephen Strenn
Greenhorn
Joined: Feb 27, 2005
Posts: 2
posted
0
The following DevX article may be of interest to those developing desktop Java applications for the Windows platform: