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
阅读 321 · 发布于 2023-05-11
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
Nginx 查看已安装模块阅读 6283
-
OpenResty 整合 LuaRocks - Linux阅读 2656
-
使用 Java8 压缩文件阅读 2722
-
Java 并发编程之 AtomicReference阅读 1096
-
Spring Boot Thymeleaf 时间处理类阅读 97
-
Linux yum 安装 OpenResty阅读 2458
-
使用 Spring Boot Admin 管理 Spring Boot 应用阅读 2277
-
软考-系统架构设计师:三级模式-两级映射阅读 1844
-
软考-系统架构设计师:系统运行与维护阅读 2077
-
Android Toast 工具类阅读 4010