cancel
Showing results for 
Search instead for 
Did you mean: 

problem in JAVA PROXY

Former Member
0 Kudos

hi all,

i am working on java proxy, after writing the code in the NWDS,

iam getting below error

Error :The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.aii.utilxi.misc.api.BaseException. Fix the classpath then try rebuilding this project.

can any one tell me the solution

thanks & regards,

Madhav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check this also

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bc7f08e1-0901-0010-b1bd-80966009...

To set the classpath

Ps: If helful please reward point

Answers (3)

Answers (3)

Former Member
0 Kudos

Classpath Configuration

Configure your CLASSPATH for the SDK by adding the SDK's libraries. These are located in the /lib/ folder in the folder in which you have unpackaged the SDK. This folder contains all the libraries required by the SDK for development.

Note: If you are using NetWeaver Developer Studio, this step occurs automatically when you create a project. See below for details.

Eclipse / NetWeaver Developer Studio Configuration

To create a project with the SDK in Eclipse or SAP NetWeaver Developer Studio:

In or NetWeaver Developer Studio, select File --> New --> Project.

In the New Project Wizard, select Java, and click Next.

In the Project name field, enter a name for your project.

In the Project contents section, deselect the Use default checkbox.

Click Browse and navigate to the folder in which you unzipped the BI Java SDK. Select it, and click OK.

Click Finish at the bottom of the Wizard dialog box.

http://help.sap.com/javadocs/NW04S/current/bi/installation.html

Ps: If helful please reward points

Former Member
0 Kudos

Classpath Configuration

Configure your CLASSPATH for the SDK by adding the SDK's libraries. These are located in the /lib/ folder in the folder in which you have unpackaged the SDK. This folder contains all the libraries required by the SDK for development.

Note: If you are using NetWeaver Developer Studio, this step occurs automatically when you create a project. See below for details.

Eclipse / NetWeaver Developer Studio Configuration

To create a project with the SDK in Eclipse or SAP NetWeaver Developer Studio:

In Eclipse or NetWeaver Developer Studio, select File --> New --> Project.

In the New Project Wizard, select Java, and click Next.

In the Project name field, enter a name for your project.

In the Project contents section, deselect the Use default checkbox.

Click Browse and navigate to the folder in which you unzipped the BI Java SDK. Select it, and click OK.

Click Finish at the bottom of the Wizard dialog box.

http://help.sap.com/javadocs/NW04S/current/bi/installation.html

Ps: If helful please reward points

Former Member
0 Kudos

hi madhav

kindly confirm your class path in program and then recompile your code and then reimpot it again

then it will work for you

follow this link

http://help.sap.com/saphelp_nw04/helpdata/en/97/7d5e3c754e476ee10000000a11405a/frameset.htm

regards

sandeep

If helpful kindly reward points