I want to start the Talend Open Studio (ESB or DI) on my Mac Pro.
But I get an error: "Failed to create the Java Virtual Machine".
TOS Version is V5.6.0 and I have installed Java SDK 1.7.0_45 64-Bit.
I have also changed some values in TOS_ESB-macosx-cocoa.ini:
--launcher.XXMaxPermSize
512m
-vmargs
-Xms64m
-Xmx768m
-Xdock:icon=../Resources/talend.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Dosgi.instance.area.default=../../../workspace
-Dfile.encoding=UTF-8
But I still get the same error.
I found that TOS use the wrong java version JavaVM: Failed to load JVM: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bundle/Libraries/libserver.dylib
My JAVA_HOME is set to /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home
How do I resolve this?