macOS 解决 ApacheDirectoryStudio 无法启动问题
macOS 大约 1203 字解决方法
在ApacheDirectoryStudio.ini
配置文件中添加JVM
路径即可。
说明
当前2.0.0.v20210717-M17
版本只有amd64
的,如果M1
芯片的macOS
需要下载amd64
的JDK
,否则无法执行。
添加配置
文件位置:
/Applications/ApacheDirectoryStudio.app/Contents/Eclipse/ApacheDirectoryStudio.ini
注意换行:
-vm
/Users/fendoudebb/jdk/jdk-11.0.18.jdk-x86_64/bin
完整配置
-startup
../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar
--launcher.library
../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.0.v20200915-1442
/studio-rcp/resources/icons/linux/studio.xpm
###
#Uncomment_to_configure_the_language
#https://directory.apache.org/studio/faqs.html#how-to-set-the-language-of-studio
#-nl
#en
###
#Uncomment_to_configure_Java_version_to_use
#https://directory.apache.org/studio/faqs.html#how-to-set-the-java-vm-to-use
-vmargs
-Dosgi.requiredJavaVersion=11
###
#Uncomment_to_configure_heap_memory
#https://directory.apache.org/studio/faqs.html#how-to-increase-the-heap-memory
#-Xms1g
#-Xmx2g
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-vm
/Users/fendoudebb/jdk/jdk-11.0.18.jdk-x86_64/bin
下载地址
https://directory.apache.org/studio/downloads.html
清华大学镜像地址
https://mirrors.tuna.tsinghua.edu.cn/apache/directory/studio/2.0.0.v20210717-M17
阅读 98 · 发布于 2023-05-11
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
Java 换行符 line separator阅读 3923
-
Android 取消 EditText 下划线阅读 3971
-
OpenResty lua-resty-auto-ssl: failed to set ocsp stapling for阅读 1919
-
IDEA 复制弹框错误提示信息快捷键阅读 883
-
Java 并发编程之 ThreadPoolExecutor 线程池源码解析阅读 1252
-
IDEA Debug 时对象莫名其妙被修改了阅读 554
-
算法每日一题20190708:合并两个有序链表阅读 1847
-
MySQL 查看有多少个连接阅读 1336
-
MySQL 性能优化之 explain type 字段阅读 1348
-
MySQL 聚合函数阅读 1031