Type |
New Feature
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.1.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.1.0
|
Spent time |
0
|
Currently it's mandatory to set
JAVA_HOME
system variable but it's perfectly fine to call directlyjava
command.Make setting
JAVA_HOME
optional (so one could use different than default Java installation) and usejava
directly if possible.