4632N/A# or visit www.oracle.com if you need additional information or have any
4632N/A# compute the boot class path, but remove the JObjC jar file that may have been installed in the boot jdk
4632N/Abootclasspathcmd = "java -classpath #{OBJROOT}/bin/core:#{OBJROOT}/bin/generator com.apple.internal.jobjc.generator.BootClassPathMinus #{JOBJC_JAR}"
4632N/A# we run the generator with our newly created JObjC. The installed version (if available) has been removed from
4632N/Acmd = "java #{jarch} -Xms128m -Xmx512m -Djava.library.path=#{LIBPATH} -Xbootclasspath:#{bootclasspath.chomp} -classpath #{OBJROOT}/bin/core:#{OBJROOT}/bin/generator -ea com.apple.internal.jobjc.generator.Generator dst=#{OBJROOT}/src/jobjc frameworks=#{STABLE_GEN_DIR}"