Page 1 of 1

[Java]Variables

Posted: Sun Aug 30, 2009 12:21 pm
by appolo
I want to ask , where I can find all the variables of l2j???
For example , activeChar etc....

Re: [Java]Variables

Posted: Sun Aug 30, 2009 12:35 pm
by Forsaiken
appolo wrote:I want to ask , where I can find all the variables of l2j???
For example , activeChar etc....
? o.O

Re: [Java]Variables

Posted: Sun Aug 30, 2009 9:45 pm
by wan
appolo wrote:I want to ask , where I can find all the variables of l2j???
For example , activeChar etc....
activeChar is not a variable IMHO))) And in general, which variables are necessary to you? It is a LOT of variables in the project :lol:

Re: [Java]Variables

Posted: Sun Aug 30, 2009 10:13 pm
by janiii
variable is only a placeholder, only a name for an object. you can give an object a variable name you want. maybe you want to know which classes exist in l2j? then download sources from svn and check the source code.

but maybe first google what a variable is? and what a class is? and what are basic java constructs..

Re: [Java]Variables

Posted: Mon Aug 31, 2009 8:11 pm
by appolo
Sorry But I am still Learning Java .... I want to learn the classes of l2j :D
A frend gave me this Link for learn java : http://java.sun.com/docs/books/tutorial/index.html
Untill Now I know all the basics......
But I want to be familiar with l2j :D
Thx
Also If there is a better book plss sent me a link :D

Re: [Java]Variables

Posted: Mon Aug 31, 2009 8:38 pm
by DrHouse
google for "java tutorial" one of the best books imho

Re: [Java]Variables

Posted: Wed Sep 02, 2009 9:42 am
by appolo
thx House....
Now how can I learn all the class of l2j ??

Re: [Java]Variables

Posted: Wed Sep 02, 2009 9:50 am
by janiii
check out or export source files from svn repository with a svn client like tortoise svn

check http://www.l2jserver.com/download/ -> Option 3. Subversion Access

Re: [Java]Variables

Posted: Wed Sep 02, 2009 9:58 am
by appolo
i AM NOT SO NOOB, I know build/apply patches/editing codes/ basics of java, I was just searching for a faster way ;)
Ok ,.. I will just read the java files , thx!

Re: [Java]Variables

Posted: Wed Sep 02, 2009 6:47 pm
by Evilus
appolo wrote:i AM NOT SO NOOB, I know build/apply patches/editing codes/ basics of java, I was just searching for a faster way ;)
Ok ,.. I will just read the java files , thx!
There are no shortcuts on learning java.

Re: [Java]Variables

Posted: Thu Sep 03, 2009 10:51 am
by Trance
Check this http://l2jserver.com/forum/viewtopic.php?f=4&t=12908
I believe it will help you.