English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

i asume you use java software for desktop (not web server) coz there is a lot of kind of java.

java software.. commonly using extension *.jar or *.class
to run you will need JRE (java run time) installed,
if u dont have download at sun.com

after that try this at command prompt without bracket:
java [your software name]

to make executable.. you have to compile it.. either to jar or class.. (but i prefer jar) from .java
at command prompt you can use command: javac.
u will need a tutorial about java, if u serious..

2006-06-19 00:24:47 · answer #1 · answered by deval_agrifarman 6 · 0 0

Sun gives the Java software free of cost for development.This can be downloaded from java.sun.com The latest version is avialable for download from this site.

The java applets , webapplications and the Enterprise applications can be made self executables.The applets can be viewed using the appletviewer and the web and enterprise applications can be deployed in the Application server as the war and the ear files which are the self executables.

2006-06-19 02:16:21 · answer #2 · answered by Mahesh Ramichetty 2 · 0 0

You need to compile the java .class/.jar files into an executable.

2016-05-20 01:54:45 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers