Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Problem my compilation start generating extra filenames

  Asked By: Erica    Date: Oct 19    Category: Java    Views: 667
  

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 ?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Code Guru     Answered On: Oct 19

Are you using any anonymous classes in your code?

 
Didn't find what you were looking for? Find more on Problem my compilation start generating extra filenames Or get search suggestion and latest updates.