Summary: | Jinput add GlueGen's native JAR libloading | ||
---|---|---|---|
Product: | Jinput | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | gouessej, sierraaquino |
Priority: | P5 | ||
Version: | 1 | ||
Hardware: | All | ||
OS: | all | ||
Type: | FEATURE | SCM Refs: | |
Workaround: | --- | ||
Bug Depends on: | |||
Bug Blocks: | 592 |
Description
Sven Gothel
2012-06-21 23:33:47 CEST
loadLibrary(final String lib_name) in plugins/linux/src/java/net/java/games/input/LinuxEnvironmentPlugin.java has to be modified in order to use GlueGen to load native libraries instead of its own code that relying on Java library path or its own path in the property "net.java.games.input.librarypath". |