I have a java project and I want to develop it without replacing the source code from its place. I want to link my code to my workspace without replace physically?
Project
you want to reference from on Package Explorer
Properties
( or hit Ctrl-Enter ).Projects
in Java Build Path
you can add another project which is currently open.If you want to override a class you can make a copy of it in your current project and move it further up in the classpath in Order and Export
.