Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Using JIKES compiler with Eclipse
Using JIKES compiler with Eclipse [message #54740] Wed, 11 June 2003 14:21 Go to next message
Eclipse UserFriend
Originally posted by: tmacc.comcast.net

Is it possible to use IBM's JIKES compiler within Eclipse? I'm just looking
to speed up compilation times. (directions on a windows os would be
appreciated)

Thanks,
Tom
Re: Using JIKES compiler with Eclipse [message #54795 is a reply to message #54740] Wed, 11 June 2003 14:39 Go to previous messageGo to next message
Eclipse UserFriend
The only option would be disabling Eclipse's autobuild feature and using
an ant script to compile your code. I doubt though, that this'll result in
big performance gains because IMHO Eclipse's incremental compiler does
quite a good job...

-Boris

On Wed, 11 Jun 2003 15:21:45 -0400, Tom Maccariella wrote:

> Is it possible to use IBM's JIKES compiler within Eclipse? I'm just looking
> to speed up compilation times. (directions on a windows os would be
> appreciated)
>
> Thanks,
> Tom
Re: Using JIKES compiler with Eclipse [message #54820 is a reply to message #54740] Wed, 11 June 2003 14:41 Go to previous messageGo to next message
Eclipse UserFriend
Not really what you are looking for but you can configure an Ant build and a
javac task to compile using Jikes. You must specify the build.compiler
property to be "jikes" (or the compiler attribute)

This does not change or replace the built in Java builder.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=29677 for more details.

Darins

"Tom Maccariella" <tmacc@comcast.net> wrote in message
news:bc7rqm$a20$1@rogue.oti.com...
> Is it possible to use IBM's JIKES compiler within Eclipse? I'm just
looking
> to speed up compilation times. (directions on a windows os would be
> appreciated)
>
> Thanks,
> Tom
>
>
Re: Using JIKES compiler with Eclipse [message #54847 is a reply to message #54795] Wed, 11 June 2003 15:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tmacc.comcast.net

Thanks. That makes sense. I'll just continue to use Jikes in my ANT
deployment scripts only.

Tom

"Boris Pruessmann" <boris@pruessmann.org> wrote in message
news:pan.2003.06.11.18.39.53.942933@pruessmann.org...
>
> The only option would be disabling Eclipse's autobuild feature and using
> an ant script to compile your code. I doubt though, that this'll result in
> big performance gains because IMHO Eclipse's incremental compiler does
> quite a good job...
>
> -Boris
>
> On Wed, 11 Jun 2003 15:21:45 -0400, Tom Maccariella wrote:
>
> > Is it possible to use IBM's JIKES compiler within Eclipse? I'm just
looking
> > to speed up compilation times. (directions on a windows os would be
> > appreciated)
> >
> > Thanks,
> > Tom
>
Re: Using JIKES compiler with Eclipse [message #54901 is a reply to message #54795] Wed, 11 June 2003 15:35 Go to previous message
Eclipse UserFriend
"Boris Pruessmann" <boris@pruessmann.org> wrote:

> The only option would be disabling Eclipse's autobuild feature and using
> an ant script to compile your code.

You can also call Jikes directly - as a tool.

> I doubt though, that this'll result in big performance gains
> because IMHO Eclipse's incremental compiler does quite a good job...

Eclipse has fairly effectively replaced Jikes.
--
__________
|im |yler http://timtyler.org/ tim@tt1.org
Previous Topic:Eclipse 2.1 on Win2K
Next Topic:removing breakpoint without source
Goto Forum:
  


Current Time: Sat May 03 03:45:32 EDT 2025

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

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

Back to the top