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

Bug Bot Class File Not Found on Spectre Load

Discussion in 'Developer Support' started by Ordered, Nov 13, 2018.

Tags:
  1. Ordered

    Joined:
    Nov 12, 2018
    Messages:
    2
    Likes Received:
    0
    All,

    As stated in the title, whenever I run Spectre, it’s not finding the .class file (that’s the gist of the error message, will update when I can get back to my computer). I’ve verified both the manifest and the .class are in the same directory and it is the directory being pointed to in the Spectre preferences. Any thoughts on what could be causing this?

    If it’s helps, the project sdk and run confit jre are the same version and I’ve verified the build is executing correctly. The manifest is pointing where I’m expecting it to and is filled out completely.
    --- Double Post Merged, Nov 13, 2018, Original Post Date: Nov 13, 2018 ---
    Found solution. The manifest xml main-class tag must be completely on one line. So in my case,
    Code (Text):
    1. <main-class>com.ordered.bots.tutorial_bot.TutorialBot</main-class>
    . I've never seen xml behave like that, but hopefully it might help someone out if they have the same issue.
     

Share This Page

Loading...