Thread: running hyperion on linux vps

Results 1 to 8 of 8
  1. #1 running hyperion on linux vps 
    Hated Cracka

    iJay's Avatar
    Join Date
    Jul 2009
    Posts
    256
    Thanks given
    9
    Thanks received
    1
    Rep Power
    124
    Fixed.
     

  2. #2  
    Renown Programmer
    Method's Avatar
    Join Date
    Feb 2009
    Posts
    1,455
    Thanks given
    0
    Thanks received
    845
    Rep Power
    3019
    It should have a main method. Post the contents of your Server class.
    :-)
     

  3. #3  
    Renown Programmer

    Join Date
    Dec 2008
    Posts
    363
    Thanks given
    1
    Thanks received
    28
    Rep Power
    99
    Did you compile it?
     

  4. #4  
    Hated Cracka

    iJay's Avatar
    Join Date
    Jul 2009
    Posts
    256
    Thanks given
    9
    Thanks received
    1
    Rep Power
    124
    Ofcourse I compiled it.

    I figured out what my problem is. Hyperion's main method is in the Monitor.java file. Now I'm on CentOS 5, and all I have is SSH or Parallels Panel access, so I can't run GUI's. That's why I changed my command from

    Code:
    [root@sci trunk]# java -Xms256m -Xmx378m -cp bin:lib/jython.jar:lib/slf4j-api-1.5.8.jar:lib/mina-core-2.0.0-M6.jar:lib/slf4j-jdk14-1.5.8.jar:lib/commons-compress-1.0.jar:lib/junit-4.6.jar org.hyperion.Monitor
    to

    Code:
    [root@sci trunk]# java -Xms256m -Xmx378m -cp bin:lib/jython.jar:lib/slf4j-api-1.5.8.jar:lib/mina-core-2.0.0-M6.jar:lib/slf4j-jdk14-1.5.8.jar:lib/commons-compress-1.0.jar:lib/junit-4.6.jar org.hyperion.Server
    So I gotta make a main method in my server.java right?
     

  5. #5  
    Registered Member
    Kelvin's Avatar
    Join Date
    Jun 2007
    Posts
    1,433
    Thanks given
    48
    Thanks received
    33
    Rep Power
    269
    Quote Originally Posted by .HyPeRiOn View Post
    Ofcourse I compiled it.

    I figured out what my problem is. Hyperion's main method is in the Monitor.java file. Now I'm on CentOS 5, and all I have is SSH or Parallels Panel access, so I can't run GUI's. That's why I changed my command from

    Code:
    [root@sci trunk]# java -Xms256m -Xmx378m -cp bin:lib/jython.jar:lib/slf4j-api-1.5.8.jar:lib/mina-core-2.0.0-M6.jar:lib/slf4j-jdk14-1.5.8.jar:lib/commons-compress-1.0.jar:lib/junit-4.6.jar org.hyperion.Monitor
    to

    Code:
    [root@sci trunk]# java -Xms256m -Xmx378m -cp bin:lib/jython.jar:lib/slf4j-api-1.5.8.jar:lib/mina-core-2.0.0-M6.jar:lib/slf4j-jdk14-1.5.8.jar:lib/commons-compress-1.0.jar:lib/junit-4.6.jar org.hyperion.Server
    So I gotta make a main method in my server.java right?
    The Server class already have a main method
     

  6. #6  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    just do it the easy way

    cd Desktop
    cd Class folder or w.e
    And do the run command like in any normal client or server
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

     

  7. #7  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,147
    Thanks given
    2,656
    Thanks received
    3,731
    Rep Power
    5000
    Quote Originally Posted by .HyPeRiOn View Post
    I figured out what my problem is. Hyperion's main method is in the Monitor.java file.
    You must be using a modified version of Hyperion...
    .
     

  8. #8  
    Banned

    Join Date
    Jan 2010
    Posts
    3,664
    Thanks given
    533
    Thanks received
    918
    Rep Power
    0
    Straight up Hyperion > modified shit by people like Fire Cape etc., trust me.
     


Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •