jdb.in

来自「基于LWVCL开发的库」· IN 代码 · 共 10 行

IN
10
字号
#!/bin/sh# Placeholder script to fake a# JDK compatible JAVA_HOME directory.echo "This script is only a placeholder."echo "Some programs need a JDK rather than only a JRE to work."echo "They test for this tool to detect a JDK installation, but"echo "don't really need its functionality to work correctly."

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?