Error in system....

hi vijay

while executing program i'm getting this error only in my system but it is get executed in other system...

E:\raghav>javac RoomArea.java

E:\raghav>java RoomArea

Exception in thread"main" java.lang.NoClassDefFoundError: RoomArea

i have set classs path also correctly

all programs getting problem.... please help

please reply me.....

regards,

R.Raghavan.....

[454 byte] By [raghavjavaa] at [2007-11-27 11:46:06]
# 1

its only classpath problem,

e:\raghav> set classpath=.;%classpath%;

e:\raghav> java RoomArea

copy this bold line and paste it in your console and try,

drvijayy2k2a at 2007-7-29 18:05:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

thank u it's working....

raghavjavaa at 2007-7-29 18:05:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...