Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i know java library path?

Tags:

java

I'm new to java i need to know where is java library path to add it in my open source i searched for is this command

which java 

gave me

/usr/bin/java

1 Answers

Java:

System.out.println(System.getProperty("java.library.path")); 

console:

java -XshowSettings:properties
like image 133
Perdomoff Avatar answered Sep 01 '26 11:09

Perdomoff



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!