How to set a non normal application as JRE for Running in a Project [message #530881] |
Sun, 02 May 2010 07:24  |
Eclipse User |
|
|
|
Hello,
I am a developer of a open source JVM for microcontrollers (if you interested http://cs.ba-berlin.de/). Add the moment all compiling of java programms is done by classic makefiles, but to make it easyer for new developers to start I want to make a Eclipse Project Template for our JVM.
Our JVM(bajos) is although running on a normal linux-system(for fast development) and the java programs needs to be compiled with a default javac like this from sun.
At the moment I could compile the programs with eclipse and a default jdt project.
- I removed default libraries and added the directory with our own bootclasses.
But how could I configure, that eclipse does not call java (default jre) if I run my application. I need to call our JVM in this way:
path-to-it/bajos (bootclasses) (classfiles from project)
Additionally it would nice to use a Environment variable for path-to-it or something like this.
I hope you could give me some advice.
Christopher
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02575 seconds