Rich Java client deployment options

M

Mike

All,

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??

Thanks in advance for any help.
Mike
 
C

Chris Smith

Mike said:
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??

Nope, and native compiling eliminates most of the advantages of Web
Start anyway. Basically, you could do most of the same thing by just
placing a link to an EXE file in a page. The only missing piece that I
can think of is desktop integration.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top