merveotesi
merveotesi

Reputation: 2183

Where do we specify in Eclipse the place to put the built classes?

I am looking at the below location

/media/public_/workspaces/workspacemy/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/

there is nothing even after clean build.

Only after cleaning Tomcat a class comes.

I wonder if Eclipse build my classes and try to put some wrong place?

If so where can i configure that place.

Thanks.

Upvotes: 0

Views: 45

Answers (1)

Harshal Waghmare
Harshal Waghmare

Reputation: 1944

Right click on the project name, click on properties. Select build path (in left pane), and then go to sources folder tab. At the bottom you can specify the default target location or you can specify target location for each source folder separately by clicking on each source folder.

Upvotes: 1

Related Questions