|
> From: Walden H. Leverich III > > So do I understand correctly that to run a SWT based application I would > need: > > 1) The application > 2) The "right" version of the JRE > 3) The "right" version of Eclipse > > All loaded and running on my machine? No, you don't need the entire Eclipse download to run SWT applications, just the SWT native library. Specifically: 1. Like any Java application, you need the application and a compatible version of the JRE. You'll also need whatever JARs the application uses. This is all standard Java deployment. 2. For SWT applications you need the native SWT library, which for Windows is shipped in a single DLL (currently about 250KB). Most Windows developers are familiar with the concept of a DLL, since many Windows applications require multiple DLLs to be installed. Summary: You need a compatible JRE and a native library object (a DLL for Windows). The benefit of this is that it will run on Solaris, Linux, Mac... as well as Windows. Joe
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.