Re: Rich Java client deployment options

From: Tom N (tom_at_nospam.au)
Date: 04/06/04


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



Relevant Pages

  • Re: F-a-a-st Java (?)
    ... Java is slow when ran within the ... I think you'll find there is plenty of arguing with that. ... some languages, and faster at some things than some languages. ... are solved by a native compiler. ...
    (comp.lang.java.help)
  • Java native compilers for Irix
    ... I am looking for a java native compiler for my SGI box. ... I have not managed to install either ... Is there anyone managed to compile gcj or Toba? ...
    (comp.sys.sgi.misc)
  • Re: Optimising Java Programs
    ... >> WORM and you want speed, you'd be better off ditching Java in favour ... > as the point I was responding to was about using a native compiler to ... > prove that Java (run via a JVM) is or is not generally faster than ... > opinion within the intelligent Java circles. ...
    (comp.lang.java.programmer)
  • Re: Is it possible!
    ... There is also a different way than using class files + obfuscators: ... could compile directly into native code with some native compiler to make it ... much harder to find the Java code from it. ... Java code from native compiled code. ...
    (comp.lang.java.programmer)
  • Re: Abandoning Kylix makes Delphi less attractive?
    ... what deployment issues are a concern with Java apps? ... In other words Java is Java, despite the platform or the distributor. ... Distributing Java applications is a no brainer, ...
    (borland.public.delphi.non-technical)