VMware Horizon Community
izkoenizmuri
Contributor
Contributor
Jump to solution

JAVA Application very slow with pcoip or blast but not RDP

Hi

Wie see a strange problem inside a JAVA Application (Abacus)

The application works, but inside when i open a windows change something, and say save or cancel the application stuck about 1 minute

after 1 minute the pointer change form yes to no on the would you like save dialog

This only happen when the connection is made with pcoip or blast, but not rdp (from view client)

any ideas?

view 7.7, esx 6.5, client 4.10

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
EricNichols
Hot Shot
Hot Shot
Jump to solution

Try adding one or both of these to the java command line:

-Dsun.java2d.d3d=false

-Dsun.java2d.noddraw=true

Java.exe -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -jar abacus.jar

And try VMware Knowledge Base

View solution in original post

0 Kudos
1 Reply
EricNichols
Hot Shot
Hot Shot
Jump to solution

Try adding one or both of these to the java command line:

-Dsun.java2d.d3d=false

-Dsun.java2d.noddraw=true

Java.exe -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -jar abacus.jar

And try VMware Knowledge Base

0 Kudos