S
Sathyaish
Pardon my nescience if the title of the question makes me sound like a
nincompoop.
With Microsoft's .NET platform, there are only a handful of IDE's, most
proprietary, with Microsoft Visual Studio .NET 200x dominating the
market. As a result, if I download a C# project/source code from the
Web, I am almost sure it would have a Microsoft Visual Studio .NET
'Solution' file (.sln) or 'Project' file (.csproj). If it does, I open
the file to launch the project within Visual Studio.
If not, it is very likely that the project would have a
project/solution file of one of the other 2 or 3 available IDE's for
..NET -- SharpDevelop, Eclipse (has a plugin), and that's it.
However, with Java, since I am a newbie in the vast kingdom of Java, I
feel a bit lost when I download Java source code from the Web. For
instance, I just downladed apache's (ASF's) log4j. Most of the projects
in Java just have the .java and .class files. They do not have an IDE
file associated, for instance, a .ipr file for IntelliJ IDEA or
something. I can understand that it is so because there are many more
IDE's, most of them open source for Java, even if they're not that good
(EditPlus, IntelliJ (which is not open source) IDEA, NetBeans, Eclipse,
WSAD etc.).
My question is, when I get a folder of source Java code, with a
multi-level folder heirarchy within that, containing only .java files,
how do I open that in an IDE ensuring that the heirarchy of the files
and packages is maintained?
nincompoop.
With Microsoft's .NET platform, there are only a handful of IDE's, most
proprietary, with Microsoft Visual Studio .NET 200x dominating the
market. As a result, if I download a C# project/source code from the
Web, I am almost sure it would have a Microsoft Visual Studio .NET
'Solution' file (.sln) or 'Project' file (.csproj). If it does, I open
the file to launch the project within Visual Studio.
If not, it is very likely that the project would have a
project/solution file of one of the other 2 or 3 available IDE's for
..NET -- SharpDevelop, Eclipse (has a plugin), and that's it.
However, with Java, since I am a newbie in the vast kingdom of Java, I
feel a bit lost when I download Java source code from the Web. For
instance, I just downladed apache's (ASF's) log4j. Most of the projects
in Java just have the .java and .class files. They do not have an IDE
file associated, for instance, a .ipr file for IntelliJ IDEA or
something. I can understand that it is so because there are many more
IDE's, most of them open source for Java, even if they're not that good
(EditPlus, IntelliJ (which is not open source) IDEA, NetBeans, Eclipse,
WSAD etc.).
My question is, when I get a folder of source Java code, with a
multi-level folder heirarchy within that, containing only .java files,
how do I open that in an IDE ensuring that the heirarchy of the files
and packages is maintained?