Java WebStart slow, requesting libraries from invalid folder

后端 未结 3 1464
走了就别回头了
走了就别回头了 2020-12-21 10:26

Problem and question: Java webstarted app looking for its classes in base folder instead of ./lib.

As suggested in similar question at Java Web Start applications a

3条回答
  •  情话喂你
    2020-12-21 11:04

    The "mydebian.mydomain" hostname hints you are running on Debian, where OpenJDK is the default Java implementation.

    The Sun Java WebStart implementation is not part of OpenJDK, so an alternative implementation is used. As Java WebStart does not have an official TCK there are subtle differences and even bugs in the OpenJDK implementation which needs to be found manually (as there is no official TCK).

    I would suggest trying with a Sun JVM (e.g. on Windows) and see if the behaviour changes.

提交回复
热议问题