ArrayV
ArrayV copied to clipboard
tried to import sort after installing JDK but it wont work
Error message? Logs? "Doesn't work" helps no one.
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.
You're running ArrayV with the wrong Java then.
So i cant use java and i to use the terminium java?
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)
which java do i even use? i'm confused
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.