Search Criteria
Package Details: charles 4.6.1-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: | |
Submitter: | None |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 52 |
Popularity: | 0.35 |
First Submitted: | 2011-08-04 11:15 |
Last Updated: | 2020-11-15 03:19 |
Dependencies (2)
- hicolor-icon-theme (hicolor-icon-theme-git)
- java-runtime>=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, java-openjdk-loom-ea-bin, java-openjdk-ea-bin, jdk-jetbrains, jre8-adoptopenjdk, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
1 2 3 4 5 6 Next › Last »
mylifeforaur commented on 2020-11-15 05:11
@pizzaman thank you worked like a charm!
pizzaman commented on 2020-11-15 05:00
@mylifeforaur https://wiki.archlinux.org/index.php/Java_Runtime_Environment_fonts
https://wiki.archlinux.org/index.php/Java#GTK_LookAndFeel
Or follow instructions in links.
mylifeforaur commented on 2020-11-15 01:05
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
@pizzaman Thanks for incorporating the changes!
pizzaman commented on 2020-11-04 04:38
@txtsd Thanks for the suggestions.
txtsd commented on 2020-10-31 06:09
@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
jjoshau commented on 2020-09-03 15:59
@bruceutut
this was annoying me as well; after digging in, it's happening in the startup script
/usr/bin/charles
hash java 2>^- || { echo >&2 "Charles couldn't start: java not found. Please install java to use Charles."; exit 1; }
removing
2>^-
did the trick, for meGroentebroer commented on 2020-06-16 09:11
On Manjaro I got:
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 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Edit: oke, that was a noob question, but for others, which might stumble across the same issue:
Next to JRE-8 I installed JRE-14 and made that default.
sudo pacman -S jre-openjdk
List which are installed:
archlinux-java status
Set the default:
sudo archlinux-java set java-14-openjdk
Reference: https://wiki.archlinux.org/index.php/Java#Change_default_Java_environment
pizzaman commented on 2020-03-23 11:11
@D3SOX What problems are you having? AFAIK this package works well.
D3SOX commented on 2020-03-23 10:56
For everyone who also has problems with this package I created another package which is built using the deb package https://aur.archlinux.org/packages/charles-bin/ This is a bit larger because it includes the JDK provided by Charles but therefore the package itself does not need the Java dependency