Charles v2.4.2 released

Another small upgrade to Charles released today. This upgrade adds to Charles’s compressed response support, adding support for compressed requests. Compressed requests are sometimes used by SOAP clients and similar.

Also several small improvements have been made to the AMF / Flash Remoting viewer. It now properly handles the slightly broken (I believe) AMFPHP output and the tree display has more nodes open by default.

Download

2 Responses to “Charles v2.4.2 released”

  1. erixtekila Says:

    This version won’t launch on osx 10.3.9.
    Seems to be a version number issue :

    Exception in thread “main” java.lang.UnsupportedClassVersionError: com/xk72/charles/Main (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at apple.launcher.LaunchRunner.loadMainMethod(LaunchRunner.java:55)
    at apple.launcher.LaunchRunner.run(LaunchRunner.java:84)
    at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
    at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

  2. Karl Says:

    Hi, thanks for letting me know! I’ve had a bit of a series of blunders with this release for Mac OS X. First it froze after displaying the splash screen and now this one! I’m having to use a different computer while a critical component of my regular computer is serviced (the fan), so it isn’t going smoothly.

    The problem was indeed Java versions. I usually compile using JDK 1.4 which is compatible, but this time I did it with JDK 1.5 by mistake! I’m corrected the target so it should now be compatible. Please try downloading again.

Leave a Reply