Link to home
Create AccountLog in
Java

Java

--

Questions

--

Followers

Top Experts

Avatar of AverageJoez
AverageJoez

Make EXE
Is there a way to make an exe from a java file?

Thanks.

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


ASKER CERTIFIED SOLUTION
Avatar of zhanshizhanshi

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Avatar of xtremebytes2002xtremebytes2002

Try Borland JBuilder. Except the free Personal edition, all other versions let you compile native executables for the OS platform you are working on. That's not just EXE for Windows :-)

You could also get Excelsior JET. It is a great program which converts any java bytecodes into windows exe bytecodes. It also has a beta for linux and there is a free version which u can use as long as you dont distribute commercially.

Avatar of TimYatesTimYates🇬🇧

No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

-- Points for zhanshi

Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

TimYates
EE Cleanup Volunteer

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

Java

Java

--

Questions

--

Followers

Top Experts

Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.