Link to home
Start Free TrialLog in
Avatar of dgarofalo
dgarofaloFlag for United States of America

asked on

How do I fix the following error?

I am having trouble with the attached file. Below is the error.

SimpleApp.java:2 error: class, interface, or enum expected
<dependency>
^
SimpleApp.java:77: error: class, interface, or enum expected
}
^
2 errors

C:\Usersjmcs1\Desktop\java>javac SimpleApp.java
SimpleApp.java:2: error: class, interface, or enum exprected
<dependency>
^
1 error

Any help is appreciated.
Avatar of Jeffrey Dake
Jeffrey Dake
Flag of United States of America image

Can we see your SimpleApp.java file please?
ASKER CERTIFIED SOLUTION
Avatar of Jeffrey Dake
Jeffrey Dake
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial