Hello everybody,
I am beginner in java and I am using Eclipse to work with it
I wanted to make a simple game in Java, I could make it in Visual Basic, but I want to learn Java too
I tried opening source of another game, made by Notch(Markus Persson), but when I did run it gave me a couple of error messages and it displayed an empty frame
There were 2 folders in the project, resources were in folder "res", and source code in "src", I didn't find anywhere "res" string in the code, so I think I could somehow set the path for resources, because it doesn't work for me
Also I tried tutorial 3 (Image) from this page: Basics , It also displayed nothing, I used "res" folder
Please help me to solve this problem
Thanks

-A1Artem