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

other than jar,

2006-08-23 17:52:15 · 5 answers · asked by raghu 2 in Computers & Internet Programming & Design

5 answers

java found in three form application, applet and servlet. you are asking abdout which form ?
if it application then it is execuatble and run from command prompt

and if it applet it runs from applet viewer or web browser
servlet runs from server and static information is loaded to clent browser
jar is just a zip file that compress java packages and other things

2006-08-23 18:00:47 · answer #1 · answered by mkothari_mt_abu 1 · 0 0

It is possible to make an exe file for an java application. There are tools available for this purpose. What it does is, it will create a small executable which calls a Java main mehtod through JNI method.

Search for "java to exe" and you would find lots of tools.

2006-08-23 18:06:17 · answer #2 · answered by brsanthu 2 · 2 0

I know what you want, for doind this you need to write a program in C++ that call your Jar ( java executable ), it is pretty easy to write a small program in assembly language also.

I

2006-08-23 18:27:11 · answer #3 · answered by Nestor 4 · 0 0

There are a number of tools to generate an exe, some are commercial, and some free or under open source limits. I would suggest looking at Launch4J:

http://launch4j.sourceforge.net/

2006-08-25 04:18:20 · answer #4 · answered by vincentgl 5 · 0 0

you can embed your beautiful jar format in an ugly windows exe file using many tools...

if you want easy.. write a bat or .cmd file!

2006-08-23 18:30:20 · answer #5 · answered by jake cigar™ is retired 7 · 0 0

fedest.com, questions and answers