cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot find the class file for WSTypedModelClass

Former Member
0 Kudos

Hi,

I have this error when I try to rebiuild my project.

"Error The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.tc.webdynpro.model.webservice.gci.WSTypedModelClass. Fix the classpath then try rebuilding this project."

What'is the jar file is missed in my build path.

I don't find it.

Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try repairing the project.

Rightclick on the project->repair-> project structure and classpath.

Regards, Anilkumar

Former Member
0 Kudos

I've tried to do this and my JRE-LIB disappears.

Then I add this variable one more time and compile my project after.

My first message "Cannot find the class file for WSTypedModelClass" appears one more time.

To correct it, I found the jar file with contain WSTypedModelClass and I put this jar in my project by <b>project properties -> Java Build Path -> Add External Jar</b>.

After Rebuilding Project everything it's ok.

But when I do <b>Development Component -> Build</b> with my project my first message appear one more time.

I take a look on my Java Build Path and my external Jar is deleted.

I don't know why.

Thanks.