cancel
Showing results for 
Search instead for 
Did you mean: 

classpath problem

Former Member
0 Kudos

Dear All!

I get the following error message at my PersonSearchView.

This compilation unit indirectly references the missing type

java.lang.Object (typically some required class file is referencing

a type outside the classpath).

What has to be made ?

Reagards

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi erdem,

web dynpro perspective:

right click on the wd-project --> repair --> project structure and classpath

or go e.g. in the resource perspective

right click on the project --> properties --> java build path

add libaries --> select jre system libary

if no lib exist to select, check the installed jre:

window --> preferences --> java --> installed jre

Best regards, Jens

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

goto ur project right click-->Repair -->project structure and classpath

Former Member
0 Kudos

hi gurram,

what sense does it make to repeat what i've said before.

regards, jens

Former Member
0 Kudos

Check the JDK settings inside your Eclipse.

Armin