1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Question Cant find the "Development" section in Spectre

Discussion in 'Developer Support' started by stixx, Sep 28, 2017.

Tags:
  1. stixx

    Joined:
    Jul 19, 2016
    Messages:
    35
    Likes Received:
    23
    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!
     
  2. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    You're meant to pass -sdk as a program argument.
     
  3. stixx

    Joined:
    Jul 19, 2016
    Messages:
    35
    Likes Received:
    23
    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
    --- Double Post Merged, Sep 28, 2017, Original Post Date: Sep 28, 2017 ---
    .
    --- Double Post Merged, Sep 28, 2017 ---
    err.png
     

    Attached Files:

    • err.png
      err.png
      File size:
      56.2 KB
      Views:
      17
  4. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    You shouldn't be using Java 9 yet because of potential compatibility issues. Use Java 8 for both your JDK and JRE.
     
  5. stixx

    Joined:
    Jul 19, 2016
    Messages:
    35
    Likes Received:
    23
    I see!
    I am unable to find a 32bit JRE where can I find it? :3
     
  6. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
  7. 0Rogue

    Joined:
    Jul 19, 2017
    Messages:
    3
    Likes Received:
    0
    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.
     

Share This Page

Loading...