I am trying to set JRun 4 server in myEclipse 3.1 development tool. I am facing following errors:
1) Cannot compile .java files using Eclipse
2) I have added jrun.jar in the project liabraries, but while running the code, Eclipse throws me an error stating jrun.jar does not contain source code attachments
Following are the solutions I have applied:
1) I have used JRun updater 7
2) set the classpath & path both pointing towards jdk\lib & jrun\lib
3) set the -Djmx.invoke.getters=true
But none of these worked on the problem I am facing.
Need help.