我是第一次使用launch4j而且我得到了系统的编译错误(在OSX和windows xp上也一样).这是项目xml文件:
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Temp\QuotaSatellite\QuotaSatellite.jar</jar>
<outfile>C:\Temp\QuotaSatellite.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon></icon>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
</launch4jConfig>
Run Code Online (Sandbox Code Playgroud)
这是windows xp上的日志:
Compiling resources
Generated resource file...
LANGUAGE 0, 1
2 RCDATA BEGIN "1.6.0\0" END
18 RCDATA BEGIN "1\0" END
21 RCDATA BEGIN "http://java.com/download\0" END
20 RCDATA BEGIN "32\0" END
101 RCDATA BEGIN "An error occurred while starting the application.\0" END
102 RCDATA BEGIN "This application was configured to use a bundled Java Runtime Environment but …Run Code Online (Sandbox Code Playgroud) 我不知道如何在Interface Builder中设置背景颜色。选择NSView后,在检查器属性中找不到任何背景色菜单。View效果检查器具有我不熟悉的背景滤镜,我无法获得View背景色。谢谢你的帮助