Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » question on src folder in linux(the default project does not seem to make a src folder)
question on src folder in linux [message #506727] Sat, 09 January 2010 02:25 Go to next message
Eclipse UserFriend
Hey guys,
I had a search for this but didn't seem to bring anything up except for people talking about open source projects which doesn't particularly relate. So I'm guessing this is something I'm doing wrong Embarrassed

When I create a new project under windows 7/vista it automatically creates "src" and "bin" folders in the project directory. then I just create a new package and away I go.

However under linux (specifically Mint 7) I do not get this, there's no src folder under the package view and also no src or bin folders in project directory in my home folder.
Test.java and Test.class are just sitting in the same folder.

Does this matter ? or
Is there settings to change this?

classpath is as follows:

<classpath>
   <classpathentry kind="src" path=""/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   <classpathentry kind="output" path=""/>
</classpath>
Re: question on src folder in linux [message #506728 is a reply to message #506727] Sat, 09 January 2010 02:27 Go to previous message
Eclipse UserFriend
sorry double post, dunno why that happened.
Please see: This Post

[Updated on: Sat, 09 January 2010 02:39] by Moderator

Previous Topic:Debugging fails with cannot connect to VM message
Next Topic:Getting Class information from Eclipse
Goto Forum:
  


Current Time: Wed Mar 19 03:17:57 EDT 2025

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

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

Back to the top