Hi I have an Eclipse project that generates a EAR. My problem is as follows: The root folder of the project is: DC-Integrated Under DC-Integrated, I have a folder called 'common' and a structure (with a package) under it as: java/src/com.dexcenter.util/LauncherClient.java
Under the same root folder I have another folder called 'webapp' and a structure (with a package) under it as: java/src/com.dexcenter.jms/Launcher.java Now this is where I am stuck. I would like to import Launcher.java into LauncherClient by an import statement. My attempts to do this have failed so far. How can I accomplish this import so that I can use Launcher.java inside LauncherClient? Thanks in advance -- View this message in context: http://www.nabble.com/How-to-import-a-Java-class-from-a-package-in-a-different-folder-tp21436397p21436397.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org