Search Criteria
Package Details: charles 4.6.7-1
Package Actions
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: | 57 |
Popularity: | 0.024627 |
First Submitted: | 2011-08-04 11:15 (UTC) |
Last Updated: | 2024-08-07 03:21 (UTC) |
Dependencies (2)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- java-runtime (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jre13-openjdkAUR, jre15-openjdkAUR, jdk21-graalvm-binAUR, jre17-jetbrainsAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jre21-jetbrains-gitAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jre21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, jre17AUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-jetbrains-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
jjoshau commented on 2020-09-03 15:59 (UTC) (edited on 2020-09-03 16:06 (UTC) by jjoshau)
@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 (UTC) (edited on 2020-06-16 11:40 (UTC) by Groentebroer)
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 (UTC)
@D3SOX What problems are you having? AFAIK this package works well.
D3SOX commented on 2020-03-23 10:56 (UTC)
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
bruceutut commented on 2019-12-31 02:53 (UTC)
Thanks for maintaining this...
Everytime i start charles, it tries to touch a file named '^-' in my home directory.
Does anyone have a solution for that ?
atrotors commented on 2019-11-14 01:38 (UTC)
PKGBUILD for 4.5.4 if anyone wants it https://gist.github.com/erfanio/cf39ba13ce6b47b47507a7985b402146
How do we notify the maintainer to update the package?
txtsd commented on 2019-10-18 14:15 (UTC) (edited on 2019-10-18 14:25 (UTC) by txtsd)
https://gist.github.com/txtsd/df30ca46d66a8836f74a81616ccf1150
Here's a PKGBUILD for 4.5.1
It works fine with openjdk10 and up
cwrau commented on 2019-04-24 13:12 (UTC)
@JohnMaguire That can be fixed by explicitly using java8:
JAVA_HOME=/usr/lib/jvm/java-8-openjdk/jre charles
I was coming here to ask if that can be specified inside the
/usr/bin/charles
script?JohnMaguire commented on 2019-01-09 17:41 (UTC)
After the nag screen
« First ‹ Previous 1 2 3 4 5 6 Next › Last »