Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Start java app with an exe


  • From: davide@xxxxxx (Davide Montesin)
  • Subject: Start java app with an exe
  • Date: Fri, 29 Oct 1999 11:46:05 +0100

Hi,

I like find a utility that allow to start a
java app under windows systems as exe file.

I don't want a native code compiler. I need
a simple programm that replace this call:

java Test

with

test.exe

Better would be if 

test.exe par1

would be translated in

java Test par1.

The grat thing would be if the exe uses its name
to call the right class. That is if I rename

copy test.exe ui.exe

then starting ui.exe whould call

java UI

Any idea?

Davide
email@xxxxxxxxxxxxxxxxxxx

PS: please reply to my email address too.




---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx