Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Javac Parameter -J
Javac Parameter -J [message #25700] Fri, 16 May 2003 07:31 Go to next message
Eclipse UserFriend
Originally posted by: theiss.iib.tu-darmstadt.de

Hello,

for a project I need to compile some classes with

javac -J-mx128m -J-ms128m ClassName.java

How can I set these compiler parameters in Eclipse?

Thanks.
Mirko
Re: Javac Parameter -J [message #25809 is a reply to message #25700] Fri, 16 May 2003 08:22 Go to previous message
Eclipse UserFriend
Mirko <theiss@iib.tu-darmstadt.de> wrote:
> for a project I need to compile some classes with
>
> javac -J-mx128m -J-ms128m ClassName.java
>
> How can I set these compiler parameters in Eclipse?

Those just change how much memory the compiler has available to it -
they won't affect the output at all. Thus you don't need to use them
when using the internal Eclipse compiler.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet/
If replying to the group, please do not mail me too
Previous Topic:Problem with Eclipse 2.1 and JDK 1.4.1_02
Next Topic:jdk 1.4 assert?
Goto Forum:
  


Current Time: Wed Apr 16 10:29:59 EDT 2025

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

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

Back to the top