Getting started with Java in Eclipse

1. Download Eclipse Obtain the installer from the following site: https://eclipse.org/downloads/ and complete the installation: 2. Create a new Eclipse project Open Eclipse and select File > New > Java Project. Give the project a name (‘HelloWorld’): Click Next. And then click Finish. 3. Add your Java class Select File > New > Class: Set …

Continue reading ‘Getting started with Java in Eclipse’ »

Getting started with Mono in Linux

Some instructions on how to get started with using Mono in Linux environments: from installation to running your first “Hello World!” example. Open up your terminal and issue the following commands: Check that your Mono has installed by using the ‘version’ command: We can now test our installation of Mono by writing some code, in …

Continue reading ‘Getting started with Mono in Linux’ »