in order to compile any servlet with java web server, one has to include servlet.jar in the CLASSPATH.
so I set up my CLASSPATH variable in autoexec.bat like
set CLASSPATH = c:\JavaWebServer2.0\lib\servlet.jar;
now if i try to compile my servlet, javac gives me error saying that packages...
I am new to SQL server..I am wondering how to declare an array of varchar and assign it a value...
lets say that I have a table
<<order>>
orderid memberid orderitem
1 1 Hammer
2 1 Nails
3 1 Screw-Driver
4 2 Bruger...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.