Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » can change bin directory not automatically call builder?
can change bin directory not automatically call builder? [message #333386] Mon, 08 December 2008 17:38
Jan is currently offline JanFriend
Messages: 5
Registered: July 2009
Junior Member
Suppose I have two versions of Application in one project in eclipse. One
is compiled by javabuilder, I call it as version A, another compiled by
another compiler, called version B. If I use
javaprojec.setOutputLocation() to change the default bin directory to the
directory contain the version B, then the other programe can run version
B, like JUnit. But I find when call javaprojec.setOutputLocation(),
javabuilder will builder version A to the directory contain version B and
overwrite the class file. So... I know we can set URLClassLoader to loade
the correct version, But because I want run JUnit TestCase to run the
correct Version, I wander how to reach my goal.
Previous Topic:Console View - default console displayed setting
Next Topic:Suggestions for JFace tutorials
Goto Forum:
  


Current Time: Wed Sep 18 17:21:00 GMT 2024

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

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

Back to the top