I am having a problem compiling a java file in UNIX. I continue to try to compile a .java file that uses regex expressions and includes the line
import java.util.regex.*;
However, each time i compile
the file it gives me this error:
Parser.java:2: Package java.util.regex not found in import.
import java.util.regex.*;
^
1 error
i was wondering if there is anything else i needed to do to make it
find the regex expressions. any suggestions would be greatly
appreciated....Thanks
import java.util.regex.*;
However, each time i compile
the file it gives me this error:
Parser.java:2: Package java.util.regex not found in import.
import java.util.regex.*;
^
1 error
i was wondering if there is anything else i needed to do to make it
find the regex expressions. any suggestions would be greatly
appreciated....Thanks