[Java]Variables

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
appolo
Posts: 33
Joined: Mon Jun 09, 2008 6:29 am

[Java]Variables

Post by appolo »

I want to ask , where I can find all the variables of l2j???
For example , activeChar etc....
Forsaiken
L2j Veteran
L2j Veteran
Posts: 99
Joined: Sun Mar 11, 2007 6:23 pm

Re: [Java]Variables

Post by Forsaiken »

appolo wrote:I want to ask , where I can find all the variables of l2j???
For example , activeChar etc....
? o.O
http://code.google.com/p/g3d-editor/
Experienced in the following languages/apis/ides: Java using Eclipse/AWT/Swing/NIO/JNI/Jogl, C/C++11/c++14 using QT/MFC/BOOST/STL/VS2012/VS2013/OpenGL/DirectX, Delphi using Borland, .NET/C# using VS2012/VS2013
wan
Posts: 9
Joined: Tue May 19, 2009 9:08 am
Location: Russia

Re: [Java]Variables

Post 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:
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: [Java]Variables

Post 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..
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
appolo
Posts: 33
Joined: Mon Jun 09, 2008 6:29 am

Re: [Java]Variables

Post 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
User avatar
DrHouse
L2j Inner Circle
L2j Inner Circle
Posts: 912
Joined: Mon Jan 22, 2007 12:14 am
Location: Spain

Re: [Java]Variables

Post by DrHouse »

google for "java tutorial" one of the best books imho
Image

Leadership and management are not talk and talk, but talk and do

Proud of being a part of this project
appolo
Posts: 33
Joined: Mon Jun 09, 2008 6:29 am

Re: [Java]Variables

Post by appolo »

thx House....
Now how can I learn all the class of l2j ??
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: [Java]Variables

Post 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
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
appolo
Posts: 33
Joined: Mon Jun 09, 2008 6:29 am

Re: [Java]Variables

Post 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!
Evilus
Posts: 387
Joined: Mon Jun 09, 2008 6:08 pm

Re: [Java]Variables

Post 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.
User avatar
Trance
Posts: 8
Joined: Fri Aug 07, 2009 6:51 pm
Location: Greece

Re: [Java]Variables

Post by Trance »

Check this http://l2jserver.com/forum/viewtopic.php?f=4&t=12908
I believe it will help you.
The end is near...
Post Reply