mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-05 13:10:20 +00:00
Add classpath for native pscrypto libraries
This commit is contained in:
parent
aeaaba50f5
commit
35a592476f
3 changed files with 18 additions and 2 deletions
|
|
@ -43,7 +43,12 @@ object CryptoInterface {
|
|||
val classpathEntries = classpath.split(File.pathSeparator)
|
||||
|
||||
val myLibraryPath = System.getProperty("user.dir")
|
||||
val jnaLibrary = System.getProperty("jna.library.path")
|
||||
val javaLibrary = System.getProperty("java.library.path")
|
||||
println("User dir: " + myLibraryPath)
|
||||
println("JNA Lib: " + jnaLibrary)
|
||||
println("Java Lib: " + javaLibrary)
|
||||
print("Classpath: ")
|
||||
classpathEntries.foreach(println)
|
||||
|
||||
println("Required data model: " + System.getProperty("sun.arch.data.model"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue