Showing posts with label Help. Show all posts
Showing posts with label Help. Show all posts

JAVA@COFFEE


JAVA TUTORIALS


JAVA DUMPS
TIPS



Blogger Just Made Easier

Now You can post on your blog through WORD 2007

It has a feature publishing your post and asks for

The account(Here it is Blogger)

And also asks for your Username and Password

And instantly u can publish your docs from blogger

How To Create Javapath

My friends have problems with setting the CLASSPATH

so to set the classpath we follow the following steps

  1. we open the notepad
  2. we add the following data

set PATH=%path%;E:\program files\java\jdk1.6.0_01\bin;
set CLASSPATH=.;E:\program files\java\jdk1.6.0_01\lib;.;E:\java files\jchart2d-2.0.0.jar;
set JAVA_HOME=E:\program files\java\jdk1.6.0_01;

3. we save it as a .BAT file

my java was installed in E:\program files\java\jdk1.6.0_01\

if your java is in any other folder just replace this by the path where your java

files have been stored.

u must be thinking wat is jchart2d-2.0.0.jar

jchart2d is a java charting library and is used for dynamic charting