Giter Club home page Giter Club logo

java's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

java's Issues

error java installation in tmux bunch

hello plse ad new post for install openjdk in termux oreo8 because tmux bunch install openjdk with error and no bind payload .help me plse hello i have one error in installation tmuxbunch [dpkg: error: cannot access archive 'openjdk-9-jre-headless_9.2017.8.20-1_aarch64.deb': No such file or directory
rm: cannot remove 'openjdk-9-jre-headless_9.2017.8.20-1_aarch64.deb': No such file or directory]

and error for bind[Using APK template: com.facebook.lite_123.0.0.9.97-133180350_minAPI14(armeabi-v7a)(nodpi)_apkmi.apk
[-] No platform was selected, choosing Msf::Module::Platform::Android from the payload
[-] No arch selected, selecting arch: dalvik from the payload
[] Creating signing key and keystore..
[
] Decompiling original APK..
[*] Decompiling payload APK..
Error: No such file or directory @ rb_sysopen - /data/data/com.termux/files/usr/tmp/d20181209-27113-pesaoy/original/AndroidManifest.xml
signing apk .......
mv: cannot stat '/data/data/com.termux/files/home/Tmux-Bunch/unsign/output.apk': No such file or directory
Creating new keystore (using 'hax4us' as password and 'alias' as the key alias).
Exception in thread "main" java.io.FileNotFoundException: /data/data/com.termux/files/home/Tmux-Bunch/unsign/facebooklite1.apk: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:522)
at java.io.RandomAccessFile.(RandomAccessFile.java:255)
at java.io.RandomAccessFile.(RandomAccessFile.java:136)
at net.fornwall.apksigner.zipio.ZipInput.(ZipInput.java:20)] plse hep me

xperia xa1 ultra aarch 64 api 26 oreo=8 rooted

error

no works in aarch64 oreo8 please fix the installation of openjdk 9 [wait 3month hax4us but no add new repo]

Segmentation fault

java always return segmentation fault.

device info:
$ uname -a Linux localhost 3.18.35+ #2 SMP PREEMPT Mon Apr 29 19:03:12 KST 2019 armv7l Android

Invalid URL error while installation

The installation script does not complete successfully, it says in output:

`\033[32m[*] Now wait until jdk-8 is installing ...๐Ÿ•›๐Ÿ•ง\033[0m

wget: not an http or ftp url: https://github.com/Hax4us/java/releases/download/v8-151/jdk8_arm.tar.gz

\033[32m[] Moving jdk into system ...\033[0m
mv: cannot stat 'jdk8_arm.tar.gz': No such file or directory
\033[32m[
] Extracting ...\033[0m
tar: can't open 'jdk8_arm.tar.gz': No such file or directory

\033[32m[] Moving wrapper scripts for java 8\033[0m
mv: cannot stat 'bin/
': No such file or directory

\033[34mHappy java :D\033[0m`

Should there be echo -e for escape sequences or something?

Error while executing 'java'

I followed every single step after cloning the repo! I also executed installjava and moved the java file to usr/bin but when I execute java it shows an error 'bad system call' Please help!

update

I would like it to be the latest version of java 8 or jdk 8 since this version is a bit incompatible with my project, in general it is fine but when I run certain "latest" code it executes it but gives an error and does not start correctly I just ask that update it to the latest version or the most stable possible, thanks

problem with execute java command on zsh environment...

thanks for java.... its working fine
but on zsh environment "change directory" without typing cd function..
when i am executing java on $HOME directory its open my java directory....
so plz modify $HOME/java to $HOME/. java directory....

Thank you... ๐Ÿ˜€

Bad system call

All your executables are giving bad system call.

$ file java
java: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /data/data/com.termux/files/usr/share/glib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=800bb226378ef0fb91ba703c1e8f7af1ab0d25d2, not stripped
$ java
Bad system call

No internet?

Attempted to build termux from source, however gradle cant be downloaded as services.gradle.org isn't resolving. My device's internet is all good tho :p
20180519_144534
services.gradle.org is a valid domain
20180519_151321

Java

After installing Java I'm just having a bad system call, please how can I fix this issue

I want to have both versions but it is not possible for me

i installed openjdk-17 from termux repos and i want jdk-8 too for some java files they dosnt work on java17
please build a update which allow us have both version
I think it is better to change the name of the binary file to java8 or something like that. I working on a document and I started it today :
https://github.com/AlirezaParsi/alirezaparsi.github.io
I will be happy if you build the version I want to make my document more complete, because I need java v8 to install minecraft spigot.

No internet

Programs that require Internet do not work even if there is a great WiFi connection.
A test program has different results if run with Java or DALVIKVM:

$ java Main
Internet available: false

$ dalvikvm -cp Main.dex Main
Internet available: true

jdk is not properly running

only class file can run it
when i compile with "javac" it shows segmentation fault
please fix it and reply me
please

Proccess killed

How to fix proccess killed for Samsung S5 Snapdragon LineageOS pie?

ARMv7 support

From this issue it seems that ARMv7 isn't supported: #2
Running java ends-up with "Killed".
Any chances to fix it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.