简体   繁体   中英

Downloading jGrasp or Eclipse

I've just started a Java Programming module in college, during our tutorials we're using jGrasp .

I want to be able to practice at home on my laptop so I've tried downloading jGrasp and also 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.

But I've had some trouble trying to download jGrasp and 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.

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. 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. Open the environment variable from Path. DO NOT delete it. Just add a semicolon ; with it and after the semicolon paste the bin address. 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. Now you can code in java.

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. 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. 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. If you are doing complex programs Eclipse can assist you with things like syntax and logical errors. Eclipse has a lot more pretty themes too:)

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