Tagged Questions

3
votes
2answers
82 views

Java: how to detect the current java runtime is a JRE or JDK?

I got a Java application, I want to provide user ability to compile Java source code (Using JavaCompiler interface) If the user run the application on a JRE, my application should tell user that the ...
1
vote
2answers
455 views

How to make an Eclipse debug launcher that launches a Class

I'm trying to make an Eclipse launch configuration that I can launch programmatically, kind of building a custom debugger if you like. I've already got an ...
0
votes
3answers
67 views

Running Eclipse JDT from sources

I want to run Eclipse Java Development Tools form source code, but I'm stuck after checking out codes from eclipse repositories. I've checked out all plugins from org.eclipse.jdt and imported them ...