I downloaded the zip file for "Introduction to UML2 Profile" and when I run it I get the following error:
...
Loading model...
file:/D:/projects/cs660/com.ibm.uml2.articles/resources/Exte ndedPO2.uml
Applying profile...
Exception in thread "main" java.lang.NullPointerException
at profile.handlers.IntroductionToUML2Profiles.applyProfile(Int roductionToUML2Profiles.java:90)
at profile.handlers.IntroductionToUML2Profiles.main(Introductio nToUML2Profiles.java:263)
It seems that the reference to ExtendedPO2.uml is null. But the file ExtendedPO2.uml is in the dir "D:/projects/cs660/com.ibm.uml2.articles/resources". Is there any wrong with me to set up the program arguments? Thanks.
Will