drwxr-xr-x 77 john admin 2618 11 Nov 17:09 hsa
I don't think that's the entire output. The directories . and .. should be listed. Also, only one item is listed; there should be two, since I asked for the listing of two separate directories. I asked for two because I wanted to see where it was located.
The Extensions folder is for jar-files. Putting a sub-folder of separate class files in there has no effect.
Turns out the .jar file means nothing for the hsa package (I copied the wrong thing from the program that downloaded hsa, my program compiles only if the hsa folder is in the same directory as my .java file). Its the hsa folder that does it all, inside the folder are a bunch of .class files that make the program run. This includes a class called "Console" which I use import hsa.Console;
Is there a jar file or isn't there? It's significant.
The Ready To Program (RTP) downloadable is a Windows-only executable (.exe) file. That means it can't be installed on anything but Windows, so I'm unable to get the hsa folder or anything else, unless there's a separate non-executable download somewhere (I'm still looking for that).
I use ready to program as a java ide at school (on Windows). I got the hsa folder from Ready to Program (when you download it, Ready also downloads the hsa package, I just copied the hsa package from the Ready to Program files at school) and I put it in the same directory as my .java files to see if it would compile and it does, but this means I have to copy the folder into all the directories that store my .java files, that I made using Ready at school. Am I able to just put the hsa folder somewhere so that my programs will compile without having the folder in the same directory?
If there's a jar file, put that jar directly in the Extensions folder. If your hsa folder contains a jar file, move that jar so it's directly in the Extensions folder.
Then you can take the 'hsa' folder out of Extensions. It's not doing anything useful anyway.
If there's not a jar file, it will be necessary to make one from the 'hsa' folder. It's not hard to do (a single command line), but if there's already a jar file, it would probably be best to use it.