Search Criteria
Package Details: sencha-cmd 7.3.0.19-2
Git Clone URL: | https://aur.archlinux.org/sencha-cmd.git (read-only, click to copy) |
---|---|
Package Base: | sencha-cmd |
Description: | Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks |
Upstream URL: | https://www.sencha.com/products/extjs/cmd-download/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | pallxk |
Maintainer: | pallxk |
Last Packager: | pallxk |
Votes: | 1 |
Popularity: | 0.027304 |
First Submitted: | 2020-07-03 12:19 |
Last Updated: | 2020-11-11 06:44 |
Dependencies (3)
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-git, fontconfig-ubuntu, fontconfig-minimal-git)
- ruby (ruby1.8, rvm)
- 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, 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, jre8-adoptopenjdk, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
Magotchi commented on 2021-01-11 16:55
For those trying to get this to work with Java 15 (as in jre-openjdk 15), in which Nashorn has been removed, you can do so by getting the Nashorn JAR from Maven, along with its ASM dependency JARs, sticking them somewhere (like /opt/sencha-extra-libs), and then adding the following to the end of /opt/Sencha/Cmd/7.3.0.19/sencha.vmoptions :
-classpath/a /opt/sencha-extra-libs/asm-7.3.1.jar:/opt/sencha-extra-libs/asm-analysis-7.3.1.jar:/opt/sencha-extra-libs/asm-commons-7.3.1.jar:/opt/sencha-extra-libs/asm-tree-7.3.1.jar:/opt/sencha-extra-libs/asm-util-7.3.1.jar:/opt/sencha-extra-libs/nashorn-core-15.1.1.jar
Direct links to all the needed JARs:
https://repo1.maven.org/maven2/org/openjdk/nashorn/nashorn-core/15.1.1/nashorn-core-15.1.1.jar
https://repo1.maven.org/maven2/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar
https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar
https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar
https://repo1.maven.org/maven2/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar