Skip to main content



      Home
Home » Newcomers » Newcomers » strange compiled classes appear in my bin dir
strange compiled classes appear in my bin dir [message #151337] Tue, 09 May 2006 22:21 Go to next message
Eclipse UserFriend
Hi,

I have a plugin set. Inside one plugin I have a class named Myfirst. Some
time ago I went for some reasons at the bin directory and the I saw that:

MyName.class
MyName$1.clas
MyName$2.clas
MyName$3.clas
MyName$4.clas

What are so many classes!!! which one is the working one! lol

Thanks
Re: strange compiled classes appear in my bin dir [message #151346 is a reply to message #151337] Wed, 10 May 2006 00:57 Go to previous messageGo to next message
Eclipse UserFriend
You have your class and then you have a bunch of inner classes as declared
in MyName.java that have been generated as well

This is just how it works :-)

Darins

"Victor Llorens" <victor.llorens@gmail.com> wrote in message
news:a6299ac40672f6781a069cbbf7b5bdec$1@www.eclipse.org...
> Hi,
>
> I have a plugin set. Inside one plugin I have a class named Myfirst. Some
> time ago I went for some reasons at the bin directory and the I saw that:
>
> MyName.class
> MyName$1.clas
> MyName$2.clas
> MyName$3.clas
> MyName$4.clas
>
> What are so many classes!!! which one is the working one! lol
>
> Thanks
>
Re: strange compiled classes appear in my bin dir [message #152437 is a reply to message #151346] Sat, 13 May 2006 19:51 Go to previous message
Eclipse UserFriend
Noops,

I don't declare any inner class inside MyClass.java.
Anyway I'm working with a "C" native aplication that needs to load this
class using FindClass method. And I'm getting problems with that because
FindClass returns me null, maybe this is why these misterios files apeared
in my dir.

I think that before use FindClass they didn't exist.

Why always are happening strange things with computers...?
Bye.
Previous Topic:JBoss Errors
Next Topic:Tagged Values
Goto Forum:
  


Current Time: Tue Jul 15 07:42:22 EDT 2025

Powered by FUDForum. Page generated in 0.12573 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top