• 周年纪念勋章活动已圆满结束,如有已购买但仍未申请的用户,可以通过对应勋章的下载链接申请~

已解决 1.20.4+的Forge版服务端产生的shim.jar是干什么用的

午夜_Midnight

【Lv:3】

正式会员
注册
2021/08/24
消息
50
金粒
2,633金粒
如题,1.20.4及之后的forge版服务端会在根目录产生一个“forge-1.20.6-50.0.29-shim.jar”,同时在自带的run.bat内多出了几行东西:

代码:
java -jar forge-1.20.6-50.0.29-shim.jar --onlyCheckJava
if %ERRORLEVEL% NEQ 0 (
    echo.
    echo If you're struggling to fix the error above, ask for help on the forums or Discord mentioned in the readme.
    goto :exit
)

REM Add custom program arguments (such as nogui) to the next line before the %* or pass them to this script directly
java @libraries/net/minecraftforge/forge/1.20.6-50.0.29/win_args.txt %* -nogui

:exit
pause

求知道的大佬解答一下这个shim.jar文件具体有什么用?谢谢。

1716449341585.png
 
解决方案
应该是作为一个EntryPoint, 在实际启动之前先检查Java是否符合要求, 同时1.20.4把unix的arg和win的arg拆开了, 看commit是提高了面板的兼容性
应该是作为一个EntryPoint, 在实际启动之前先检查Java是否符合要求, 同时1.20.4把unix的arg和win的arg拆开了, 看commit是提高了面板的兼容性
 
解决方案

在线会员

  • jiangyi
  • 甜甜粥
  • 浔aa
  • Oreocookies_
  • 冲锋无敌
  • 韩夜滢
  • 江本
  • 是控控啊
  • 赤_焰
  • EdgeR
  • 例外
  • 1150979228
  • Bop1
  • LengFish
  • StarSeeker233
  • 王聪聪
  • 丨星星丨
  • lifeihao
  • Ty14667861
  • 火雨华桥
...和 40 更多。
后退
顶部 底部