Dinesh966 / jnativehook

Automatically exported from code.google.com/p/jnativehook
0 stars 0 forks source link

WebStart do not allow register native libraries. #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using this library with WebStart was not succeeded.
Using NetBeans with local (file based) JNLP file was OK.
It can't find native library when demo application is deployed to web server. 

I found problem and fixed it. Please fix GlobalScreen.loadNativeLibrary() 
method by using my code or your way. 

Attached file GlobalScreen.java contains changes I made in method 
loadNativeLibrary().

Original issue reported on code.google.com by ai...@jug.lt on 8 May 2012 at 1:11

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you for the bug report.  Can you post the stack trace so I can have an 
idea of what exactly is failing.

Original comment by alex%1st...@gtempaccount.com on 8 May 2012 at 3:38

GoogleCodeExporter commented 8 years ago
I see what caused the error and added your patch to the trunk.  Thank you 
again. 

Original comment by alex%1st...@gtempaccount.com on 8 May 2012 at 6:49