cancel
Showing results for 
Search instead for 
Did you mean: 

need .jar file

Former Member
0 Kudos

hi experts,

i have serchd in j2ee server

n google

i am not getting this jar file

com.sapportals.wcm.repository.ResourceFactory

can anybody send me this jarfile

to my mail id

vani.g@enteg.com

thanks in advance

regards,

vani

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You need to have these two jar files to make it work

C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.netweaver.bc.rf\private\lib\bc.rf.nemesis_core.jar

and

C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.netweaver.bc.rf\lib\bc.rf.framework_api.jar

add these 2 jar files by right clicking on the project ->properties->java build path->external jars

2.Go to navigator perspective and add these jar files to the lib folder.

i sent u the jar files to ur email id

Message was edited by:

Armin Reichert

former_member182374
Active Contributor
0 Kudos

Hi,

You should find the file:

<b>bc.rf.framework_api.jar</b> on your SAP Portal server.

the file contains 'ResourceFactory' class.

Regards,

Omri

Former Member
0 Kudos

hi

i have taken that

then also

its giving error

its asking for the above .jar

former_member182374
Active Contributor
0 Kudos

Hi,

DId you "Organize imports" and rebuild the project after adding this jar to the classpath?

Regards,

Omri