Gaming32 / ArrayV

New home of https://github.com/MusicTheorist/ArrayVisualizer
MIT License
303 stars 47 forks source link

tried to import sort after installing JDK but it wont work #92

Open rylid-umil opened 1 year ago

Gaming32 commented 1 year ago

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

rylid-umil commented 1 year ago

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.

Gaming32 commented 1 year ago

You're running ArrayV with the wrong Java then.

rylid-umil commented 1 year ago

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

rylid-umil commented 2 months ago

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 commented 2 months ago

which java do i even use? i'm confused

EmeraldBlock commented 2 months ago

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.