Java runner?

  • Thread starter Thread starter Anon
  • Start date Start date
A

Anon

Hi, I'm looking for a small, simple program that will transparently
run Java programs from either class files or jar archives without
the console window appearing. Does anybody know of any?
Thanks folks.
 
Anon said:
Hi, I'm looking for a small, simple program that will transparently
run Java programs from either class files or jar archives without
the console window appearing. Does anybody know of any?
Thanks folks.

In Windows, use javaw.exe instead of java.exe.
 
Back
Top