Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Eclipse

Hi everyone,

So I filled in the field "Build output folder"  with "Project MD/classes".
So now I can see inside this folder all the classes. If I have this
directory information:

Project MD
	Energy
		energy.java
	Databasec
		DBconnection.java
	
When I have created this new location a compile the source files and the
results I've got is as follows:

Project MD

	classes
		Energy
			energy.class
		Databasec
			DBconnection.class
	Energy
		energy.java
	Databasec
		DBconnection.java

Do you know if it is possible to get just the class files and not the
directories again, I mean this

Project MD

	Classes
		energy.class
		DBconnection.class
	Energy
		energy.java
	Databasec
		DBconnection.java



Thanks in advanced

Regards

Ana Lozano.


Back to the top