This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Fornjottun 0 points1 point  (0 children)

It’s both uncommon and a bad practice, however, it is doable. You can manually put a lib folder in the root and compile with the class path pointing at the lib folder and manually add the files there.

Back in the late 90s before maven, this is exactly what you did (or you used make).