karma9874 / AndroRAT

A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
MIT License
2.99k stars 978 forks source link

im getting a java error #273

Closed Anonymous1503 closed 8 months ago

Anonymous1503 commented 1 year ago

IMG_20230604_101933 Getting a JAVA error Am I supposed to install a package?

Anonymous1503 commented 1 year ago

@karma9874 help pls sir

ruslan6677 commented 1 year ago

yes i am getting the same error

qcoderx commented 1 year ago

install java on your devices

First, run the sudo apt update command

then run sudo apt install default-jdk, if you want to run java apps frequently on your device or you are a software developer and you have enough storage to do so

OR sudo apt install default-jre

if you just intend to run androRAT alone and you are not really a software developer 🙂🙂🙂

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 30 days with no activity.

Mursaleen00 commented 9 months ago

~/AndroRAT $ proot java -version java version "1.8.0_152"

~/AndroRAT $ python3 androRAT.py --build -i xxx -p 8282 -o test.apk [ERROR] Java not installed or found

Can anyone guide me how to fix it