Thread: 718 Server So Far

Page 11 of 15 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 141
  1. #101  
    Registered Member SS_Alophonse's Avatar
    Join Date
    Mar 2012
    Posts
    352
    Thanks given
    54
    Thanks received
    21
    Rep Power
    35
    Quote Originally Posted by shabba 56 View Post
    run using eclipse or net beans as i can run it perfect off net beans
    how do i run it with eclips ?
    Reply With Quote  
     

  2. #102  
    Motor Mechanic Tech
    shabba 56's Avatar
    Join Date
    Aug 2010
    Posts
    440
    Thanks given
    70
    Thanks received
    53
    Rep Power
    27
    Quote Originally Posted by SS_Alophonse View Post
    how do i run it with eclips ?
    i cant believe you just asked that question google has answers this is not the help section


    Quote Originally Posted by SS_Alophonse View Post
    how do i run it with eclips ?


    [SPOIL]
    Originally Posted by I r Tom
    you fail harder then fat kids on bikes.
    [/SPOIL]
    Reply With Quote  
     

  3. #103  
    Registered Member SS_Alophonse's Avatar
    Join Date
    Mar 2012
    Posts
    352
    Thanks given
    54
    Thanks received
    21
    Rep Power
    35
    Quote Originally Posted by shabba 56 View Post
    i cant believe you just asked that question google has answers this is not the help section
    i never ran something with eclips before that's y i asked lol.
    Reply With Quote  
     

  4. #104  
    Motor Mechanic Tech
    shabba 56's Avatar
    Join Date
    Aug 2010
    Posts
    440
    Thanks given
    70
    Thanks received
    53
    Rep Power
    27
    Quote Originally Posted by SS_Alophonse View Post
    i never ran something qith eclips before that's y i asked lol.
    since you really need help here is a nub guide on how to set up eclipse [Only registered and activated users can see links. ]

    btw dont troll people about coding if u cant figure this out


    Quote Originally Posted by SS_Alophonse View Post
    how do i run it with eclips ?


    [SPOIL]
    Originally Posted by I r Tom
    you fail harder then fat kids on bikes.
    [/SPOIL]
    Reply With Quote  
     

  5. #105  
    Previously: Scary Kidz
    AceKingSuited's Avatar
    Join Date
    May 2010
    Posts
    492
    Thanks given
    101
    Thanks received
    66
    Discord
    View profile
    Rep Power
    57
    Quote Originally Posted by shabba 56 View Post
    since you really need help here is a nub guide on how to set up eclipse [Only registered and activated users can see links. ]

    btw dont troll people about coding if u cant figure this out
    First off, he's not trolling, he obviously genuinely needs help. Second off, don't try and put off the image of a pro when you call it "coding". Terminology isn't everything, but it just makes you sound almost as inexperienced as he is.

    On topic:
    This should definitely help people trying to learn about the new protocol, so even though rumors are spreading about the clients/caches, thanks for actually providing something people can learn from and not leech.
    I'm back to teach java to some friends in the best way

    Updated 525 Hyperion Base V4 -> Will be slowly converting this to 592 and releasing

    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  6. Thankful user:


  7. #106  
    Registered Member
    maffia-rpg's Avatar
    Join Date
    Jul 2011
    Posts
    2,776
    Thanks given
    587
    Thanks received
    759
    Rep Power
    120
    Quote Originally Posted by SS_Alophonse View Post
    i never ran something qith eclips before that's y i asked lol.
    If you didn't then you need this:

    Go to green Run button and click on the arrow and select run configurations.
    Click on search and choose Launcher, and since the launcher has parameters you must use them.
    When you chose Launcher you will see above a tab called "Arguments"
    Click on it. Look at the "Program Arguments" side. And put this in it:
    Code:
    false true true
    Click on apply.
    Go back to the main tab and click run.
    Quote Originally Posted by Nando View Post
    why would I care about trying to get you to care about me homosexual?
    back to coding shit revisions
    1080% lost.
    Reply With Quote  
     

  8. #107  
    Developer

    Holy Symbol's Avatar
    Join Date
    Dec 2011
    Age
    23
    Posts
    1,762
    Thanks given
    1,047
    Thanks received
    232
    Rep Power
    232
    Worked fine with eclipse but i got errors when compiling...
    Spoiler for big sig:


    Reply With Quote  
     

  9. #108  
    Registered Member SS_Alophonse's Avatar
    Join Date
    Mar 2012
    Posts
    352
    Thanks given
    54
    Thanks received
    21
    Rep Power
    35
    Quote Originally Posted by maffia-rpg View Post
    If you didn't then you need this:

    Go to green Run button and click on the arrow and select run configurations.
    Click on search and choose Launcher, and since the launcher has parameters you must use them.
    When you chose Launcher you will see above a tab called "Arguments"
    Click on it. Look at the "Program Arguments" side. And put this in it:
    Code:
    false true true
    Click on apply.
    Go back to the main tab and click run.
    thanks.
    Reply With Quote  
     

  10. #109  
    Registered Member CloudIn Real's Avatar
    Join Date
    Oct 2011
    Posts
    501
    Thanks given
    45
    Thanks received
    18
    Rep Power
    14
    can anyone post the run.bat for jedis client please
    Reply With Quote  
     

  11. #110  
    Developer

    Holy Symbol's Avatar
    Join Date
    Dec 2011
    Age
    23
    Posts
    1,762
    Thanks given
    1,047
    Thanks received
    232
    Rep Power
    232
    There is none sessionfactory class in the source? I get 21 errors when compile...
    Code:
    starting...
    src\com\sean\game\db\HibernateController.java:3: error: package org.hibernate do
    es not exist
    import org.hibernate.SessionFactory;
                        ^
    src\com\sean\game\db\HibernateController.java:4: error: package org.hibernate.cf
    g does not exist
    import org.hibernate.cfg.Configuration;
                            ^
    src\com\sean\game\db\HibernateController.java:5: error: package org.hibernate.se
    rvice does not exist
    import org.hibernate.service.ServiceRegistry;
                                ^
    src\com\sean\game\db\HibernateController.java:6: error: package org.hibernate.se
    rvice does not exist
    import org.hibernate.service.ServiceRegistryBuilder;
                                ^
    src\com\sean\game\db\HibernateController.java:15: error: cannot find symbol
        private final SessionFactory sessionFactory;
                      ^
      symbol:   class SessionFactory
      location: class HibernateController
    src\com\sean\game\db\HibernateController.java:20: error: cannot find symbol
            private final ServiceRegistry serviceRegistry;
                          ^
      symbol:   class ServiceRegistry
      location: class HibernateController
    src\com\sean\game\db\HibernateController.java:35: error: cannot find symbol
            public ServiceRegistry getServiceRegistry() {
                   ^
      symbol:   class ServiceRegistry
      location: class HibernateController
    src\com\sean\game\db\HibernateController.java:43: error: cannot find symbol
            public SessionFactory getSessionFactory() {
                   ^
      symbol:   class SessionFactory
      location: class HibernateController
    src\com\sean\game\io\impl\HibernateLoader.java:3: error: package org.hibernate d
    oes not exist
    import org.hibernate.Session;
                        ^
    src\com\sean\game\io\impl\HibernateLoader.java:4: error: package org.hibernate d
    oes not exist
    import org.hibernate.SessionFactory;
                        ^
    src\com\sean\game\io\impl\HibernateLoader.java:5: error: package org.hibernate d
    oes not exist
    import org.hibernate.Transaction;
                        ^
    src\com\sean\game\io\impl\HibernateLoader.java:6: error: package org.hibernate.c
    riterion does not exist
    import org.hibernate.criterion.Restrictions;
                                  ^
    src\com\sean\game\db\HibernateController.java:26: error: cannot find symbol
            Configuration config = new Configuration().configure();
            ^
      symbol:   class Configuration
      location: class HibernateController
    src\com\sean\game\db\HibernateController.java:26: error: cannot find symbol
            Configuration config = new Configuration().configure();
                                       ^
      symbol:   class Configuration
      location: class HibernateController
    src\com\sean\game\db\HibernateController.java:27: error: cannot find symbol
            this.serviceRegistry = new ServiceRegistryBuilder().applySettings(config
    .getProperties()).buildServiceRegistry();
                                       ^
      symbol:   class ServiceRegistryBuilder
      location: class HibernateController
    src\com\sean\game\io\impl\HibernateLoader.java:37: error: cannot find symbol
                    SessionFactory factory = controller.getSessionFactory();
                    ^
      symbol:   class SessionFactory
      location: class HibernateLoader
    src\com\sean\game\io\impl\HibernateLoader.java:42: error: cannot find symbol
                    Session session = factory.openSession();
                    ^
      symbol:   class Session
      location: class HibernateLoader
    src\com\sean\game\io\impl\HibernateLoader.java:48: error: cannot find symbol
                            Transaction transaction = session.beginTransaction();
                            ^
      symbol:   class Transaction
      location: class HibernateLoader
    src\com\sean\game\io\impl\HibernateLoader.java:78: error: cannot find symbol
                    SessionFactory factory = controller.getSessionFactory();
                    ^
      symbol:   class SessionFactory
      location: class HibernateLoader
    src\com\sean\game\io\impl\HibernateLoader.java:83: error: cannot find symbol
                    Session session = factory.openSession();
                    ^
      symbol:   class Session
      location: class HibernateLoader
    src\com\sean\game\io\impl\HibernateLoader.java:90: error: cannot find symbol
                            Player player = (Player) session.createCriteria(Player.c
    lass).add(Restrictions.eq("details.username", username)).uniqueResult();
    
              ^
      symbol:   variable Restrictions
      location: class HibernateLoader
    21 errors
    Trykk en tast for å fortsette...
    Spoiler for big sig:


    Reply With Quote  
     

Page 11 of 15 FirstFirst ... 910111213 ... LastLast

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. anyone have 718 xteas
    By Monum3ntal in forum Requests
    Replies: 8
    Last Post: 10-28-2012, 02:27 PM
  2. 718 Cache
    By Zaves in forum Downloads
    Replies: 36
    Last Post: 08-20-2012, 07:47 PM
  3. Matrix 718.
    By Tyler. in forum Projects
    Replies: 93
    Last Post: 06-27-2012, 06:38 AM
  4. 718 cache
    By SS_Alophonse in forum Requests
    Replies: 4
    Last Post: 06-19-2012, 08:16 PM
  5. 718 xtea's
    By SS_Alophonse in forum Requests
    Replies: 23
    Last Post: 06-05-2012, 09:34 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •