-2

Is it possible to use java on visual studio? If the answer is no,then what IDEs that support java and make windows native applications,as well?

1
  • Please at least try to search Google before posting these kinds of questions. Commented Jun 10, 2014 at 16:25

1 Answer 1

1

There are many IDE's that support Java which Google can show you. Common ones used include Eclipse, NetBeans, and Intellij Idea. There may be plug-ins to allow Visual Studio to help you do Java coding, but I can't imagine that this would work better than the IDE's that were initially created for Java coding.

As to making "windows native applications". If you mean .exe's, then no, this is not an IDE type of issue. With Java you create JAR files which can run on Windows and other platforms as well. Yes .exe's can be made using various tools, including Jet, but in general you're usually better off not going this route and instead creating JAR files.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.