IzPack 5.0.0 beta 8 + izpack_home
我尝试安装 izpack 版本 5.0.0 beta 8,但编译失败并显示消息:
IZPACK_HOME 设置不正确或无法找到 Izpack。
我可以看到蝙蝠正在寻找 lib 文件夹中不存在的一个“standalone-compiler.jar”。
{编辑} 不确定这是否是正确的方法。我注释了两行并添加了一行:
REM set IZPACK_JAR=lib\standalone-compiler.jar
REM if exist "%IZPACK_HOME%\%IZPACK_JAR%" goto checkJava
goto checkJava
还复制了旧版本中的“lcp.bat”。 {/编辑}
I tryed install izpack version 5.0.0 beta 8, but the compile fails with message:
IZPACK_HOME is set incorrectly or Izpack could not be located.
I can see that the bat is loocking for one "standalone-compiler.jar" that don't exists in lib folder.
{edit}
Not shure if this is the right way. I commented two lines and added one:
REM set IZPACK_JAR=lib\standalone-compiler.jar
REM if exist "%IZPACK_HOME%\%IZPACK_JAR%" goto checkJava
goto checkJava
Also copied the "lcp.bat" from the older version.
{/edit}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
将行:更改
为:
并在下面添加:,
然后将 lcp.bat 复制到 bin 文件夹。
Change the lines:
to:
and right below add:
then copy the lcp.bat to the bin folder.
不再有独立的编译器(请参阅 http://docs.codehaus.org /display/IZPACK/Upgrading+from+Previous+Versions)。
剧本确实应该修好,你能看一下吗?
干杯
There is no standalone compiler anymore (see http://docs.codehaus.org/display/IZPACK/Upgrading+from+Previous+Versions).
The script should indeed be fixed, could you have a look at it?
Cheers
从 Izpack.org 下载standalone-compiler.jar 并将其复制到lib 文件夹。
现在将其添加到
compiler.bat
Download and Copy the standalone-compiler.jar to lib folder, from Izpack.org.
Now Add this to
compiler.bat