Frage

Trying to create or import a model, I find this error. I am using SAP NetWeaver Developer Studio 7.0, apparently there is some incompatibility of some java plug-in for this platform to be run on win7.

some help!?

enter image description here

War es hilfreich?

Lösung

The Null pointer Exception throws when some variable doesn't have any initial values. Restart the application may force the program work fine.

Pls refer the link

Solution for the similar issue

Andere Tipps

And yes Dhivya, yesterday I found this link that solves the problem.

http://scn.sap.com/thread/786605

By using a different operating system than Win XP, we must look to the NetWeaver Eclipse folder, a file called vm.parameters.

C:\Program Files\SAP\IDE\IDE70\eclipse

and add the following line.

-Dos.name='Windows XP'

and ready to resolve the problem.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top