[
https://issues.jboss.org/browse/JBDS-3411?page=com.atlassian.jira.plugin....
]
Martin Malina reassigned JBDS-3411:
-----------------------------------
Resolution: (was: Done)
Assignee: Denis Golovin (was: Len DiMaggio)
Fix Version/s: (was: 9.0.0.Beta1)
I have to reopen this. The vm settings is not saved in the ini file during installation.
During installation, I chose to use java 1.8, but when JBDS was launched afterwards, I
noticed it used java 1.9. So I checked the ini file
(JBDS_DIR/studio/jbdevstudio.app/Contents/Eclipse/jbdevstudio.ini) and there was no -vm
option. Once I added it there (-vm
/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java) and started
JBDS, it used the desired version of java.
I tested a nightly on OS X
(jboss-devstudio-9.0.0.Beta1-v20150507-0513-B3151-installer-standalone.jar).
have installer build actually use M6 p2 product build
-----------------------------------------------------
Key: JBDS-3411
URL:
https://issues.jboss.org/browse/JBDS-3411
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: build, installer, updatesite
Reporter: Max Rydahl Andersen
Assignee: Denis Golovin
Priority: Critical
talking with [~prapicault] I learned that since M6 the following changes are required for
proper working p2 product/osx build:
{code}
<products>
<product>
...
<rootFolders>
<macosx>MyProduct.app</macosx>
</rootFolders>
</product>
{code}
And to use tycho 0.23-snapshot
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)