This is a simple video on how to Compile and Run a Java Program using Command Prompt in windows. I will also show you how to change Path Environment variable in windows so windows can find the java compiler javac to compile a file in any directory. [youtube=http://www.youtube.com/watch?v=ulUydq3Xx8s]
Java
How to import API in JAVA using Netbeans IDE 6.9.1
In this post I tried to show How to import API in JAVA using Netbeans IDE 6.9.1. I used this tutorial It is an animated screenshot of the whole procedure. If it doesn’t work click here.
Send Free SMS using JAVA & Grameenphone’s API (aloashbei.com)
Today I am going to show how to send SMS using Grameenphone’s API. What I Used to built my application: JAVA NetBeans IDE 6.7 At first go to www.aloashbei.com and register there. This registration is required because it gives you a username & password in respect to your mobile no. This username & password is … Continued
Setting Java CLASSPATH and using Packages
Ok, till now it was totally clumsy to me that what the heck is CLASSPATH and what is the relationship between CLASSPATH and packages. Now I guess I have a little understanding on it.