Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP ToolProvider Problem
RCP ToolProvider Problem [message #448902] Sat, 06 May 2006 23:15
Eclipse UserFriend
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)
Previous Topic:How to disable a perspective
Next Topic:RCP, default preferences
Goto Forum:
  


Current Time: Sun Aug 31 18:54:11 EDT 2025

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

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

Back to the top