Hi, Just a note, with Webstart or applets the JRE can be made to automatically install and then run you application from a single url, similar to the Flash player.
Dave. -----Original Message----- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of William Denniss Sent: Wednesday, 19 November 2003 4:59 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Deploying Swing Apps On Wed, 2003-11-19 at 14:52, Yigit Atli wrote: > Greetings, > > Ok, my question doesnt have much to do with Java3D, but I thought someone > should be able to answer since, its still java ;-{) > Does anyone know how to deploy Java Swing applications? You see, I wrote > this Java front-end for an oracle database, but I have no idea how to make > it so that I will be able to deploy this to other computers. Any ideas or > suggestions will be more than welcome. Cheers! I don't know what your requirements are but for internet distribution you could use Java Web Start or you you could make it an applet in conjunction with the Java Plugin. For offline distribution, you could create a native installer, a java installer, just a zip file or maybe an executable jar. All of those options above require java installed, if you need to bundle the JRE with your application then a native installer is probably your best bet. In practice, a combination of several options is the norm. Will. -- http://tankammo.net/ ======================================================================== === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".