Okay, so I was making a Minecraft server plugin using the Java Coding program Eclipse, when I was watching a YouTube tutorial by insanj. I followed all the steps, until I reached the point where you had to create a new .CLASS file. After that, I tried creating one, and it said to select a Source Folder. I clicked browse-and appearently, nothing was there. I went to create a Source Folder, nothing was there EITHER. It seems I cannot finish my plugin until someome helps me!
3
You want a new Java class, not a class file. Class files are post-compiled versions of java files.
If the explorer was completely empty, are you sure you've created a new project?
Can anyone help me?
