Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kiswar Malik   on Sep 07 In Java Category.

  
Question Answered By: Calvin Banks   on Sep 07

This mainly depends on what your application is.
The easiest way to get a executable for java  on a standalone platform is
creating a bat file.

Also , if you want an exe which would be specific to Windows then you can use
the JAva Service API
(www.multiplan.co.uk/.../downloads.html) and execute
your Java Program as a service.

Share: