Hi all,

In my JSP,I am using the following code segment.

java.io.File statusFile     = new java.io.File("d:/temp/test1);
statusFile.createNewFile();

I am using TOMCAT 3.2.3 in Windows2000 machine.(JDK1.3) It is throwing
following error.

org.apache.jasper.JasperException: Unable to compile class for
JSPD:\jakarta-tomcat-3.2.3\work\localhost_8080%2FWindchillConnector6\_0002fjsp_0002fWindchillServerConfig_0005fGUI_0005f
write_0002ejspWindchillServerConfig_0005fGUI_0005fwrite_jsp_0.java:431:
Method createNewFile() not found in class
java.io.File.
                    statusFile.createNewFile();
                                            ^
1 error

Can any one of you throw some light on this? I don't understand this
problem.


With Regards
K.RajeshKannan


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to