facebook

Where are the *.class files

  1. MyEclipse Archived
  2.  > 
  3. General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #242087 Reply

    Tinalu99
    Member

    I am new to eclipse.
    I created a project which contains some java files. I selected “build all” on the project menu, but I couldn’t find all the classes files after compiling. I did a search under my c drive, no expecting *.class files.
    By the way, I have set “src” and “bin” folder properly.
    Anybody know how to save and find the *.class files?

    Thanks in advance

    #242096 Reply

    Brian Fernandes
    Moderator

    Tinalu,

    Sanity check; did you create a Java project? How/where did you set the src and bin folder?

    Does your project have any compilation errors? You will see a red cross somewhere in the Project tree (in the Package Explorer view) if there is a problem, check the Problems view to follow it up.

    Eclipse uses an Incremental Builder, is Project > Build Automatically checked?

    Can you right click on the project and choose Properties, in the Info page, see the Location value – your bin folder will usually be under that folder, can you see the class files there?

    Give the Eclipse help a shot, it’s pretty good – Help > Help Contents > Java Development User Guide.

    Best,
    Brian.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Where are the *.class files

You must be logged in to post in the forum log in