Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Permanent Disabling of the compiler(Disabling the compiler in Eclipse for Production)
Permanent Disabling of the compiler [message #498378] Mon, 16 November 2009 16:56 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: November 2009
Junior Member
My apologies if this the wrong place to post this question.

I work in a classified production environment that requires no compilers to be installed, but the powers that be want to have eclipse available.

How can I disable the compiler permanently to prevent users from being able to use it? It can even be removing the compiler file permanently. I just don't where eclipse has that located out of the box.

Thanks for the help.
Re: Permanent Disabling of the compiler [message #498406 is a reply to message #498378] Mon, 16 November 2009 18:57 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: November 2009
Junior Member
Thanks. I found out my own answer, but wanted to post in case anyone else ever needed it.

Removing plugins/org.eclipse.jdt.core_3.4.2.v_883_R34x.jar did the trick.
Re: Permanent Disabling of the compiler [message #498420 is a reply to message #498406] Mon, 16 November 2009 20:06 Go to previous messageGo to next message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
gshepherd7@yahoo.com a écrit :
> Removing plugins/org.eclipse.jdt.core_3.4.2.v_883_R34x.jar did the trick.
If you do that, other jdt bundles won't be able to work as they require
jdt.core to be initialized.
If you don't want the java compiler, you should simply disable the java
builder.
--
Olivier
Re: Permanent Disabling of the compiler [message #498478 is a reply to message #498420] Tue, 17 November 2009 08:09 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Olivier Thomann wrote:
> gshepherd7@yahoo.com a écrit :
>> Removing plugins/org.eclipse.jdt.core_3.4.2.v_883_R34x.jar did the
>> trick.
> If you do that, other jdt bundles won't be able to work as they
> require jdt.core to be initialized.
> If you don't want the java compiler, you should simply disable the
> java builder.
Or download a Platform or RCP build instead of JDT or the SDK.

Dani
> --
> Olivier
Previous Topic:On latest updates
Next Topic:How to be more faster when eclipse launcing
Goto Forum:
  


Current Time: Tue Mar 19 04:33:03 GMT 2024

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

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

Back to the top