How do I upgrade my java version?
Title says it all.... Can someone help me with this?
How to install java 16?
@Coder100, he isn't asking to upgrade a language. He wants to change the version. It is not a language request. Explanation
well it still fits in language requests/feedback. @AbhayBhat
You can't. repl.it only has one version of java. you could always download a java compiler
edit: ok nvm don't listen to me
@DynamicSquid, no, you see, repl has 2 versions of java for some reason.
See:
and:
To use my replit db manager for java, he needs to have java 11 which is the ubuntu version. His is the Java 8 version, mine is build 11.
@AbhayBhat ah, I see
@amaddentcsec, please don't call it a cycle special
@AbhayBhat I agree with this notion
@amaddentcsec, just say at the bottom of the post, something like
I also made this for my 100 cycle special. enjoy!
@SixBeeps yeah no one really cares about cycles anymore lol
@amaddentcsec, i suggest asking a mod.
@AbhayBhat
Ok thanks :)
@AbhayBhat
Actually, how do i ask a mod? lol
@amaddentcsec, try discord, if u do not have discord, i guess you can ping them maybe?...
@AbhayBhat
I pinged @mat1
@amaddentcsec, try someone else. He is inactive now
@AbhayBhat
I dont know any mods :(
@amaddentcsec, @eekboi, srry for pinging, but we need some help.
Edit: Wait, ur not a mod anymore noo.
Do you know anyone we can ping for this?
you can ping CodingCactus or CodeLongAndPros @AbhayBhat
@AbhayBhat
@Coder100 said to ping @AllAwesome497
@AbhayBhat Being a mod doesn't mean that we know everything. Vice versa for not being a mod. I'm sure you can just go into the packager files.
@Bookie0 Thanks!
@codingcactus @CodeLongAndPros
Can either of you two help me with this problem? Go to the top of the post to see explanation
@amaddentcsec
@Bookie0 @AbhayBhat @AbirHaque @DynamicSquid @Coder100
GUESS WHAT??
I FOUND OUT HOW TO DO IT!!!
ALL I HAD TO DO WAS FORK @AbhayBhat 's project and it worked!!!
Thanks for all the help everyone!
@AbhayBhat
Would you like to help me with my project? It would be nice to have some extra help with the database..
@amaddentcsec, Thats Great! Im glad it was fixed up for you ;). About helping though... I am willing to help but I got a bunch of HW and online class. I guess you can invite me to the repl and when I have time I could check it out but I do not think I would be able to work for very long periods..
@AbhayBhat
That's fine, thanks... Any help is appreciated!
@amaddentcsec, go ahead and invite me, i could check it out now.
What you could do is the following:
The first line dictates the language you want to use. The second is a series of terminal commands you want done for you. The second line I have compiles all java files, then runs Main.java. You can change this as you please.
Hope this helps!
@AbirHaque

Still doesnt work:
Look at the bottom of the console
@amaddentcsec That's really odd. I'm going to look into this.
@amaddentcsec I tried playing around with the command line. Turns out you can't use that either, or else you get a "permission denied" message.
I know most users were moved to Java 11, but I see a few projects here on Repl.it still stuck on 1.8, so you might need to contact a mod to figure out what's up.
Alternatively, you could try forking this Java 11 repl, then copying and pasting your files into it: https://repl.it/@AbirHaque/Test#Main.java. Not exactly the most conventional way, and I really don't know if that would work, but please let me know if it does.
PS: I tried out your project on my end and it works great, so I'm now really curious about how to fix this issue.