Hi DW

I created a program in NaviCoder For Java and now I want to export it so that it can be a exe file so that it can be executed on a computer on it own without the need of an IDE. Thanks

There are quite a few threads here on this topic. Basically Java doesn't do .exe files because they are operating system dependent. An executable jar will run on any system witha JRE installed. There are some products around that will package up a jar with a jre to give a single exceutable file - I'm sure you can find them via Google.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.