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

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

午夜_Midnight

【Lv:3】

正式会员
注册
2021/08/24
消息
50
金粒
2,583金粒
如题,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是提高了面板的兼容性
 
解决方案

在线管理成员

  • Taoisa
    不分好歹的善 不是善 是恶的帮凶

在线会员

  • 没钱的山海
  • 空落合白
  • lzm231
  • 一树花雨
  • tianyp
  • Sh1roCu
  • 黄泉
  • MFD7
  • gqxastg
  • Midnight1337
  • rechin9op
  • Taoisa
  • wzpzw5
  • 东邻碣石6c
  • 星陨_果酱君
  • EternalSoot
后退
顶部 底部