[B]Self reminder:[/B]
Easy-solved problem, that took a bit time from me, googling:
[quote]InstallShield Wizard
Initializing InstallShield Wizard...
Searching for Java(tm) Virtual Machine...
.
Preparing Java(tm) Virtual Machine...
..................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
......root@nemesis:/install/sc#
[/quote]
I suspected that the installer is looking somewhere else for the java virtual machine. After a while I found the answer, how to tell the installer to look for jvm...
[code]setenv DISPLAY 10.1.1.5:0
ManageEngine_SupportCenter_Plus.bin -is:javahome /usr/local/java
[/code]
