Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling Java files in UNIX

Status
Not open for further replies.

wahoo31

Programmer
Jun 13, 2002
3
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top