1. Requirement
To follow this tutorial, you need the following software and resources.
JDK (Java Development Kit)
Min Version : 7 update 25 (or more recent) or 8
Download : http://www.oracle.com/technetwork/java/javase/downloads/index.html
Installation Instructions :
Installasi Dan Konfigurasi Java (Jdk dan Jre) Format (*.tar.gz) My OS / Ubuntu Linux
Installasi dan konfigurasi Java (JDK & JRE) di Ubuntu dan Microsoft... [ Continue reading... ]
1. Introduction
Docky is an advanced shortcut bar that sits at the edges of your screen.
Slingscold is a lightweight application launcher, it is look like launchpad of Mac OS X.
2. Install Docky
Docky is included in the official Ubuntu repositories Ubuntu, To install Docky on Ubuntu:
dnd@riyaniezt:~$ sudo apt-get install docky
3. Install Slingscold
To install Slingscold Launcher (With Filter - Not Fullscreen) in Ubuntu, Add the PPA... [ Continue reading... ]
1. Introduction
Intel Graphics Installer let you get driver updates directly from Intel for best performance, Intel is known for developing quality drivers for Linux operating system.
Current OTC graphics work covers a broad range of efforts and projects, such as:
Kernel driver is the core of the Intel Linux Graphics project, responsible for: all interactions with the hardware, driving different video outputs, mode setting, and... [ Continue reading... ]
1. Problem
After installed the JME (Java Mobile Editon)/J2ME (Java Micro Edition) in My OS/Ubuntu, But when launching “/home/dnd/WTK2.5.2/bin/ktoolbar” (without quotes) in the terminal is supposed to bring up the JME (Sun Java Wireless Toolkit manager GUI), but instead you get the following error:
dnd@riyaniezt:~$ /home/dnd/WTK2.5.2/bin/ktoolbar
Exception in thread "main" java.lang.UnsatisfiedLinkError:... [ Continue reading... ]
1. Introduction
Java ME technology was originally created in order to deal with the constraints associated with building applications for small devices. For this purpose Oracle defined the basics for Java ME technology to fit such a limited environment and make it possible to create Java applications running on small devices with limited memory, display and power capacity. (http://www.java.com)
2. Requirements
Java Development Kit... [ Continue reading... ]
1. Introduction
MinGW (Minimalist GNU For Windows) compilers provide access to the functionality of the Microsoft C runtime and some language-specific runtimes. MinGW includes:
A port of the GNU Compiler Collection (GCC), including C, C++, ADA and Fortran compilers.
GNU Binutils for Windows (assembler, linker, archive manager).
A command-line installer, with optional GUI front-end, (mingw-get) for MinGW and MSYS deployment on... [ Continue reading... ]
Install Gnome Shell
GNOME Shell is the default interface in GNOME 3, and it’s a clear break from GNOME 2. Install Gnome Shell, run the following command:
dnd-riyaniezt:~$ sudo apt-get install gnome-shell
After the installation/upgrade completes, Log out and log in back with Gnome session.
Upgrade Gnome Shell 3.12
GNOME 3.12 was released a while back but it wasn't included by default in Ubuntu 14.04. Install GNOME 3.12, run the... [ Continue reading... ]
Introduction
Pre installed tomcat, Please see the link :
Install Apache Tomcat On My OS / Ubuntu Linux
Installation
Download Tomcat (ex : apache-tomcat-7.0.50-windows-x86.zip).
I recommend "zip" (or "tar.gz") version, as you could simply delete the entire directory when Tomcat is no longer needed (without running any un-installer).
You are free to move or rename the Tomcat's installed directory.
UNZIP into a directory of your... [ Continue reading... ]
1. Introduction
Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run in. (wikipedia)
2. Requirement :
JDK (Java Development Kit)
Download :... [ Continue reading... ]
1. Introduction
Pretty much any Android developer has the same complaint: the emulator is slow to start, slower to run and crash program, making app testing very annoying.
There are three ways to speed up the emulator:
Using emulator snapshots for fast startup
Using x86 hardware acceleration on Android images ver. 10 and 15+ (2.3.3 and 4.0.2+)
Using GPU OpenGL acceleration for interface rendering on images ver 14+ (Android 4.x)
2.... [ Continue reading... ]