Abendigo
Abendigo copied to clipboard
IM trying to make the hacks work
Can someone help me with the hacks, i downloaded the driver and the controller, then i start the driver and after, the controller but all i can see is ''Abendigo ( Press F9 to Hide) '' but there are no hacks ?? help pls
So i decided to use Intellij but the problem is that my java_home isn't set and i'm trying to set it but it isn't working
I would not recommend using the controller, but you must be aware that the driver (this repository) needs to be up and running before you start the controller. Unfortunate it works this way, but it's a limitation of the dated design of Abendigo.
As for setting JAVA_HOME
; it's easy, especially on Windows 10:
- Type in
This PC
into your start menu: http://i.imgur.com/7BYx5Jl.png - Right click
This PC
and pressProperties
- Then at the top left, click on
Advanced system settings
- Then click on
Environmental Variables...
at the bottom right - You'll see something along the lines of this: http://i.imgur.com/CJGGhXf.png
- Click the
New...
button of the bottom table (calledSystem variables
) - For the variable name of course use
JAVA_HOME
- For the variable value you need put the main directory of your JDK installation
- Mine looks like this, and yours will probably be very similar: http://i.imgur.com/9CGHdLk.png
Hope that helps, and goodluck!