Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #10829

Re: ant and -bootclasspath

From markspace <-@.>
Newsgroups comp.lang.java.programmer
Subject Re: ant and -bootclasspath
Date 2011-12-17 09:47 -0800
Organization A noiseless patient Spider
Message-ID <jcikj4$slq$1@dont-email.me> (permalink)
References <22kpe7101nsmla202cj4tomosqi2brhu9l@4ax.com>

Show all headers | View raw


On 12/17/2011 9:26 AM, Roedy Green wrote:
> What is the trick is passing a -bootclasspath parm to ANT?
>
> <compilerarg value="-Xbootclasspath E:/Program
> Files/Java/jdk1.7.0_02/jre/lib/rt.jar" />
>
> It does not ilke this, presumably because fo the space in
> Program_Files.


Don't use a space?

   <javac srcdir="src" destdir="classes">
     <compilerarg arg="-Xbootclasspath/e:/some/windows/path"/>
   </javac>

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

ant and -bootclasspath Roedy Green <see_website@mindprod.com.invalid> - 2011-12-17 09:26 -0800
  Re: ant and -bootclasspath markspace <-@.> - 2011-12-17 09:47 -0800
    Re: ant and -bootclasspath Lew <lewbloch@gmail.com> - 2011-12-17 10:05 -0800
      Re: ant and -bootclasspath Roedy Green <see_website@mindprod.com.invalid> - 2011-12-17 12:23 -0800
      Re: ant and -bootclasspath Roedy Green <see_website@mindprod.com.invalid> - 2011-12-17 12:24 -0800
        Re: ant and -bootclasspath Lew <lewbloch@gmail.com> - 2011-12-17 19:24 -0800

csiph-web