我有一个项目git clone --depth 1 --branch 2.0b6 https://github.com/beanshell/beanshell.git
,我认为它是BeanShell版本2.0b6。我想要像https://github.com/beanshell/beanshell/blob/master/README.md "mvn“中描述的那样构建它--这会产生2838字节的JAR文件,而这个JAR文件不能工作。你能告诉我如何正确地构建bsh-2.0b6.jar吗?
UPD I将
[javac] /home/katya/tmp_work/beanshell/src/bsh/util/AWTConsole.java:217: error: cannot find symbol
[javac] ((java.awt.peer.TextComponentPeer)getPeer()).setCaretPosition(
[javac] ^
[javac] symbol: method getPeer()
[javac] location: class AWTConsole
发布于 2021-10-01 18:31:30
https://stackoverflow.com/questions/68681966
复制相似问题