Search code examples
javaeclipsesvntortoisesvnjedit

Warning while importing JEdit from SVN


I am trying to make some modifications to JEdit which is stored using SVN (Its a project). I have installed TortoiseSVN and got the files from the server into my pc. Then I imported the files as a existing project into Eclipse.

The problem now is that it gives me the following warnings when I compile and run it.

1:15:26 PM [main] [warning] jEdit: jedit.jar not in class path!

1:15:26 PM [main] [warning] jEdit: Assuming jEdit is installed in E:\College\SEProj\jEdit.

1:15:26 PM [main] [warning] jEdit: Override with jedit.home system property.

1:15:26 PM [main] [warning] jEdit: initPLAF failed to set required l&f

1:15:26 PM [main] [warning] jEdit: initPLAF failed to set required l&f

And It also gives an Error 'The project cannot be built until build parts are resolved.' (I was able to solve this error by importing all the jar files, due to some reason, I also had to import tools.jar)

Whatever changes I make in the source code, makes no changes at compile time. I even tried to delete an entire class and still there was no change in execution. Is it due to this? Or something else?


Solution

  • It is assuming it is installed in E:\College\SEProj\jEdit. You need to override the jedit.home system property to point to your eclipse project directory, as the messages say.