Computer problems,Computer help
*AX SOFT>>>Programming & Design

How to convert .jar files to .exe?


I have made some basic level applications in JAVA and I want them as .exe files and not .jar

I use netbeans IDE, can it help me with what I want to do?

You can convert your Java files into exe programs using two ways, but it depends on your purpose of doing so.

If you want an exe launcher for your Java program, exe4j (http://www.ej-technologies.com/products/... ) does the job. However, your Java program is not converted into native code, so a Java VM must still be installed in order to run it. Other similar software include:
Jexepack - http://www.duckware.com/jexepack/

Another way of making an exe file is compiling your Java code directly into native code. The following softwares can do the job:
Excelsior JET - http://www.excelsior-usa.com/jet.html
javaCompiler - http://javacompiler.sourceforge.net
This method has its downside, because the resulting exe file may be larger than expected.

This has already been asked. Check out this link

I don't have specific advice for you, but what the process means wrapping your .jar in a C++ exe. You can download the C/C++ package for NetBeans. Basically, you create a C++ program that imports and calls your Java app. In the main function, of your C++ app, you just call the start up function in your Java app. This is called a wrapper class. Like I said, I am sorry, but I don't have specific advice, but this is the process.

Try starting with these sites:

http://www.netbeans.org/features/cpp/ind...

http://java4cpp.kapott.org/

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • Previewing websites in different browsers?

    Just use this ...

  • How can I collate PDF pages together.?

    You need a full version of Adobe Acrobat or Acrobat Professional. Open the PDF file you want to add the pages in. Once that PDF is open go to DOCUMENT --> INSERT PAGES and a 鈥淪elect Fi...

  • Can anyone help me with querying a Novell Tree via LDAP from .NET 1.1?

    May be you can contact a .NET expert live at website like ...

  • Dreamweaver CS3: Advanced Library Function?

    It's quite simple. Follow these steps 1. Create a new file with any name having an extension .js, (like myscript.js) 2. Cut and paste all of your code from HEAD tags of a page into this ...

  • Will learning web design on a PC be tough to transition to a Mac environment?

    there is not going to be much difference as long as you're familiar w\ those adobe programs.

    ...
  • I want to be a programming wizard...?

    to be a programmer... he is always platform and pro-language nutral I.e he should be able to work on any technology and any language. If you are presnted with a new language you should be able ...

  • Salary for automotive developer?

    regardless of what you developer for the engineering world weathers is automotive, or simple castings. the type of development is like all the others. salary is based on exp.., type of degree. ...

  • Is it good to use a content management system or build a classical website?

    I'm a web designer and web applications developer, fully capable of building a framework and a full CMS from scratch if need be (and would actually consider it a fun project, if I could find s...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster