on 2007 May 31 6:16 AM
i've import external library into a webdynpro application then deloy it ,it's ok,
then i make change the external libary ,deploy webdynpro application ,it seems like
the external libary change does not s not being reflected ,what had happend ?
i've try several times.
recreat & rebuild
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks all:
i think is a bug of NWDS ,i have try to reload & rebuid the lib,i will try to delete the
lib on was ,perhaps it will be ok,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Frank,
when you change your external library create the new .jar file. Add the new .jar file as external library to your project (right click->properties->add external jars...).
try reload+rebuild before deploy.
Some times NWDS doesn't refresh correctly, so go to Java perspective, select your project and press F5 (refresh). Then try again woth reload+rebuild.
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks all:
there is no error in my java code,but my app used sun LDAP API , so i import external API library
when i change the library the app can find API method ,then i deploy the app,the app throw "can not find call error" .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Frank,
Try to Reload the project so that you obtain all the resources in refreshed manner.
<b>Right click the project ->select Reload</b> (which is Reload+Rebuild)
Regards,
Sathish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Omri :
i 've try these,but still no affact
when u change webdynpro app u can do these ,then change can reflect;
but when u change external libary these method can not reflect changes after deploy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Sometimes you need to:
1) Rebuild project
2) Create Archive
3) Deploy project
in order to reflect changes.
Try it.
Omri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.