javajava-mission-control

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.


Solution

  • 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.