after reading a bit on how to update hello.class ( or the hello packet structure) i'm still stuck. i know you have to manually recompile realmrelay source, but how do you recompile it, and what do you do that changes the hello packet b4 recompiling? i tried using eclipse; no clue how to use it. help appreciated
Originally Posted by slkiey
after reading a bit on how to update hello.class ( or the hello packet structure) i'm still stuck. i know you have to manually recompile realmrelay source, but how do you recompile it, and what do you do that changes the hello packet b4 recompiling? i tried using eclipse; no clue how to use it. help appreciated
if you get it working feel free upload & give me link pleaserino
you need to edit the HELLOPacket.java the HELLOPacket.class is a compiled version of the .java file. Use an ide like eclipse to edit it and then compile the source using the ide. I posted a thread with the updated hello packet here somewhere.
Originally Posted by pieoewieoe
you need to edit the HELLOPacket.java the HELLOPacket.class is a compiled version of the .java file. Use an ide like eclipse to edit it and then compile the source using the ide. I posted a thread with the updated hello packet here somewhere.
i understand what i need to do; but i dont know how to do it.. can you make me a detailed tutorial on how to recompile it ? what do i recompile? everything except the RealmRelay folder, or do i just compile the .jar and the src folder? I created a java project, inserted the every folder except the compiled one, and then got a lot of errors..
help please? to be frank; i don't know how to compile the source ;-;
Originally Posted by slkiey
i understand what i need to do; but i dont know how to do it.. can you make me a detailed tutorial on how to recompile it ? what do i recompile? everything except the RealmRelay folder, or do i just compile the .jar and the src folder? I created a java project, inserted the every folder except the compiled one, and then got a lot of errors..