Package Details: charles 4.6.6-1

Git Clone URL: https://aur.archlinux.org/charles.git (read-only, click to copy)
Package Base: charles
Description: Web debugging proxy application
Upstream URL: http://www.charlesproxy.com
Licenses: custom, Apache
Submitter: None
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 58
Popularity: 0.000105
First Submitted: 2011-08-04 11:15 (UTC)
Last Updated: 2024-03-25 15:39 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 Next › Last »

pizzaman commented on 2024-02-15 22:23 (UTC)

@lybin You have installed and set as active (with archlinux-java) the java environment jdk8-openjdk. But for charles you need at least jre11-openjdk.

To know your current enabeled java environment:

archlinux-java status

For more information: https://wiki.archlinux.org/title/java#Switching_between_JVM

lybin commented on 2024-02-15 18:14 (UTC)

Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: com/xk72/charles/gui/MainWithClassLoader has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:621)

pizzaman commented on 2023-09-15 03:45 (UTC) (edited on 2023-09-15 03:48 (UTC) by pizzaman)

@yumie AUR comments are for package maintanace issues, for usage and documentation refer to the upstream URL, or google/youtube search "how to use charles proxy in Linux"

i.e. Documentation
Stackoverflow how to configure charles proxt to work with chrome in linux

yumie commented on 2023-09-15 02:11 (UTC)

Hi, I downloaded Charles on my Arch. But when I open it, there's no package are captured. How to fix it? Thanks a lot.

mylifeforaur commented on 2020-11-15 05:11 (UTC)

@pizzaman thank you worked like a charm!

pizzaman commented on 2020-11-15 05:00 (UTC) (edited on 2020-11-15 05:09 (UTC) by pizzaman)

@mylifeforaur https://wiki.archlinux.org/index.php/Java_Runtime_Environment_fonts
https://wiki.archlinux.org/index.php/Java#GTK_LookAndFeel

_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' charles

Or follow instructions in links.

mylifeforaur commented on 2020-11-15 01:05 (UTC)

Does the gnome theme properly install for anyone else? On my installation the gnome theme was not working.

txtsd commented on 2020-11-04 05:56 (UTC)

@pizzaman Thanks for incorporating the changes!

pizzaman commented on 2020-11-04 04:38 (UTC)

@txtsd Thanks for the suggestions.

txtsd commented on 2020-10-31 06:09 (UTC) (edited on 2020-10-31 06:09 (UTC) by txtsd)

@pizzaman please incorporate @jjoshau's changes to the script

And also make it so that charles uses $XDG_CONFIG_HOME by default instead of ~/ for configuration storage