简体   繁体   中英

How to use Java Mission Control

Hello I am a beginner in Java and had finally downloaded Java Mission Control . However I am not familiar with it and have trouble creating a basic setting for me to practice coding.

I have started programming with Python 3.4 and used Pycharm but obviously this is a lot different. Searching didn't help much since typing Java Mission Control didn't bring up much but complicated tutorials about advanced questions.

Right now all I can do is start up Java Mission Control that has a black page with no way to type and "The JVM" on the left column. Some help will be appreciated.

Pycharm is an IDE, and Java Mission Control is not.

It seems that you are looking for a Java IDE. The 3 most well-knowns are Eclipse , IntelliJ and Netbeans .

IntelliJ is from JetBrains, just like Pycharm. That one might look the most familiar to you.

Java Mission Control is a rather advanced tool for debugging and diagnostics, not a development environment.

At your current level I would suggest to start with BlueJ to get an idea of how Java works, and then when you are ready upgrade to a full featured IDE.

I would suggest using IntelliJ then, as this would mean that the debugger would be very familiar to you as they deliberately built and the PyCharm Python debugger on the same foundation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM