forked from omnetpp/omnetpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ide: a temporary fix for https://bugs.eclipse.org/bugs/show_bug.cgi?i…
…d=578221 This bug happens because the embedded eclipse java compiler in the org.apache.jasper.glassfish package is way too old (from 2015) and cannot handle the java.lang.System class file coming from the class path of the JDK17 JRE. Adding the org.eclipse.jdt.core pacjage provides an up to date java compiler (for JSP files) that is picket up automatically by the org.apache.jasper.glassfish package. Once the internal jasper compile is updated, we can remove this dependency.
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters