Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Cant find the "Development" section in Spectre

Joined
Jul 19, 2016
Messages
35
Hello!

I am about to start writing some simple bots, but when I press "edit" -> "preferences" in spectre, I can't find the section where I change the Local Bot Directory, anyone knows how to do this?

Thanks!
 
Joined
Jul 19, 2016
Messages
35
Yes I have, but it seems like Im getting the following error:

Error: cant load main class com.runemate.boot.Boot from module RuneMate
java.lang.NoClassDefFoundError: javafx/application/Application
 
.
 
You're meant to pass -sdk as a program argument.
err.png
 

Attachments

  • err.png
    err.png
    56.2 KB · Views: 17
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Yes I have, but it seems like Im getting the following error:

Error: cant load main class com.runemate.boot.Boot from module RuneMate
java.lang.NoClassDefFoundError: javafx/application/Application
 
.
 

err.png
You shouldn't be using Java 9 yet because of potential compatibility issues. Use Java 8 for both your JDK and JRE.
 
Joined
Jul 19, 2017
Messages
3
I see!
I am unable to find a 32bit JRE where can I find it? :3

Runemate suppllies a (32 bit) JRE in the default program installation directory. For windows, this would be `Program Files (x86)\RuneMate\jre`.

You want a JDK for actual development.
 
Top