简体   繁体   English

如何使用Java Mission Control

[英]How to use Java Mission Control

Hello I am a beginner in Java and had finally downloaded Java Mission Control . 您好,我是Java的初学者,终于下载了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. 我已经开始使用Python 3.4进行编程并使用了Pycharm但显然这有很大的不同。 Searching didn't help much since typing Java Mission Control didn't bring up much but complicated tutorials about advanced questions. 搜索没有太大帮助,因为键入Java Mission Control不会带来太多但涉及高级问题的复杂教程。

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. 现在,我所能做的就是启动Java Mission Control ,该页面有一个黑页,无法键入,并且在左栏中显示“ JVM”。 Some help will be appreciated. 一些帮助将不胜感激。

Pycharm is an IDE, and Java Mission Control is not. Pycharm是一个IDE,而Java Mission Control不是。

It seems that you are looking for a Java IDE. 看来您正在寻找Java IDE。 The 3 most well-knowns are Eclipse , IntelliJ and Netbeans . 3个最著名的是EclipseIntelliJNetbeans

IntelliJ is from JetBrains, just like Pycharm. IntelliJ来自JetBrains,就像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. Java Mission Control是用于调试和诊断的相当高级的工具,而不是开发环境。

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. 在目前的水平上,我建议从BlueJ开始,以了解Java的工作原理,然后在准备升级到功能齐全的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. 我建议使用IntelliJ,因为这意味着调试器将是您非常熟悉的,因为它们是故意构建的,而PyCharm Python调试器是在同一基础上构建的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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