JarToExeJni and JarToExeProc icon
JarToExeJni and JarToExeProc icon

JarToExeJni and JarToExeProc

JarToExeJni and JarToExeProc will convert a jar archive (Java) to an executable file (.exe extension) - executable binary files for Windows.

JarToExeJni and JarToExeProc screenshot 1

Cost / License

  • Free
  • Proprietary

Platforms

  • Windows  It's necessary to have Java JRE (or Java JDK) and .NET Framework installed.
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

JarToExeJni and JarToExeProc News & Activities

Highlights All activities

Recent activities

No activities found.

JarToExeJni and JarToExeProc information

  • Developed by

    IbrahimMihai
  • Licensing

    Proprietary and Free product.
  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development
JarToExeJni and JarToExeProc was added to AlternativeTo by IbrahimMihai on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is JarToExeJni and JarToExeProc?

JarToExe is a lightweight and easy-to-use application designed to turn Java .jar files into executable binary .exe files. It can do this by creating new processes (CreateProcess API) or by skipping this step and using the Java native interface instead (JNI), thanks to two tiny tools it contains.

JarToExeJni and JarToExeProc features:

  • Free to use, without restriction
  • No temporary file is created while executing the generated exe
  • Smallest exe posible, the wrapper is made in MASM
  • Easy to use