I am using Forte for Java 4 and suddenly my compilation start
generating extra filenames. Could anyone face this problem before ?
Example:
I have a file named DBconnection.java (to handle Connection Pools) ,
before Forte 4 it generate a DBconnection.class without problem and
now its generating a file named DBConnection$DBConnectionPool.class
The problem is i didn't use any DBCoonectionPool variable or class or
whatever so where this extra name came from ?