Re: Rich Java client deployment options
From: Tom N (tom_at_nospam.au)
Date: 04/06/04
- Next message: nuria: "convert PDF to image format"
- Previous message: Peter: "how to define shortkeys for menus?"
- In reply to: Mike: "Rich Java client deployment options"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 06 Apr 2004 14:18:30 GMT
"Mike" wrote:
> I'm working on a system for deployment on a corporate network. I
> would like to use a technology like Java Web Start to take care of the
> client deployment. And I would also like the performance offered by a
> natively compiled application.
>
> Looking into Java Web Start, I think it only deals with .jar files
> rather than .exe files. Is there any way to use Java Web Start with
> an executable file?? Or can anyone suggest an alternative approach??
You could put your exe into a jar file, then have a Java class to extract it
:-)
What do you plan to compile Java into an .exe with? You ought to check
whether the native compiler is actually capable of compiling your "rich java
client". It seems to me that Sun licensing prevents you from passing their
supplied class libraries through a native compiler, so your compiler vendor
must supply reimplementations of those standard Java class libraries that
your application uses. Unless the native compiler vendor has a deal with
Sun of course.
For software deployment of exe's, see
http://www.managesoft.com/solution/distribution/index.xml
- Next message: nuria: "convert PDF to image format"
- Previous message: Peter: "how to define shortkeys for menus?"
- In reply to: Mike: "Rich Java client deployment options"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|