Skip to main content



      Home
Home » Newcomers » Newcomers » swt app created, now what?
swt app created, now what? [message #134353] Thu, 02 February 2006 13:25 Go to next message
Eclipse UserFriend
Originally posted by: beshedr.dshs.wa.gov

I've written a 'standalone swt application', my first in Eclipse. I
realize this is a silly question, but now what? What are the steps to
deploy it for others in the office to use?
Re: swt app created, now what? [message #134460 is a reply to message #134353] Fri, 03 February 2006 10:24 Go to previous message
Eclipse UserFriend
Originally posted by: chris.zzzz.com

http://www.captain.at/howto-java-application-template-1.php

If you want a full install process then you have to use something like
InstallShield to build it. If this is more than you need, you can package
your app as a jar file, then zip the jar file and the readme and the doc and
the invocation bat file into a zip and distribute the zip by ftp or web site
download or whatever. The user then unzips the zip file into a directory
and makes a shortcut. Assuming the user has a suitable Java JRE installed,
(and whatever else your app needs such as database, etc) your app should
work.

If you don't like bat files, making an actual executable for a java app is a
separate step that you obviously don't have to do for normal windows apps.
There are various hacks to make this possible. In my opinion Eclipse RCP
has a very good process for giving java Apps a real executable stub to start
them up with. But you'd have to port your app to RCP to make use of it.
This is not hard to do.

Chris
Previous Topic:eclipse crash problem (LInux) -JVM terminated. Exit code=1
Next Topic:Need help inputing from a file
Goto Forum:
  


Current Time: Mon Oct 27 18:40:36 EDT 2025

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

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

Back to the top