1
Convert Java to class with imports
Hello all.
I have a problem. We started a Bukkit Plugin Generator (Like MCreator). Everythings is working fine at compiling execpt the imports. Example:http://www.directupload.net/file/d/3712/69kng6xv_png.htm.
Code:
Please help me what I did wrong.
I have a problem. We started a Bukkit Plugin Generator (Like MCreator). Everythings is working fine at compiling execpt the imports. Example:http://www.directupload.net/file/d/3712/69kng6xv_png.htm.
Code:
Click to reveal
javac -classpath C:/Users/Paul/Desktop/java/Plugin/Eigene/testserver1.7.9/craftbukkit.jar *.java
Please help me what I did wrong.
6
[deleted]
#facepalm Thank you. Found the Error. So bad ): forgot that or.bukkit.*; does not work ):
We'll need to see your code to fix it.
bump
[deleted]
Then comes a noSourceFile Error.
