I tried to add the latest jansi library (1.9) from http://jansi.fusesource.org/ to my eclipse, because the build in library from jansi is not up to date and is missing the "Ansi.ansi().fgBright(Color color)" which was added more than a year ago ... so i added the new jar in the referenced libraries ... But the method is still not there ... it is definitely in the newly added jar ... maybe the java system library overrides the new jansi library?
How can I prefer referenced libraries over system libraries? Anybody knows?
Okay, seems like the source in the systemlib was newer than the downloaded one ... I just found a solution to my coding problem, but not how to prefer user libraries over system ones. nvm ... it's not neccessary anymore. //closed