If you want to receive support we need this info to help you properly. » Find Revision
L2J Revision Number: 5551
L2JDP Revision Number: 9050
So... when I try to import the Core project to my Eclipse it says this:
My paths are already set... and I use Java 7u5. I don't know how to fix that.
PATH=C:\Program Files\Java\jdk1.7.0_05\bin
CLASSPATH=C:\Program Files\Java\jdk1.7.0_05\jre\lib
What are you trying to do man?
You just need to download the project either via Eclipse (in which case it makes the project automatically) or with other svn tools, in which case you need to do "File > Import... > General > Existing projects into workspace".
And you don't need that CLASSPATH variable. You only need PATH (%programFiles%/Java/jdk1.7.0_05/bin) and, optionally, JAVA_HOME (%programFiles%/Java/jdk1.7.0_05).
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.