简体   繁体   English

下载jGrasp或Eclipse

[英]Downloading jGrasp or Eclipse

I've just started a Java Programming module in college, during our tutorials we're using jGrasp . 我刚刚在大学里启动了Java编程模块,在我们的教程中,我们使用的是jGrasp

I want to be able to practice at home on my laptop so I've tried downloading jGrasp and also Eclipse. 我希望能够在笔记本电脑上在家练习,所以我尝试下载jGrasp和Eclipse。 I've talked to a friend who said Eclipse would be better to use but I want to use jGrasp as I will be doing so all year and for my project. 我已经和一个朋友交谈过,他说Eclipse会更好,但是我想使用jGrasp因为我将在全年和整个项目中使用它。

But I've had some trouble trying to download jGrasp and Eclipse. 但是我在尝试下载jGrasp和Eclipse时遇到了一些麻烦。 I've googled several so-called "easy ways" to download the programs but when they've been installed I end up deleting them straight away as they never work. 我已经用谷歌搜索了几种所谓的“简便方法”来下载程序,但是当它们被安装后,我最终会立即删除它们,因为它们永远无法工作。

I'd really appreciate it if someone could show me once and for all, what I need to do EXACTLY, in order to get jGrasp or Eclipse installed and ready to go on my laptop. 如果有人可以一劳永逸地向我展示我要做的一切,以便安装jGrasp或Eclipse并准备好在笔记本电脑上使用,我将非常感激。

Thanks in advance for any help. 在此先感谢您的帮助。

I believe you are experiencing the same issue I experianced during my first time. 我相信您遇到的也是我第一次遇到的相同问题。 You are missing a compiler I think. 我想您缺少一个编译器。 Install a compiler such as Mingw or Cygwin and select that compiler by opening JGrasp > setting > compiler setting> file. 安装诸如Mingw或Cygwin之类的编译器,然后通过打开JGrasp>设置>编译器设置>文件来选择该编译器。 Then select the compiler you just installed and apply it, then click done/ok. 然后选择刚刚安装的编译器并应用它,然后单击完成/确定。 Now go to the bin directory of JGrasp and copy the address. 现在转到JGrasp的bin目录并复制地址。 Open the environment variable from Path. 从路径打开环境变量。 DO NOT delete it. 不要删除它。 Just add a semicolon ; 只需添加一个分号; with it and after the semicolon paste the bin address. 并在分号后粘贴bin地址。 Click done/ok. 单击完成/确定。 That's it! 而已!

To use a java ide, you must download the java development kit(JDK) from oracle.com Its a simple download and install. 要使用Java IDE,必须从oracle.com下载Java开发工具包(JDK)。这是一个简单的下载和安装。 Now you can code in java. 现在您可以使用Java进行编码。

http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.oracle.com/technetwork/java/javase/downloads/index.html

To download jGrasp, go to there website, on the left there is a button that says download. 要下载jGrasp,请访问该网站,在左侧有一个按钮,指示下载。 If you scroll to the very bottom there are links for download. 如果滚动到最底部,则有下载链接。 Make sure you pick the right link for the type of operating system on your laptop. 确保为笔记本电脑上的操作系统类型选择正确的链接。

Eclipse is widely known as one of the best java ide. Eclipse被广泛认为是最好的Java ide之一。 That being said if you are just learning, jGrasp is a great way to learn the language, it has a great visual debugger and is very simple to use compared to Eclipse. 话虽这么说,但是如果您只是在学习,jGrasp是学习语言的好方法,它具有出色的可视调试器,并且与Eclipse相比非常易于使用。 If you are doing complex programs Eclipse can assist you with things like syntax and logical errors. 如果您正在执行复杂的程序,Eclipse可以帮助您解决诸如语法和逻辑错误之类的问题。 Eclipse has a lot more pretty themes too:) Eclipse也有很多漂亮的主题:)

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

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