ServerLaunchWrapper Invisible

you fixed it, your a genius

Last login: Wed Apr 7 07:08:02 on ttys000
Jordyns-MacBook-Air:~ jordyn$ java --version
java 15.0.1 2020-10-20
Java™ SE Runtime Environment (build 15.0.1+9-18)
Java HotSpot™ 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)
Jordyns-MacBook-Air:~ jordyn$ /usr/libexec/java_home
/Library/Java/JavaVirtualMachines/jdk-15.0.1.jdk/Contents/Home
Jordyns-MacBook-Air:~ jordyn$ clear

Jordyns-MacBook-Air:~ jordyn$ /usr/libexec/java_home
/Library/Java/JavaVirtualMachines/jdk-15.0.1.jdk/Contents/Home
Jordyns-MacBook-Air:~ jordyn$ clear

Jordyns-MacBook-Air:~ jordyn$ /usr/libexec/java_home -V
Matching Java Virtual Machines (4):
15.0.1, x86_64: “Java SE 15.0.1” /Library/Java/JavaVirtualMachines/jdk-15.0.1.jdk/Contents/Home
1.8.0_281, x86_64: “Java SE 8” /Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home
1.6.0_65-b14-468, x86_64: “Java SE 6” /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
1.6.0_65-b14-468, i386: “Java SE 6” /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

/Library/Java/JavaVirtualMachines/jdk-15.0.1.jdk/Contents/Home
Jordyns-MacBook-Air:~ jordyn$

Glad its working. Sorry it took so long

its alright im just glad i can get java 8 now to

now it says i dont have a version or something

Could you go into more detail please

this is what happend

Last login: Wed Apr 7 07:19:37 on ttys000
Jordyns-MacBook-Air:~ jordyn$ /usr/libexec/java_home -V
Matching Java Virtual Machines (4):
15.0.1, x86_64: “Java SE 15.0.1” /Library/Java/JavaVirtualMachines/jdk-15.0.1.jdk/Contents/Home
1.8.0_281, x86_64: “Java SE 8” /Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home
1.6.0_65-b14-468, x86_64: “Java SE 6” /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
1.6.0_65-b14-468, i386: “Java SE 6” /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

/Library/Java/JavaVirtualMachines/jdk-15.0.1.jdk/Contents/Home
Jordyns-MacBook-Air:~ jordyn$ export JAVA_HOME=/usr/libexec/java_home -v 1.8.0_281
Jordyns-MacBook-Air:~ jordyn$ java --version
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Jordyns-MacBook-Air:~ jordyn$

im gonna try uninstall it completely and reinstall it

so what do i do here

Last login: Wed Apr 7 07:26:09 on ttys000
Jordyns-MacBook-Air:~ jordyn$
Jordyns-MacBook-Air:~ jordyn$ ls /Library/Java/JavaVirtualMachines/
jdk1.8.0_281.jdk
Jordyns-MacBook-Air:~ jordyn$ java --version
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Jordyns-MacBook-Air:~ jordyn$

Its saying the command of “–version” is not known. Some older versions of java used “-version” instead

java -version

well now that its working lets see if i can run the console

Last login: Wed Apr 7 07:28:56 on ttys001
Jordyns-MacBook-Air:~ jordyn$ java -version
java version “1.8.0_281”
Java™ SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot™ 64-Bit Server VM (build 25.281-b09, mixed mode)
Jordyns-MacBook-Air:~ jordyn$

You may need to reset your .command to the one given in the sponge docs

ok i will do that

thank you so much for your help it looks like it is working now

1 Like

Glad its working. Sorry for my macos ignorance.

just one question is the new console, the thing i ran the commands on?

Yep. You can do everything the minecraft console can do, however mods and plugins are designed for the os (windows, linux, macos) console so messages will look more normal.

ah ok but wdym more normal?

Sometimes on abnormal consoles, messages will be cut of or not line up correctly or something else. That isnt likely to happen with your os console.

Oh and before I forget, remember to shutoff your server with the command, not the cross in the top

ok thx so i write “stop” in the console to shut it

Yep, thats correct