简体   繁体   English

在哪里可以找到openjdk的ext文件夹?

[英]Where can i find the ext folder of openjdk?

i need to put a jar in the ext folder of my java installation to install an extension . 我需要在我的java安装的ext文件夹中放一个jar来安装扩展 But somehow i am not able to locate this folder. 但是不知何故我找不到此文件夹。

I am using openjdk 6 under crunchbang linux. 我在crunchbang Linux下使用openjdk 6。 Can anybody help me out. 谁能帮我。

greets 打招呼

Do a find command in a console 在控制台中执行查找命令

 find / -name "your key word"   

in your case key may be java , openjdk or ext etc 在您的情况下,键可以是java,openjdk或ext等

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM