When logically something seems as if it would be dead simple, then it turns out to be completely convoluted,
I have not used Java much, so please forgive my ignorance. Here is what I am trying to do:
I have a nice clean algorithm in one .java file, and I want to feed it from an initialized array. The array contains over 40,000 elements, so I want it in a separate file all by itself. How do I do this? Is there seriously no quick way to just say {insert contents of filename.txt here}?