[Xiuz] Severe error executing script

Results 1 to 3 of 3
  1. #1
    Delta Gregoyle is offline
    MemberRank
    Aug 2011 Join Date
    CanadaLocation
    221Posts

    [Xiuz] Severe error executing script

    Trying to setup a mock server but when I launch it I get some weird Java(?) looking error.
    I thought recompiling it would help but I guess I was wrong



  2. #2
    Moderator Eric is offline
    ModeratorRank
    Jan 2010 Join Date
    DEV CityLocation
    3,188Posts

    Re: [Xiuz] Severe error executing script

    You're using a v62 source written in JDK6 and has scripts using the Nashorn engine when on JDK8 after it was removed and replaced with Rhino. Either downgrade to JDK7, or add support for importPackage. There's releases for it here along with answers on how to fix it on Google.

  3. #3
    Delta Gregoyle is offline
    MemberRank
    Aug 2011 Join Date
    CanadaLocation
    221Posts

    Re: [Xiuz] Severe error executing script

    Quote Originally Posted by Eric View Post
    You're using a v62 source written in JDK6 and has scripts using the Nashorn engine when on JDK8 after it was removed and replaced with Rhino. Either downgrade to JDK7, or add support for importPackage. There's releases for it here along with answers on how to fix it on Google.
    I knew it was going to be something with Java
    I've got it all setup and running now, thanks bud.



Advertisement