I've done some searching, and it seems a few people have asked similar questions, but none of them were quite what I was looking for.
I need to be able to read lines of code from a .txt file, and then execute them in Java.
Or, if that's impossible, would there be a way to convert that text file into another file type, and then run the code from that?
The code in this text file is going to be user created with another program, so I want to keep this as simple as possible for them... if it's even possible. Also, I'm fairly new to programming, especially java, so please try to make it simple for me too. Haha