I'm doing some tests of adding JavaHelp to the authoring tool, but am running up against some compiling and running issues again. I do seem to be constantly plagued by these problems.
I made a change to PasStep.java and Evidence.java in my version of the checked out Pas Learner Runtime. I made some changes in the authoring tool that depend on the changes made to Pas Step and Evidence. So - in order to compile the authoring tool, I need to make the authoring tool dependent on my version of the Pas Learner Runtime. I did that by going to Project>Properties>Java Build Path in Eclipse, and adding the Pas Learner Runtime as a dependency which is before the Maven2 dependencies. This resolved the compile problems that I had been seeing. However, now when I try to run the authoring tool I get the following: Exception in thread "main" java.lang.NoClassDefFoundError: com/l2fprod/ common/swing/StatusBar This has happened to me before and in the past the only way to fix it was to remove the Pas Learner Runtime from the authoring tool dependencies, which then in turn causes a compile error, which is a problem too. So...any ideas how I solve both these problems at the same time? Laurel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
