- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is Javac.exe nessescary for operating Firstspirit ?
I have senn follwowing Error in the logs:
ERROR | [โ] 05.09.2022 13:56:54 ERROR 05.09.2022 13:56:54.086 (de.espirit.firstspirit.server.ServerManagerImpl): error during execute command: /usr/lib/jvm/jre-openjdk/bin/javac -version |
Is javac.exe nessescary for operating fIRSTSPIRIT ร
We are operating Firstspirit on Red Hat 7 and installed
yum install java-11-openjdk
the package java-11-openjdk-devel contains javac. We have installed it on our integation/development server
Is it also nessescary for production to install that package ?
- Labels:
-
java openjdk development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@tgutgese wrote:
Is it also nessescary for production to install that package ?
The output of "javac -version" is used when FirstSpirit creates a report, i.e. when an exception occurs.
In this case, installing javac is optional and you can safely ignore the error message.

