Monday, July 27, 2009

How can I open java source codes I've downloaded using an IDE?

I have downloaded the source codes of a java program I wish to study. But I don't know how to start since all the source codes are separated by folders. Need help. Thanks.

How can I open java source codes I've downloaded using an IDE?
Those folders are important because they represent package hierarchy so don't move the .java files around. Anyway, download eclipse which is a nice ide for viewing java source code.


No comments:

Post a Comment