Devil22 Posted February 17, 2010 Posted February 17, 2010 Hi i am getting one error while compiling [javac] Compiling 1397 source files to C:\workspace\L2JTeon-CORE\build\classes [javac] C:\workspace\L2JTeon-CORE\java\net\sf\l2j\loginserver\SelectorHelper.java:35: illegal start of type [javac] { [javac] ^ [javac] 1 error BUILD FAILED C:\workspace\L2JTeon-CORE\build.xml:56: Compile failed; see the compiler error output for details. Total time: 5 seconds I was tried to do this: http://www.l2jserver.com/trac/changeset/3774/trunk/L2_GameServer/java/com/l2jserver/loginserver/SelectorHelper.java How can i solve it? Quote
0 Belzebul Posted February 17, 2010 Posted February 17, 2010 we cant tell you how to solve it, probably (not probably, for sure) you did something wrong. see the error and try to fix it by yourself Quote
0 hakerboy Posted February 18, 2010 Posted February 18, 2010 you are trying to compile a l2j server on your own? if yes join these 2 sites and chose on both the same version of datapack and gameserver. http://www.l2jserver.com/svn/branches/ http://www.l2jdp.com/svn/branches/ example if you want gracia final chose these 2 files to compile http://www.l2jserver.com/svn/branches/L2_GameServer_T2.3/ http://www.l2jdp.com/svn/branches/T2.3_DataPack/ maybe you are not requesting for this i didn't really understand your meaning p.s. this is the greek section. if you dont know greek visit the english l2j develop section Quote
0 Commodus Posted February 18, 2010 Posted February 18, 2010 Devil , you have an error in your code syntax. Missing '' { '' in the beggining of the code.See at eclipse for more details. @haker , he doesn't want infos about how to compile and what are the svn links for L2J. Quote
0 hakerboy Posted February 19, 2010 Posted February 19, 2010 hm sorry then miss post ;) i don't know many things i'm just helping as much as i can new developers with things that i stucked when i started. Quote
0 Devil22 Posted February 19, 2010 Author Posted February 19, 2010 I am using l2jteon.The patch that i am trying to apply is L2Jattacker fix Interlude. Can you tell me with more detail my problem? Quote
0 Commodus Posted February 19, 2010 Posted February 19, 2010 I am using l2jteon.The patch that i am trying to apply is L2Jattacker fix Interlude. Can you tell me with more detail my problem? Well , first change pack. Second , never use the apply patch method , install the codes manually. Quote
Question
Devil22
Hi i am getting one error while compiling
[javac] Compiling 1397 source files to C:\workspace\L2JTeon-CORE\build\classes
[javac] C:\workspace\L2JTeon-CORE\java\net\sf\l2j\loginserver\SelectorHelper.java:35: illegal start of type
[javac] {
[javac] ^
[javac] 1 error
BUILD FAILED
C:\workspace\L2JTeon-CORE\build.xml:56: Compile failed; see the compiler error output for details.
Total time: 5 seconds
I was tried to do this:
http://www.l2jserver.com/trac/changeset/3774/trunk/L2_GameServer/java/com/l2jserver/loginserver/SelectorHelper.java
How can i solve it?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.