This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Knowledge Base
- :
- Error: "Publisher Must be Set" when using OpenJDK 11.0.11_9
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
Error: "Publisher Must be Set" when using OpenJDK 11.0.11_9
Error: "Publisher Must be Set" when using OpenJDK 11.0.11_9
Problem:
When using OpenJDK version 11.0.11_9, already we have set the JAVA_HOME and JRE_HOME in the system Environment variables and tried to install a local license server on a client's machine but received this error: "Publisher must be set" how to resolve this error?.
Solution:
As per the document License Server Administration Guide
The point we should read carefully would be "Ensure that this path does not include a trailing character, such as a slash or space" even though the environment variable is set already.
For example JAVA_HOME=C:\Java\jdk11.0.11_9\
Then remove the trailing character slash and set JAVA_HOME=C:\Java\jdk11.0.11_9
and
Set %JAVA_HOME%\bin in the path variable as well, then this will fix the error.
No ratings