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