0% found this document useful (0 votes)
174 views

Netbeans Installation Guide - Linux

linux

Uploaded by

kkd108
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
174 views

Netbeans Installation Guide - Linux

linux

Uploaded by

kkd108
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

NetBeans IDE

on Ubuntu 15.04

Quick Guide

Chromis POS
Document Version 0.51

www.chromis.co.uk

Document design by Fanzam

Copyright 2015
Chromis POS Developer guide

Table of Contents

Installing Java JDK ..................................................................... 3


Installing Netbeans ..................................................................... 4
Import Chromis Project .............................................................. 9

Chromis POS Doc ver: 0.51 2


Chromis POS Developer guide

Installing Java JDK


During this guide we will be using Ubuntu 15.04 as a reference.

Installing JAVA Oracle JDK version 8 Update 60

Open Terminal and type these command

sudo add-apt-repository ppa:webupd8team/java


Press enter and enter Password.

sudo apt-get update


Press enter

sudo apt-get install oracle-java8-installer


Press enter

Checking Version by typing


javac - version
Press enter

Chromis POS Doc ver: 0.51 3


Chromis POS Developer guide

Installing Netbeans
Download any of the 3 packages marked in RED depending on your requirements.

Select Save file and Press OK

Open Terminal and type these command

Chromis POS Doc ver: 0.51 4


Chromis POS Developer guide

cd Downloads
Press enter
chmod +x netbeans-8.0.2-javase-linux.sh
Press enter
./netbeans-8.0.2-javase-linux.sh
Press enter

Press Next

Chromis POS Doc ver: 0.51 5


Chromis POS Developer guide

Press accept terms and Next

Press accept terms and Next

Chromis POS Doc ver: 0.51 6


Chromis POS Developer guide

Press Next

Press Install

Chromis POS Doc ver: 0.51 7


Chromis POS Developer guide

Press Frinish

Installation is complete click the Icon on the desktop.

Chromis POS Doc ver: 0.51 8


Chromis POS Developer guide

Import Chromis Project


Download the latest Source Code from our GitHub and press Download zip.

Select Save file and press OK

Chromis POS Doc ver: 0.51 9


Chromis POS Developer guide

Extract zip file and move to Home

Open NetBeans >>> press New Project and select "Java Project with Existing Sources"

Chromis POS Doc ver: 0.51 10


Chromis POS Developer guide

Fill in project name and Select Folder and press Next

Add the Source Packages Folders by clicking Add Folder and Press Next

Chromis POS Doc ver: 0.51 11


Chromis POS Developer guide

Press Finish

Add Libraries to the project by Right Click on Libraries and Select Add Jar/Folder

Chromis POS Doc ver: 0.51 12


Chromis POS Developer guide

Select all Jar files in the LIB folder and Press OK

Press the Start Button and select uk.chromis.pos.forms.StartPOS and press OK

Chromis POS Doc ver: 0.51 13


Chromis POS Developer guide

Press Start again and Chromis POS will Startup

Installation + Source code Complete


Happy Coding
{{{Welcome to Chromis}}}

Chromis POS Doc ver: 0.51 14

You might also like