problem description
There is a problem of illegal reflection when starting Tomact inEclipse. My JDK version is 10.0.2. Is it the problem with the version?
the platform version of the problem and what methods you have tried
related codes
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.catalina.loader.WebappClassLoaderBase$1 (file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%207.0/lib/catalina.jar) to method java.lang.ClassLoader.registerAsParallelCapable ()
WARNING: Please consider reporting this to the maintainers of org.apache.catalina.loader.WebappClassLoaderBase$1
WARNING: Use-- illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
these are four runtime warnings
what result do you expect? What is the error message actually seen?
version: Tomact7 jdk10.0.2
what to do in this case. Solve