hi!everybody am new to java1.2 tech.when i installed javabean and run it as it mentiontioned in readme file am using java2sdk on win95. my prob is when i write run.bat command it shows.......... c:\WINDOWS\beanbox>if"=='windows_NT"setlocal c:\WINDOWS\beanbox>set CLASSPATH=classes;..\lib\methodtracer.jar;..\infobus.jar c:\WINDOWS\beanbox>java sun.beanbox.BeanBoxFrame Bad command or file name c:\WINDOWS\beanbox>
check if u'r path has been set. it seems as thought u'r computer is not recognising the java command. set u'r path correctly to bin directory.
lokesh reddy
Ranch Hand
Joined: Sep 15, 2000
Posts: 66
posted
0
Hi Sunni, I too faced the same problem, in the early days of my java programming. The problem is that in the run.bat file the classpath is set to classes. But from jdk1.2 release the class files are getting stored in src.jar file, and not in classes.jar. So if you want to get rid of this problem try to install jdk1.6. I hope this should solve your problem. Loke.
[This message has been edited by lokesh reddy (edited September 19, 2000).]
sunny
Greenhorn
Joined: Feb 01, 2001
Posts: 23
posted
0
thanks Purnima&lokesh for your reply can u give me the exact classpath(am using jdk1.2) regards sunny