Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Some Help For Server ..

  1. #1
    Junior Member
    Join Date
    Feb 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Some Help For Server ..

    I have a server source for a game called Rillaspora or probaby Diadoxx (It's from 2004-2005 i think) It's programmed in Java but whenever I try to compile i get errors, how the f**k can I get errors? How was it programmed then if there are errors..

    So I was wondering if 1 of you guys could check it out and help me fix all of that so i can finaly edit the java files and compile cause I can't seem to do it myself..

    Link: Multiupload.com - upload your files to multiple file hosting sites!

    Thanks in advance.


    But on Windows 7 Server.bat give me error ..
    Error is - "Java.lang.unsatisfiedLinkError"

    Help pls ..


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Some Help For Server ..

    Do you have any Java experience at all?

    Seeing as it's a server, there could be a number of factors as to why you are getting errors.
    It could require arguments, configuration settings, other classes anything..

    The "Java.lang.unsatisfiedLinkError" is Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.

    UnsatisfiedLinkError (Java Platform SE 6)

    How big is the code? Where did you download it from?

    I think you will struggle to find someone who is going to download this and go through all the code fixing any errors for you.
    You need to pinpoint these issues yourself and give us some more information regarding what you have found.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Feb 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Some Help For Server ..

    ERROR IS ---> Error: java.lang.UnsatisfiedLinkError: no %CommonProgramFiles%\System\ado\msado1 5 in shared library path

    AND THIS ERROR IS GIVE ONLY FOR WINDOWS 7

    HELP PLS

Similar Threads

  1. UDP Server Client program to send and receive messages
    By Koren3 in forum Java Networking
    Replies: 1
    Last Post: September 5th, 2011, 10:16 AM
  2. Please help !! on orbit server
    By aneeshpqr in forum Java Servlet
    Replies: 1
    Last Post: September 18th, 2010, 07:47 AM
  3. Client/Server
    By Dillz in forum Paid Java Projects
    Replies: 2
    Last Post: June 2nd, 2010, 05:19 AM
  4. Security in Server
    By madhu_sushmi in forum Java Servlet
    Replies: 6
    Last Post: May 17th, 2010, 02:07 PM
  5. [SOLVED] Problem in UDS client,server program
    By Koren3 in forum Java Networking
    Replies: 8
    Last Post: March 28th, 2009, 03:05 PM