ArrayV icon indicating copy to clipboard operation
ArrayV copied to clipboard

tried to import sort after installing JDK but it wont work

Open rylid-umil opened this issue 2 years ago • 7 comments

rylid-umil avatar Mar 09 '23 23:03 rylid-umil

Error message? Logs? "Doesn't work" helps no one.

Gaming32 avatar Mar 10 '23 00:03 Gaming32

So, i went to install the jdk, and i did install it (it was the eclipsium/terminium or wahtever, is that the right one?) I selected jdk-17.0.6+10 for windows, the x64, JDk 188 mb .zip version, after i installed it, and tried to improt sort, it just said same emssage again, saying i had to install jdk. i already have java, if that helps.

rylid-umil avatar Mar 11 '23 18:03 rylid-umil

You're running ArrayV with the wrong Java then.

Gaming32 avatar Mar 11 '23 18:03 Gaming32

So i cant use java and i to use the terminium java?

rylid-umil avatar Mar 16 '23 00:03 rylid-umil

Now i just try to import a sort and nothing happens. Also, how do i even import a sort? like, it says use .java file but how do i convert a sort from a js into a .java file? (i want to import a sort called skimsort)

rylid-umil avatar Jun 12 '24 22:06 rylid-umil

which java do i even use? i'm confused

rylid-umil avatar Jun 12 '24 23:06 rylid-umil

Now i just try to import a sort and nothing happens. Also, how do i even import a sort? like, it says use .java file but how do i convert a sort from a js into a .java file? (i want to import a sort called skimsort)

JavaScript and Java are two different languages. You'd have to rewrite the sort in Java using the ArrayV API.

EmeraldBlock avatar Jun 13 '24 12:06 EmeraldBlock