<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6001.18203" name=GENERATOR></HEAD>
<BODY id=MailContainerBody
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px"
bgColor=#ffffff leftMargin=0 topMargin=0 CanvasTabStop="true"
name="Compose message area">
<DIV>This is likely not the right list for this question, but please help if you
can. </DIV>
<DIV><BR>Using Oxygen's scenario mechanism, I am able to run the built-in FOP
and produce my PDF file with no problems. However, when I try to do the same
thing from a BAT using my stand-alone FOP 0.95, I get an "out of java heap space
memory". I Googled and found lots of information for people who know java or
Linux (I know neither). I know I have to change the fop.bat file but do not
understand exactly how to do that. Concerning java, the
fop.bat has the lines:<BR><BR><FONT size=2>set
JAVAOPTS=-Denv.windir=%WINDIR%<BR><BR>if "%JAVA_HOME%" == "" goto
noJavaHome<BR>if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaHome<BR>if
"%JAVACMD%" == "" set JAVACMD=%JAVA_HOME%\bin\java<BR>goto
runFop<BR><BR>:noJavaHome<BR>if "%JAVACMD%" == "" set
JAVACMD=java<BR><BR>:runFop<BR>rem ECHO "%JAVACMD%"<BR>"%JAVACMD%" %JAVAOPTS%
%LOGCHOICE% %LOGLEVEL% -cp "%LOCALCLASSPATH%" org.apache.fop.cli.Main
%FOP_CMD_LINE_ARGS%<BR></DIV></FONT>
<DIV>What do I add or change?<BR><BR> I have 4 gig of memory on a Vista
machine. What do I add or change so that my stand-alone FOP will have the same
heap size as the Oxygen built-in FOP?</DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Thanks for any consideration you can give
me,</FONT></DIV>
<DIV><FONT face=Arial size=2>Mark</FONT></DIV></BODY></HTML>