cancel
Showing results for 
Search instead for 
Did you mean: 

implementing class of iView is not found

Former Member
0 Kudos
158

Hi all,

I'm developing EP 5.0 iViews using eclipse plugin. When i develop an iView in a default package (that means that the class file goes to private/classes folder) there's no problem at all. However, when i develop an iView which is assigned to a package (e.g. com.sap.mypackage) than the class files are inserted automaticlly to the corresponding private/classes/com/sap/mypackage folder and when i try to deploy this iView i get a message that the class files can't be found. It look like a classpath problem but where should i change the classpath (i guess i shouldn't change the environment variable every time i create a new package, should I?).

What should i do?

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

Oliver_S
Product and Topic Expert
Product and Topic Expert
0 Kudos

"i guess i shouldn't change the environment variable every time i create a new package, should I?"

Not at all.

i think you missed sth. basic. Packaging java classes does not affect the way EP works at all. Just try to build the one of the samples of PDK.

BR,

Oliver