Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在服务器上设置我的 java 应用程序。有什么方法可以在 asdf 提供的生产环境中设置 java 环境?
要使用 asdf 提供的 java,我必须找到指定版本的安装目录并在服务配置中设置环境变量。
获取安装位置
asdf where java openjdk-15.0.2
然后将路径设置为环境变量
Environment="JAVA_HOME=/home/ubuntu/.asdf/installs/java/openjdk-15.0.2" ExecStart=/home/ubuntu/server/bin/server