RCP ToolProvider Problem [message #448902] |
Sat, 06 May 2006 23:15 |
Eclipse User |
|
|
|
I know that this isn't completely supported yet (using Java 1.6)...but it
is very frustrating.
In eclipse I am able to create a new "Java Project" and use the command :
JavaCompilerTool compiler = ToolProvider.getSystemJavaCompilerTool();
This works great and returns the default compiler which I am able to use.
The problem arises when I try to use the same statement in an RCP app.
After executing the above statement the variable "compiler" is null.
My question is -- Does anyone have any idea why I am unable to use the
ToolProvider class in an RCP app?
Thanks for any help.
Jon
( http://download.java.net/jdk6/docs/api/javax/tools/ToolProvi der.html)
|
|
|
Powered by
FUDForum. Page generated in 0.03264 seconds