Search:

Type: Posts; User: theBoolean

Search: Search took 0.09 seconds.

  1. Re: Eclipse: The import com.ms cannot be resolved.

    I was thinking about it, but first I want to be sure if it is working before moving to migrate the whole database connection method, because it will take long time and I won't invest time in...
  2. Eclipse: The import com.ms cannot be resolved.

    I have an old java source code that I am trying to compile in eclipse. Now that I imported the java files into an eclipse project it says an error that The import com.ms cannot be resolved at import...
  3. Re: Question about 12 years old source code

    I have managed to fixed all the build issues and now there is another issue. Upon launching the server .jar file from CMD (ex: java -jar game-server.jar) it says error:

    ...
  4. Re: Question about 12 years old source code

    IDE is just for fancyness otherwise Java could be written even in a notepad and use cmd to build it. As I said I don't use the IDE to build the project, but an ant task. I guess you are familiar with...
  5. Re: Question about 12 years old source code

    I will do that, but another problem now is that for some reason I can not build a working .jar from from my ant build. I can easy Run As Java Program via Eclipse IDE, but when I build it it doesn't...
  6. Re: Question about 12 years old source code

    I have some custom exception handlers and for anything else I am using print statements like you do. The code doesn't use any Applets.
  7. Question about 12 years old source code

    12 years ago I was working on a game with a couple of friends. Unfortunately the game wasn't finished as most of the crew members lost interest. W/e nowdays I wanted to give it a shot and try...
  8. Replies
    3
    Views
    888

    Re: Help me build old java game project

    All of the errors are same: "X" can not be resolved as a type.
  9. Replies
    3
    Views
    888

    Help me build old java game project

    Hello guys. I have just found a project for my fav old game. I tried to compile it, but it always fail :mad: I talked to one of the game devs he said that that the project contain no errors and was...
Results 1 to 9 of 9