Hi, I'm erry and I like playing games.
I don't have any knowledge in programmig (or only a little bit), but I would like to play to bitbath as a non-noob player. Up to now my bot is the normal pre-loaded Herd. I read the tutorials and I understood a bit a few canges I would take, but I don't know what program do I have to use to modify the java code. Could someone help me?
Help me, please. I'm the noobest noob here
Eclipse is usually considered excellent for most code-writing purposes: http://www.eclipse.org/ as an IDE, but I never really got into it. It's extendable for many different languages just by adding plugins.
There is no spoon.
Afraid I don't know anything about Eclipse really (I'm not into Java) but are you sure Eclipse should be able to read .CLASS files? They are essentially the compiled Java classes, so they don't represent code; it's like asking Notepad to open a .EXE made by compiling C code written in Notepad - they're not the same thing any more.
Just recompile your original .JAVA files, I think.
Just recompile your original .JAVA files, I think.
There is no spoon.
If you downloaded the classic Eclipse version, a JDK is included and it should work out of the box.erry wrote:ehm... i have some misakes with the compilers.
i tried usng eclipse, but i can't compile the file.
Use this page to download that version.
javac.exe is your compiler, it is supposed to be used on the command line or through an IDE.erry wrote:i also tried the jdk (both versions 1.6 and 1.5) and i don't understand how to use them.
i read in the readme i have to open the javac.exe (i have a Windows), but it does nothing
Launching it without any parameters won't do a thing. Try using it from a command line.