I get this error
Exception in thread "main" java.lang.NoClassDefFoundError: jregex/Pattern
it looks like i havent defined my path correctly. please advise. i get the error when i first compile a pattern:
Pattern p=new Pattern(".*"+day+".*");
please advise. thanx, nic
turns out i had to define the class path when i run my program as well as compile it.. who knew.... besides you guys ;) ty anyways
Log in to post a comment.
I get this error
Exception in thread "main" java.lang.NoClassDefFoundError: jregex/Pattern
it looks like i havent defined my path correctly. please advise. i get the error when i first compile a pattern:
Pattern p=new Pattern(".*"+day+".*");
please advise. thanx, nic
turns out i had to define the class path when i run my program as well as compile it.. who knew.... besides you guys ;) ty anyways