Debug the T Class
Step 6 : Debug the T Class
Double click on the org.apache.log4j.jmx package.
To correct this error, open org.apache.log4j.jmx package. Double click on T.java to open this class in a Java editor.
Select the bulb light at the top of your Java editor. Eclipse is going to give you some advises.
Select Add package declaration 'org.apache.log4j.jmx;'
Save your editor. Everything should be fine now.
On the Package explorer view, select your project.
Select Project->Rebuild Project to compile your Log4j project.
You have successfully created a Log4j project inside Eclipse.
|
|