I obfuscated a java web application and I ran into some trouble as below:

  1. I have alot of uresolved external classes even though I have included in the ant build xml the external jar this way:

    <externalclasses>
      <pathelement location="${tomcatpath}/lib/"/>
      <pathelement location="${webinfdir}/lib/"/>
    </externalclasses
    
  2. How can I manage logs to understand anything?

  3. Can I also obfuscate the jsp files?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top