Home » Programming

Create Executable Jar File

Posted by on October 4, 2011
In this tutorial I am going to show you that how we can create an executable Jar File.A Jar file basically contains Java class files. I am assuming that you know the basics of Java Programming Language and you have the SDK installed on your Computer. Step 1: Place the Java source and class file(s) in one folder. Step 2: We will create a manifest file....
Filed in: Programming

Actionscript 3.0 Tutorial 1:01

Posted by on September 27, 2011
 Setting up FlashDevelop In this tutorial chapter, I will walk you through the basics of Actionscript 3.0. The first topic consists of installing and configuring FlashDevelop. FlashDevelop is an open source code light weight editor especially designed for Actionscript. I personally use this so I will recommend you to work with it as in the upcoming...
Filed in: Programming