Thread: Trying to start a server

Results 1 to 5 of 5
  1. #1 Trying to start a server 
    Registered Member
    Join Date
    Nov 2022
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    It's been a very long time since I've been involved with RSPS and programming and I'd like to relearn. However seems like just getting into new servers is a project of its own with no knowledge of gradle and all the new stuff.

    Well, I'm trying to load Elvarg with IntelliJ and I get the 100 Errors.
    the only thing I remember this meaning is missing a closing bracket or something of the sort.

    But this one is caused by switch statements I've never seen written like this before.idea64_SnR2Sh7vgD.png

    I'd really like some help on just getting some of these newer releases running, so I can dive into learning more again.
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jun 2014
    Age
    26
    Posts
    171
    Thanks given
    31
    Thanks received
    54
    Rep Power
    101
    Look at the compileJava and see what jdk the project was formatted for and download that version of JDK.
    Reply With Quote  
     

  3. #3  
    Extreme Donator
    Warnen's Avatar
    Join Date
    Jun 2018
    Posts
    24
    Thanks given
    123
    Thanks received
    8
    Rep Power
    12
    Quote Originally Posted by Slautern View Post
    It's been a very long time since I've been involved with RSPS and programming and I'd like to relearn. However seems like just getting into new servers is a project of its own with no knowledge of gradle and all the new stuff.

    Well, I'm trying to load Elvarg with IntelliJ and I get the 100 Errors.
    the only thing I remember this meaning is missing a closing bracket or something of the sort.
    But this one is caused by switch statements I've never seen written like this before.idea64_SnR2Sh7vgD.png

    I'd really like some help on just getting some of these newer releases running, so I can dive into learning more again.
    Quote Originally Posted by Slautern View Post
    It's been a very long time since I've been involved with RSPS and programming and I'd like to relearn. However seems like just getting into new servers is a project of its own with no knowledge of gradle and all the new stuff.

    Well, I'm trying to load Elvarg with IntelliJ and I get the 100 Errors.
    the only thing I remember this meaning is missing a closing bracket or something of the sort.
    But this one is caused by switch statements I've never seen written like this before.idea64_SnR2Sh7vgD.png

    I'd really like some help on just getting some of these newer releases running, so I can dive into learning more again.
    Hello I am the Anti Christisithi, can you teach what you learn to me?
    I need to find out how to add Hand Cannon to OSRS|
    Discord account Isticesticeres#4125
    Last edited by Warnen; 11-14-2022 at 06:57 PM.
    It likely turns out that a mind that does not specialize in things always have an excuse/mindset to be beyond trolls and unimportance.
    NOTE; Anything that has nothing to do with what the buyer's should go in the off-topic section or be reported and gain bad reputation.

    NOTE; The unthanked have been ignored.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2022
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Primal View Post
    Look at the compileJava and see what jdk the project was formatted for and download that version of JDK.
    Dude if theres one thing I love is how easy a solution can be, thanks!
    Reply With Quote  
     

  5. #5  
    Extreme Donator

    JayArrowz's Avatar
    Join Date
    Sep 2008
    Posts
    104
    Thanks given
    99
    Thanks received
    107
    Rep Power
    810
    The answer is literally on the error:

    ​
    image.png

    Code:
    case 38319
    should be


    Code:
    case 38319:
    Hence why the error says : expected and shows a error where you should put it
    image.png
    image.png

    Did u read the error?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 2
    Last Post: 07-03-2016, 03:59 AM
  2. trying to start server error plz help
    By izaazkothawala in forum Help
    Replies: 5
    Last Post: 08-25-2011, 12:13 AM
  3. Replies: 10
    Last Post: 06-26-2011, 11:47 PM
  4. Replies: 3
    Last Post: 03-20-2008, 06:39 PM
  5. How to start your server coding, (My First tut)
    By IGotSkillz in forum Tutorials
    Replies: 15
    Last Post: 02-17-2008, 11:03 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •