Classpath in Environment Variables

Dear All,

After I put " ; " in front of Environment Variables in Win XP System Properties

so my classpath=;C:\tomcat4\common\lib\servlet.jar;C:\tomcat4\webapps\aplikasiku\WEB-INF\lib\mssqlserver.jar;C:\tomcat4\webapps\aplikasiku\WEB-INF\lib\msbase.jar;C:\tomcat4\webapps\aplikasiku\WEB-INF\lib\msutil.jar. then my problem solved. I never found NoClassDefFoundError in my java.

Is it ok to use that classpath?

Thanks

[447 byte] By [sitreksa] at [2007-10-3 4:10:43]
# 1
Hi,It can be used but should really really be avoided since it makes it makes it very hard to use when you have multiple applications, and applications of different versions.Kaj
kajbja at 2007-7-14 22:11:03 > top of Java-index,Java Essentials,New To Java...
# 2
...and the fact that you are trying to use it for a web application makes it even worse.Kaj
kajbja at 2007-7-14 22:11:03 > top of Java-index,Java Essentials,New To Java...
# 3
ok Thanks. I'll consider that
sitreksa at 2007-7-14 22:11:03 > top of Java-index,Java Essentials,New To Java...
# 4
> After I put " ; " in front of Environment Variables> in Win XP System PropertiesIn order to do what? It's unnecessary.
CeciNEstPasUnProgrammeura at 2007-7-14 22:11:03 > top of Java-index,Java Essentials,New To Java...