|
Home > Archive > WebSphere Application Server > August 2006 > package resolve problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
package resolve problem
|
|
|
| Hi I have this import package
import java.util.regex.*;
Now this package is only in 1.4 api not 1.3 api.
I am using websphere 5.1 with follwoing jre
IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v5\java\jre.
but error message is coming import can not be resolved.
now at installation time websphere uses 1.3 but i changed wverywhere from 1.3 to 1.4 but problem still persisting
thanxs and regards
| |
|
| use base_v51 not base_v5.
solved
|
|
|
|
|