Java application crashes on startup in citrix session

citrixjava

We have a java application published through citrix. When application is launched for a new user, it crashes immediately on startup.

If we login using RDP, then log out (not starting the app), it starts to work.

We've published another smaller java app, and it works for new users, without the need to first log on using RDP.

Steps:

- Publish java app
- create new user
- run published app in citrix -> crash
- log on user using rdp, log out
- run published app in citrix -> works fine

Its becoming real tiresom to log on each new user to each citrix server 😛

Related Topic