java.lang.UnsatisfiedLinkError in Linux

后端 未结 2 1153
时光说笑
时光说笑 2021-01-19 10:39

I\'ve managed to get into a linux machine to try the HotKey library suggested in this answer.

I\'ve compiled the sample code and now I run the program and I\'ve got

2条回答
  •  Happy的楠姐
    2021-01-19 11:10

    subes, JXGrabKey dev here ...

    I don't know much about this error myself, but your lead about gcc and/or libstdc++ should be right

    Personally I am using the gcc version shipped with Ubuntu 8.10 atm. I always stick to the latest version shipped.

    Current version: g++ (Ubuntu 4.3.2-1ubuntu12) 4.3.2

    The following libstdc++ packages are installed on my machine: http://packages.ubuntu.com/intrepid/libstdc++5 http://packages.ubuntu.com/intrepid/libstdc++6

    Hope this helps, if you find anything useful, tell me. :) Maybe i have to compile jxgrabkey with an older version of gcc for releases, so it is downwards compatible? Does anyone have a wise advice? ^^

提交回复
热议问题