Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse - how to fix the build path - Java(I have two paths that contain classes and one that contains source. How do I ensure the src is properly built into the correct destination?)
Eclipse - how to fix the build path - Java [message #1866492] Fri, 31 May 2024 06:34
Glyn Bartlett is currently offline Glyn BartlettFriend
Messages: 8
Registered: May 2024
Location: Australia
Junior Member
Hi,

New to this so please bear with me. I am using version 2024-03 (4.31.0).

My java source is in:
src:

    client
    META-INF
    model
    server
    shared

However, I have two set of classes one under:
build
    classes

      client
      META-INF
      model
      server
      shared

And the other under:
WebContent
    WEB-INF
      classes

        client
        META-INF
        model
        server
        shared


The second (WebContent --> WEB-INF --> classes) is the one I copy into the Tomcat directory to perform tests and then move into production. So, I need to ensure that is kept and is correct.

I have attached an image of the project structure.

Can I safely delete the 'build' and sub directories?

How do I ensure the build of my java in 'src' is being properly built into WebContent --> WEB-INF --> classes?

I am new to this so the more detailed the instruction the better please.

Kind regards,

Glyn

[Updated on: Fri, 31 May 2024 07:04]

Report message to a moderator

Previous Topic:remember and restore tree portion of the IDE when re-opening
Next Topic:Moderator - this is a duplicate as the first timed out please remove - I can not find a delete
Goto Forum:
  


Current Time: Thu Jan 23 23:39:52 GMT 2025

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

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

Back to the top