Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Jikes compiler
Jikes compiler [message #251708] Fri, 11 June 2004 08:34 Go to next message
Eclipse UserFriend
Originally posted by: mehaut.xavier.free.fr

Hello,
I would like to use the Jikes compiler with Eclipse (not the Jikes VM) to
compile my java sources into byte code. Has someone already done this?
Hox indicate to Eclipse that we want to use Jikes.exe instead of javac.exe?
regards
Xavier
Re: Jikes compiler [message #251712 is a reply to message #251708] Fri, 11 June 2004 09:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

Eclipse internally uses its own compiler not javac.exe.

I think the simplest solution is to create an ant build file and set either
the compiler attribute for the javac task or set the build.compiler property
to 'jikes'. After it (assuming you use a recent Eclipse 3.0 milestone)
disable the internal Java Builder in Project Properties-->Builders and
create an Ant build here. You can set when this builder need to run (full
builds, incremental builds, auto builds) and you can set a relevant working
set of resources.

More information for the ant javac task and jikes additional options can be
found in the ant manual.

HTH,
Regards,
Csaba

"Xavier Mehaut" <mehaut.xavier@free.fr> wrote in message
news:cabqqk$fsk$1@eclipse.org...
> Hello,
> I would like to use the Jikes compiler with Eclipse (not the Jikes VM) to
> compile my java sources into byte code. Has someone already done this?
> Hox indicate to Eclipse that we want to use Jikes.exe instead of
javac.exe?
> regards
> Xavier
>
Re: Jikes compiler [message #251752 is a reply to message #251712] Fri, 11 June 2004 12:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mehaut.xavier.free.fr

Thanks a lot Csaba,
Another question. Do you know how to supress the 64Kb limit for a
method(it is a automatic generated method)?
regards
xavier

> Eclipse internally uses its own compiler not javac.exe.

> I think the simplest solution is to create an ant build file and set either
> the compiler attribute for the javac task or set the build.compiler property
> to 'jikes'. After it (assuming you use a recent Eclipse 3.0 milestone)
> disable the internal Java Builder in Project Properties-->Builders and
> create an Ant build here. You can set when this builder need to run (full
> builds, incremental builds, auto builds) and you can set a relevant working
> set of resources.

> More information for the ant javac task and jikes additional options can be
> found in the ant manual.

> HTH,
> Regards,
> Csaba

> "Xavier Mehaut" <mehaut.xavier@free.fr> wrote in message
> news:cabqqk$fsk$1@eclipse.org...
> > Hello,
> > I would like to use the Jikes compiler with Eclipse (not the Jikes VM) to
> > compile my java sources into byte code. Has someone already done this?
> > Hox indicate to Eclipse that we want to use Jikes.exe instead of
> javac.exe?
> > regards
> > Xavier
> >
Re: Jikes compiler [message #251864 is a reply to message #251752] Fri, 11 June 2004 16:17 Go to previous message
Jerome Lanneluc is currently offline Jerome LannelucFriend
Messages: 572
Registered: July 2009
Senior Member
This would go against the spec:
http://java.sun.com/docs/books/vmspec/2nd-edition/html/Class File.doc.html#9279

Jerome

"Xavier" <mehaut.xavier@free.fr> wrote in message
news:cac9hj$n7$1@eclipse.org...
> Thanks a lot Csaba,
> Another question. Do you know how to supress the 64Kb limit for a
> method(it is a automatic generated method)?
> regards
> xavier
>
> > Eclipse internally uses its own compiler not javac.exe.
>
> > I think the simplest solution is to create an ant build file and set
either
> > the compiler attribute for the javac task or set the build.compiler
property
> > to 'jikes'. After it (assuming you use a recent Eclipse 3.0 milestone)
> > disable the internal Java Builder in Project Properties-->Builders and
> > create an Ant build here. You can set when this builder need to run
(full
> > builds, incremental builds, auto builds) and you can set a relevant
working
> > set of resources.
>
> > More information for the ant javac task and jikes additional options can
be
> > found in the ant manual.
>
> > HTH,
> > Regards,
> > Csaba
>
> > "Xavier Mehaut" <mehaut.xavier@free.fr> wrote in message
> > news:cabqqk$fsk$1@eclipse.org...
> > > Hello,
> > > I would like to use the Jikes compiler with Eclipse (not the Jikes VM)
to
> > > compile my java sources into byte code. Has someone already done
this?
> > > Hox indicate to Eclipse that we want to use Jikes.exe instead of
> > javac.exe?
> > > regards
> > > Xavier
> > >
>
>
Previous Topic:Eclipse Jindent plugin updated for 3.0RC1
Next Topic:Eclipse design questions
Goto Forum:
  


Current Time: Thu Jul 25 06:14:03 GMT 2024

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

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

Back to the top