Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Problem porting to Mac

Hi!

 

I’m Àlvar Mercadé. At work I’m doing the port of a design application based on Eclipse RCP which is written in Java 1.6. I’ve installed the Java Update for our Mac Mini with Leopard and I have put Java 1.6 as the default JavaVM in the “Java Preferences.app”. When I try to launch the application it show a window “JVM terminated” then shows error code = -1 and finally the list of parameters of the virtual machine. Also I have tried to put in the Info.plist file inside startup.app this line:

 

                            <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Commands/java</string>

 

This line is placed between the <array> tag an the </array> tag at the end of the file. Also I have tried to launch the application from a Unix terminal and it shows the same window but in the terminal it says:

 

_NSJVMLoadLibrary: NSAddLibrary failed for /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libjvm.dylib

JavaVM FATAL: Failed to load the jvm library.

 

 

        Anybody knows what is happening ??

 

 

        Thanks for your attention.

 


Back to the top