MY Application uses the basic getSystemClipboard functionality offered by Java . The Jar when run through java -jar is able to access the System clipboard, but when invoked through WinRun4J64.exe, every other functionality works fine except Clipboard access. Always get error like UnsupportedFlavorException Unicode String for any Text available on Clipboard. Is there any specific settings needs to be mentioned in .INI file ? JDK / JRE - 1.8.0_111 Windows : 8 GUI invoked through Wrapper / Luncher gives...
MY Application uses the basic getSystemClipboard functionality offered by Java . The Jar when run through java -jar is able to access the System clipboard, but when a wrapper / Luncher is created through Lunch4J, every other functionality works fine except Clipboard access. Alwys get error like UnsupportedFlavorException Unicode String for any Text available on Clipboard. Is there any specific settings needs to be applied while creating the Wrapper / Luncher for this ? JDK / JRE - 1.8.0_111 Windows...
MY Application uses the basic getSystemClipboard functionality offered by Java . The Jar when run through java -jar is able to access the System clipboard, but when a wrapper / Luncher is created through Lunch4J, every other functionality works fine except Clipboard access. Alwys get error like UnsupportedFlavorException Unicode String for any Text available on Clipboard. Is there any specific settings needs to be applied while creating the Wrapper / Luncher for this ?