cancel
Showing results for 
Search instead for 
Did you mean: 

reg:classpath error

Former Member
0 Kudos

hi all

can you please help me how to come out of this class path errors . i tried many times adding jar files but still i am facing same problem.

The project was not build due to class path errors (incomplete or involved in cycle )

The project was not build since its class path is incomplete .Cannot find the class file for com.sap.security.api.Iuser.

Fix the class path then try rebuilding the project .

This compilation unit indirectly references the missing type com.sap.security.api.iuser(typically some required class file is referencing a type outside the class path )

unbound class path variable 'JAVA_HOME' .

can you please send me the steps if possible.

Thanks & Regards

Deepika

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

In the Development Infrastructure perspective, add a dependency to the software/development component containing the SAP security API.

Former Member
0 Kudos

RESLOVED

THANKS & REGARDS

DEEPIKA

Former Member
0 Kudos

To add the Jars to the class ptah, you have to add it like this

NWDS=>Window=>Preferences=>Java=>Classpath Variables

or for project specific classptah:

Select the project in NWDS=>Right Click=>Properties=>Java Build Path

Former Member
0 Kudos

hi all

Thanks for your quick response .

java_home error is resolved .

but still i am facing the same problem .

The project was not build since its class path is incomplete .Cannot find the class file for com.sap.security.api.Iuser.

Fix the class path then try rebuilding the project .

This compilation unit indirectly references the missing type com.sap.security.api.iuser(typically some required class file is referencing a type outside the class path ).

Even though i have added the both JAR files related to security .

Still i am facing the above after rebuilding many times the application .

Thanks & Regard

Deepika

Edited by: deepika_indian on Jul 29, 2011 8:53 AM

Edited by: deepika_indian on Jul 29, 2011 9:29 AM

lokesh_kamana
Active Contributor
0 Kudos

Hi,

Try putting your code in try catch block and build it again and see if it works.

Thanks & Regards,

Lokesh Kamana

lokesh_kamana
Active Contributor
0 Kudos

Add the required JAR files (UME).

you need to add com.sap.security.api.jar file to the project .

you get this file in NWDS plug ins

<installation dir>\SAP\IDE\IDE70\eclipse\plugins\com.sap.security_2.0.0\lib

Also add prtapi.jar file.

Thanks & Regards,

Lokesh Kamana