OpenJDK 7 and MacAppStore

Henri Gomez henri.gomez at gmail.com
Wed Jul 27 08:31:59 PDT 2011


-vm in eclipse.ini (under Eclipse.app/Contents/MacOS)

ie:

-startup
../../../plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XX:MaxPermSize=256m
-Xms512m
-Xmx3g
-XX:+UseCompressedOops
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts



2011/7/27 Kelly O'Hair <kelly.ohair at oracle.com>:
>
> On Jul 27, 2011, at 3:42 AM, Henri Gomez wrote:
>
>>>> You'd have to write some Objective-C, but making a launcher for Eclipse that installed the JDK into /Library/Java/JavaVirtualMachines as necessary wouldn't be that difficult.
>>>
>>> My concern is about providing an OpenJDK 7 as part of an application,
>>> like Eclipse.
>>> IntelliJ and NeBeans users won't select Eclipse 'app' to install an OpenJDK ;(
>>
>> BTW, Eclipse 3.7 is not working for me with OpenJDK7 since it didn't
>> honor -vm flag anymore :(
>
> Which -vm flag are we talking about?
>
> -kto
>
>


More information about the macosx-port-dev mailing list