facebook

Simple Question?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302591 Reply

    Mork
    Participant

    Hello,

    It’s been a while since I’ve created a simple Java project, but I used the File…New Java Project and told it to create separate src and bin folders (for generated classes).

    However, when the project comes up, there’s just the src folder. If I modify any of the Java files, there are no generated .class files anywhere that I can find…

    What’s going on here?

    Thanks.

    — Jim

    #302592

    Ton Huisman
    Member

    .class files are hidden in the normal Java view, as there’s no need to view these files. If you switch to the Navigator view, then you can watch all files present in the project, but as said, there’s usually no need for that, just run your app from the IDE, or build a jar from it an run it as required.

    You should also have a look at the tutorials, they might give you more ideas and some insight.

    HTH
    Ton

    #302594

    Mork
    Participant

    Yeah, thanks. I always forget to have that view open.

    I needed to make sure the class files were actually there to help debug a JaxB problem …. working fine now.

    Thanks again.

    — M

    #302596

    support-joy
    Member

    Jim,

    Good to hear that you are all set. 🙂

    Ton,

    Thank you for the help. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Simple Question?

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

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