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".