<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    We generally recommend Oxygen plugin developers to build them for
    Java 6 for best compatibility, especially for OS X.<br>
    Anyway, I see there that building the source code requires Java 7 or
    <b>later</b>. So it should run fine with Java SE 8. I'd recommend
    sticking with the bundled version of the JRE rather than changing
    it.<br>
    <br>
    Regards,<br>
    Adrian<br>
    <br>
    <div class="moz-cite-prefix">On 16.06.2014 11:50, Felix Sasaki
      wrote:<br>
    </div>
    <blockquote cite="mid:50C228D7-D6BA-4EF4-B445-182799DDB298@w3.org"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Hi Adrian,
      <div><br>
        <div>
          <div>Am 16.06.2014 um 10:37 schrieb Oxygen XML Editor Support
            (Adrian Buza) &lt;<a moz-do-not-send="true"
              href="mailto:support@oxygenxml.com">support@oxygenxml.com</a>&gt;:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <meta content="text/html; charset=windows-1252"
              http-equiv="Content-Type">
            <div bgcolor="#FFFFFF" text="#000000"> Hi,<br>
              <br>
              You haven't mentioned the version of Oxygen, so I'm
              assuming it's the current version, v16.0.<br>
            </div>
          </blockquote>
          <div><br>
          </div>
          Correct, see below</div>
        <div>„… oxygen installation (version 16)".</div>
        <div><br>
          <blockquote type="cite">
            <div bgcolor="#FFFFFF" text="#000000"> We generally do not
              recommend changing the bundled/recommended JRE unless you
              have a very good reason (e.g. serious bugs or crashes with
              that JRE).<br>
              Is there a particular reason why you want to run Oxygen
              with Java 7?<br>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>I want to use this plugin</div>
          <div><a moz-do-not-send="true"
              href="https://github.com/danielnaber/oxygen-languagetool-plugin/">https://github.com/danielnaber/oxygen-languagetool-plugin/</a></div>
          <div>which requires Java 7.</div>
          <div><br>
          </div>
          <br>
          <blockquote type="cite">
            <div bgcolor="#FFFFFF" text="#000000"> <br>
              The instructions you found on the forum do not apply to OS
              X. They are for Linux and Windows distributions.<br>
              The OS X .zip distribution of Oxygen requires Java SE 6
              (from Apple). There is no way to configure the .app to
              recognize Java 7 or later (from Oracle).<br>
              <br>
              There is also a .tar.gz distribution for OS X that bundles
              <b>Java SE 8u5</b>. You can download that here:<br>
              <a moz-do-not-send="true" class="moz-txt-link-freetext"
                href="http://www.oxygenxml.com/InstData/Editor/MacOSX/VM/oxygen.tar.gz">http://www.oxygenxml.com/InstData/Editor/MacOSX/VM/oxygen.tar.gz</a><br>
              If for some reason you want to use Java 7 instead of 8,
              although we do not recommend this, in this distribution
              you can replace the JRE found in
              'oxygen/.install4j/jre.bundle'.<br>
              Note that this does not work the same as Linux and
              Windows, so if you simply remove that folder, Oxygen will
              no longer start.<br>
              You will have to either copy your Java 7 JRE ('Contents'
              folder) to that folder ('jre.bundle'), or create a
              symbolic link that points to your Java 7 JRE installation
              folder.<br>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>Thanks a lot, I will give that a try.</div>
          <div><br>
          </div>
          <div>Regards,</div>
          <div><br>
          </div>
          <div>Felix</div>
          <br>
          <blockquote type="cite">
            <div bgcolor="#FFFFFF" text="#000000"> <br>
              Regards,<br>
              Adrian<br>
              <pre class="moz-signature" cols="72">Adrian Buza
oXygen XML Editor and Author Support

Tel: +1-650-352-1250 ext.2020
Fax: +40-251-461482
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:support@oxygenxml.com">support@oxygenxml.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.oxygenxml.com/">http://www.oxygenxml.com</a></pre>
              <br>
              <div class="moz-cite-prefix">On 16.06.2014 10:33, Felix
                Sasaki wrote:<br>
              </div>
              <blockquote
                cite="mid:92B81926-8928-4C92-AB65-E5F8A2FBC911@w3.org"
                type="cite">
                <meta http-equiv="Content-Type" content="text/html;
                  charset=windows-1252">
                <div>I tried to follow this explanation to change the
                  Java VM</div>
                <div><br>
                </div>
                <div><a moz-do-not-send="true"
                    href="http://www.oxygenxml.com/forum/topic7033.html#p22000">http://www.oxygenxml.com/forum/topic7033.html#p22000</a></div>
                <div><br>
                </div>
                <div>to set oxygen to work with Java version 7. But I
                  don’t have an JRE directoy in my oxygen installation
                  (version 16). I am using Mac os X 10.9.2. The Mac Java
                  control panel tells me that I have only Java
                  versions 1.7.0_60 in the mac os, but the oxygen info
                  via</div>
                <div>"Help &gt; About, System properties,
                  „java.runtime.version“"</div>
                <div>says that oxygen is using java1.6.</div>
                <div><br>
                </div>
                <div>The oxygen java.library.path system property has
                  the value</div>
                <div><br>
                  /Applications/oxygen/Oxygen
XML Editor.app/Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java</div>
                <div><br>
                </div>
                <div>so maybe I need to change something in the Oxygen
                  XML Editor.app so that oxygen uses java 7. Any
                  suggestions?</div>
                <div><br>
                </div>
                <div>Thanks,</div>
                <div><br>
                </div>
                <div>Felix</div>
                <br>
                <fieldset class="mimeAttachmentHeader"></fieldset>
                <br>
                <pre wrap="">_______________________________________________
oXygen-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
              </blockquote>
              <br>
            </div>
            _______________________________________________<br>
            oXygen-user mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a><br>
            <a class="moz-txt-link-freetext" href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a><br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Adrian Buza
oXygen XML Editor and Author Support

Tel: +1-650-352-1250 ext.2020
Fax: +40-251-461482
<a class="moz-txt-link-abbreviated" href="mailto:support@oxygenxml.com">support@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="http://www.oxygenxml.com">http://www.oxygenxml.com</a></pre>
  </body>
</html>