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

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

午夜_Midnight

【Lv:3】

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

在线管理成员

在线会员

  • Hh138138138
  • MCxingX
  • 1219690858
  • winter0203
  • M397749490
  • zjyz
  • zznf
  • 大魔王hotbh
  • NingM
  • yunxin
  • JjflY
  • NetK
  • lzy2633
  • 失落之城ZHMC
  • mobai233
  • huzpsb
  • 糯米
  • 对角线
  • zhenzhenqaq
  • aqdx
  • 智障兔兔
...和 104 更多。
后退
顶部 底部