This is IBIS case 70175950
Customer is migrating from MSJVM to Sun JVM.
It works with MSJVM, but not with Sun's JVM (5u14)
To reproduce:
download the attachment: Verizon.dll, KbdAccess.dll, suntest.zip
1.Extract the contents of the zip file to C:
2.This will create a directory c:\Discovere\bin
Please note:
All the files need to be extracted to c:\
Please also put KbdAccess.dll + Verison.dll into
c:\windows\system32\
3.Set classpath to include ows.jar that would be located in the bin
directory
4.Run java ows.loader.OWSMain
java -cp c:\Discovere\bin\ows.jar -verbose ows.loader.OWSMain
5.Type the home key on the keyboard and that should open a poppup
6.After this point there is no focus on this window and all keyevents.
C (copy) V (paste) T (cut) not response
7.The jar file also includes source if you are interested in looking
further.