You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please elaborate on what versions have problems with "with" statements? Is this still something people commonly run into? Shouldn't those affected update their environment instead?
Facing
java.lang.Exception: Failed to open Jython JAR file
at burp.f_a.(Unknown Source)
at burp.p9.a(Unknown Source)
at burp.a7a.lambda$panelLoaded$0(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
@rudrasingh99 This happens when you have a Jython file location configured, but Burp isn't able to open the file. To resolve the issue please check Burp's documentation / forums.
Additionally, in future please create a new issue instead of posting to an existing unrelated one to prevent confusion. Thank you.
for the older version of jython,add "from future import with_statement" at the first line in the off-by-slash.py
The text was updated successfully, but these errors were encountered: