Before GWT 2.4.0 I used a normal json.jar that contains org.json.JSONTokener.<init>(Ljava/io/Reader;)V constructor.
Now requestfactory-server.jar contains a stripped down JSONTokener without this constructor. In release build I'm getting an java.lang.NoSuchMethodError: org.json.JSONTokener.<init>(Ljava/io/Reader;)V
How can this be fixed (preferably without editing requestfactory-server.jar source code) ?
Thank you in advance.