How to use visual stdio for java development?
1. Open VS2012
2. Create a new project
##3. Select win32 console application, named learn file 4. Click Next 5. Select the empty project 6. Create a new file in the source file, a file with the .java suffix 7. Enter the basic code Save##8. Open cmd and enter javac learn.java, then enter java learn and it will output hello world
Recommended tutorial: "
java tutorialThe above is the detailed content of How to use visual stdio for java development. For more information, please follow other related articles on the PHP Chinese website!