0

I have created an application which uses 32bit libraries on my 64bit Mac Lion so to run my application I need to pass -d32 vm argument in eclipse and it works fine. I created runnable jar of application and it also works fine when I run jar from terminal with -d32 vm arguments but the problem comes when I creates .app file of my application using jar bundler. I passed -d32 in vm options textbox of jar bundler but when I run .app the application icon comes up in dock but application window does not show up.

I think it is vm argument issue but I am not sure about it. I was wondering if there is some other way to pass vm arguments in jar bundler.

Any suggestions related to this problem are welcome.

Thanks in advance

4

1 回答 1

1

我还没有找到通过 Jar Bundler 应用程序执行此操作的方法,但它们是一种解决方案。

.app像往常一样使用 Jar Bundler创建。右键单击并在新创建的应用程序上“获取信息”,选中“以 32 位模式打开”框。

以编程方式设置此标志似乎很棘手,但可能。

于 2012-10-27T23:50:12.313 回答