I managed to get Minecraft Java Edition running on L4T Switch, an ARM64 version of Ubuntu,which been ported to Nintendo Switch.
it works perfectly except not be able to load MCJoypad Mod.
At first try I get [Error]failed to load library: no jinput-linux64.so in java.library.path ,I awared that
as a different architecture the jinput-linux64.so just not matched.
So I compiled a new libjinput.so on Switch and put it in natives path and get an new Error
com.ivan.xinput.natives.XInputNatives getLoadedLibVersion() Failed
the mod still not works,can you help me fix it?
I managed to get Minecraft Java Edition running on L4T Switch, an ARM64 version of Ubuntu,which been ported to Nintendo Switch.
it works perfectly except not be able to load MCJoypad Mod.
At first try I get [Error]failed to load library: no jinput-linux64.so in java.library.path ,I awared that
as a different architecture the jinput-linux64.so just not matched.
So I compiled a new libjinput.so on Switch and put it in natives path and get an new Error
com.ivan.xinput.natives.XInputNatives getLoadedLibVersion() Failed
the mod still not works,can you help me fix it?