G-EARTH INSTRUCTIONS

Getting G-Earth Running

  1. Download and install the FULL JDK (Java 8). You must scroll down and select the full JDK from the drop-down menu and then select .msi on the right: BellSoft JDK 8 downloads.
  2. Reboot your computer.
  3. Download G-Earth and place it in a folder of your choosing: G-Earth releases.
  4. Close Habbo.
  5. Run the G-Earth .exe.
  6. In G-Earth, disable Auto Detect, set the host to US Habbo, then click Connect.
  7. Re-open Habbo. You should see Connected in the lower-left box.
  8. To install extensions: open the Extensions tab and press the play button next to G-ExtensionsStore.
  9. Have fun!

Recommended Extensions

G-Earth Launching Issues

If after following the above (Did you install the FULL JDK 8 from the link above? Did you reboot?) you still have issues launching G-Earth, try saving the following code as a .bat file in the same folder as G-Earth:

@echo off
REM ======================================================
REM  Launch G-Earth.jar using LibericaJDK-8-Full (with JavaFX)
REM  Always runs as Administrator
REM ======================================================

REM --- Check for admin rights ---
net session >nul 2>&1
if %errorLevel% neq 0 (
    echo Requesting administrator privileges...
    powershell -Command "Start-Process '%~f0' -Verb RunAs"
    exit /b
)

REM --- Path to your Liberica JDK installation ---
set "JAVA_HOME=C:\Program Files\BellSoft\LibericaJDK-8-Full"

REM --- Path to your G-Earth.jar file (same folder as this script) ---
set "APP_PATH=%~dp0G-Earth.jar"

REM --- Launch the app ---
echo Launching G-Earth as Administrator using %JAVA_HOME% ...
"%JAVA_HOME%\bin\java.exe" -jar "%APP_PATH%"

echo.

echo Program finished. Press any key to exit.

pause >nul

How to save a .bat file:

  1. Open Notepad.
  2. Copy and paste the above code into Notepad.
  3. Click File > Save As...
  4. In the "Save as type" dropdown, select "All Files (*.*)".
  5. Name the file something like launch-gearth.bat and save it in the same folder as G-Earth.exe.
  6. Double-click the .bat file to run G-Earth.

If the bat says it can't find the JDK, try changing "Program Files" to "Program Files (x86)" in the JAVA_HOME path.

Presets Settings

G-Earth Presets Settings

*set main stacktile to 2x2

Tips:

Happy building!