Where do I put this?
I tried adding
--enable-native-access=spark
to the startup args but I just get
when I add it.
6 Replies
show your startup args on how you added it
Using the standard Forge startup scripts
This is run.sh
And this is user_jvm_args.txt
try doing 1 dash instead of 2
Using GraalVM 24.0.1
Will do
Then I just get a fatal error
Unrecognised option
Ah that might be why
Graal might not have the compatability for that
Well it seems to recognise the command, just not the module itself
I'll give it a go with Adoptium
That seems to have done the trick ig
Thanks