I try to start the server using servlet but I get a java exception
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory
at org.apache.catalina.startup.Bootstrap.<clinit>(Bootstrap.java:60)
It says that the {60 is not a valid line number in org.apache.catalina.startup.Bootstrap}
in bootstrap.class in a class file editor, it shows that: the source attachment does not contain the source for the file Bootstrap.class. can I get any help, please?