cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.object missing

Former Member
0 Kudos

Hello,

Please rescue me. Here is the error I am getting:

Here are the things I tried so far:

1. I tried to reload, rebuild, repair-->context path.

2. Closed the studio, Open it again.

There is no result so far.

Error:

This compilation unit indirectly references the missing type java.lang.Object (typically some required class file is referencing a type outside the classpath)PackagePointer.java NW1_ACNOMSB_Domoppr2acn.com/gen_ddic/datatypes/com/acn/cs2/omoppr2model/types

How to resolve this?.

Thanks,

Sunita.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member186016
Active Contributor
0 Kudos

Hi,

This problem will come if the dc project or depending dc projects doesn't have jdk libraries in its class path.

Go the dc project. Right click and go to properties.

Go to Java Build path. Go to libraries.

If there is anything like JRE libraries... remove it.

Go to add variables and add JRE libraries again.

Save the changes and do the build again.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

Hi Sunita,

I think u r using some refference in PackagePointer.java class,which needs a external jar.Go to that class & check what error its showing.

2nd : if u r using a model ,any of the simple or complex structure has not got generated properly.If u r not getting any error at design time,it can be a problem.

regards

Sumit

Message was edited by:

Sumit Malhotra

SRudra
Contributor
0 Kudos

Sunita,

You can try the following:

1. Right click on the project --> Repiar --> Project Structure and Classpath

2. Right click on the project --> rebuild the project

3. Delete the project from workspace and import al the files frm NWDI or DTR.

Cheers!!!

Sukanta Rudra

Former Member
0 Kudos

Hello Sukanta,

I told that I already did what you mentioned. Whats the point you re-phrase with out reading?

SRudra
Contributor
0 Kudos

Sunita,

Those were all the possible options you have. Have you tried out the last step as last means of resort.

regds