jGRASP Java IDE

  • Post last modified:July 25, 2023
  • Post category:Linux
  • Post author:

jGRASP is a free and open source development environment for Windows, Linux and MacOS. It comes with build-in data structure identifier mechanism, textbook-like presentation view, jGRASP plugins, dynamic object viewer, viewer canvas, integrated debugger, control structure diagrams, complexity profile graphs,…

Continue ReadingjGRASP Java IDE

Greenfoot Visual and Interactive Java IDE

  • Post last modified:June 11, 2022
  • Post category:Linux
  • Post author:

Greenfoot is a free Java learning and teaching application for Windows, MacOS and Linux. It is a visual and interactive IDE and using Greenfoot you can build games, simulations, and great graphical programs. It comes with project management, auto-completion, syntax highlighting, and more. You can also share and publish your work both online and offline.

Greenfoot java app

(more…)

Continue ReadingGreenfoot Visual and Interactive Java IDE

How to Create, Compile and Run Java Program on Linux Mint

  • Post last modified:October 3, 2016
  • Post category:Linux
  • Post author:

First install the required your favorite JDK on your computer such as Oracle Java, OpenJDK or IBM Java. If you don’t have any, please follow the below below link to install Oracle JDK 8 on Linux Mint.

In this tutorial we are going to work manually with Java programming without the use of an IDE.

Open Terminal. To open terminal click the Main Linux Mint Menu, then go to system tools and select Terminal or type terminal in the search field or click the Terminal icon in taskbar.

terminal
(more…)

Continue ReadingHow to Create, Compile and Run Java Program on Linux Mint

How to install Oracle JDK 8 on Linux Mint

  • Post last modified:September 30, 2016
  • Post category:Linux
  • Post author:

Linux mint 18 mate comes with open JDk 8 by default. Open JDK and Oracle JDK both have almost the same code of the classes in the Java API. But OpenJDK tends to use open libraries and Oracle JDK tends to use closed ones. And if you want to install Oracle JDK 8 on Linux Mint, please follow the below steps.

Install Oracle JDK 8 on Linux Mint 18

Go to Oracle JDK8 download page. And download the latest linux jdk in .tar.gz format.
Here its (32 bit) jdk-8u102-linux-i586.tar.gz

java-jdk-download-page
Note:change the JDK version in the command according to your jdk version.

Copy your JDK .tar.gz file to your Desktop.

Open Terminal. To open terminal click the Main Linux Mint Menu, then go to system tools and select Terminal or type terminal in the search field or click the Terminal icon in taskbar.

terminal

(more…)

Continue ReadingHow to install Oracle JDK 8 on Linux Mint

Kotlin 1.0 Pragmatic Language for JVM and Android Released

Kotlin is a Open Source pragmatic programming language for JVM and Android from jetbrains. It works on server-side applications, mobile applications (Android), desktop applications. It works with IntelliJ IDEA, Android Studio and Eclipse, Maven, Gradle and Ant,Spring Boot,GitHub, Slack and Minecraft.Kotlin has been interoperability and seamless support for mixed Java+Kotlin projects.

(more…)

Continue ReadingKotlin 1.0 Pragmatic Language for JVM and Android Released