Path problems

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
takuya1
Posts: 2
Joined: Mon Oct 24, 2011 3:16 pm

Path problems

Post by takuya1 »

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:

Image

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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Path problems

Post by jurchiks »

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.
l2chaos
Posts: 73
Joined: Mon Dec 12, 2011 7:59 am

Re: Path problems

Post by l2chaos »

pout JAVA_CODE
C:\Program Files\Java\jdk1.7.0_05 THIS IS RAIT
Post Reply