I get an error when I try to import java.util.regex (by specifically adding a line to find out that the error was in the import, since I only had java.util. * Import previously).
find_glycopeps.java:5: cannot find symbol symbol : class regex location: package java.util import java.util.regex;
As far as I know, the regular expression is the "main" library. I assume that since import java.io. * It works that the native tracking method of where the libraries should work is pretty puzzled about how this happened.
PS: I have to note that I tested some java compilers over the weekend to find 1 that I like and reinstalled the "clean" openjdk-6 this morning, probably these are problems that cause problems, but are not sure how to proceed .
Greetings
EDIT (SOLVED): .. Iām sure to hide from shame now, thanks to everyone for pointing out a truly stupid mistake.
source share