This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
can anyone solve this problem ... i have tested this code in Windows-2000 n Solaris...the webserver which i am using is JavaWebServer2.0.... (this code is perfectly working on console) import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class DemoTest extends HttpServlet {
This is only a guess at the moment, but File.getCanonicalFile() and the FilePermissions class have both only existsed since 1.2 It might be that you are compiling them with a post-1.2 JDK but then attempting to run with a pre-1.2 Could that be it? What version of the JDK deos the JavaWebServer use? Dave.
raghavender rao
Ranch Hand
Joined: Jul 20, 2001
Posts: 45
posted
0
no sir,
the version of JDK is 1.2..... n i dont have any other versions installed .......