Looks like the .class file is loaded into a JVM and therefore locked. Paul Franz ----- Original Message ----- From: "Tomm Carr" <[EMAIL PROTECTED]> To: "JDJList" <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 9:04 PM Subject: [jdjlist] Compiling problem
> Hi all, > > This just started happening a week or so ago. If I am editing a file, > *sometimes* it will not compile if I just click on the compile button . > I get the error messages below. However, it *will* compile if I press > F9 or right-click the file in the explorer and select compile from the menu. > > Not a big problem, just irritating. > > Tomm > > Compiler output: > org.openide.filesystems.FSException: Cannot delete file > WEB-INF/classes/tags/database/RowsTag.class in D:\Java\JSP Tags. > at org.openide.filesystems.FSException.io(FSException.java:78) > at > org.openide.filesystems.LocalFileSystem.delete(LocalFileSystem.java:321) > at > org.netbeans.core.ExLocalFileSystem.delete(ExLocalFileSystem.java:75) > at > org.openide.filesystems.LocalFileSystem$Impl.delete(LocalFileSystem.java:659 ) > at > org.openide.filesystems.AbstractFileObject.delete(AbstractFileObject.java:48 0) > at > org.openide.filesystems.MultiFileObject.delete(MultiFileObject.java:1076) > at > org.netbeans.modules.java.CleanCompiler.deleteClasses(CleanCompiler.java:180 ) > at > org.netbeans.modules.java.CleanCompiler.compile(CleanCompiler.java:220) > at > org.netbeans.modules.java.CleanCompilerGroup$1.run(CleanCompilerGroup.java:8 2) > at > org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:89) > at > org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:388) > at > org.netbeans.modules.java.CleanCompilerGroup.start(CleanCompilerGroup.java:1 09) > at > org.netbeans.core.compiler.CompilationEngineImpl$CompilerThread$GroupCompile r.run(CompilationEngineImpl.java:257) > Errors compiling RowsTag. > > > > > To change your membership options, refer to: > http://www.sys-con.com/java/list.cfm > To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
