You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/23 11:21:00 UTC

[jira] [Updated] (TOMEE-2261) Make service.bat compatible with JDK11+

     [ https://issues.apache.org/jira/browse/TOMEE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated TOMEE-2261:
----------------------------------
    Labels: pull-request-available  (was: )

> Make service.bat compatible with JDK11+
> ---------------------------------------
>
>                 Key: TOMEE-2261
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2261
>             Project: TomEE
>          Issue Type: Improvement
>          Components: TomEE Core Server
>    Affects Versions: 8.0.0-Final, 7.0.5, 7.0.6, 7.1.1, 7.1.0
>            Reporter: Bruno Baptista
>            Priority: Major
>              Labels: pull-request-available
>
> service.bat fails to start TomEE as a service on Windows 2012 R2, at least, while using OpenJDK 11.
> Upon further analysis, The issue was found to be the absence of a jdk\jre folder inside OpenJDK 11 and the use of the endorsed property.
> We need to upgrade the file to make it compatible with newer JDK versions.
> The batch file has to be, either improved by considering the different Java versions, or duplicated by keeping the current one and adding a new one for JDK 11+.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)