Abendigo icon indicating copy to clipboard operation
Abendigo copied to clipboard

IM trying to make the hacks work

Open marcofking1 opened this issue 8 years ago • 2 comments

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

marcofking1 avatar Sep 26 '16 22:09 marcofking1

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

marcofking1 avatar Sep 27 '16 00:09 marcofking1

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 press Properties
  • 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 (called System 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!

Jire avatar Sep 28 '16 07:09 Jire