2DWorlds Forums
Okay, this is interesting. - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Bug Reports (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=23)
+--- Thread: Okay, this is interesting. (/showthread.php?tid=9634)



Okay, this is interesting. - Qwertygiy - 07-11-2012

I've been trying to help Walrus figure out why Buildism isn't working for him. I decided to modify a very helpful Minecraft modder tool, minecrafterrortest.bat, to Buildism and see if it would work.

Well, it sort of did.

Here's the file to test for yourself:

http://www.mediafire.com/?m7bzyg0zx42n6ee

Here's the error log I get (actually running the editor works fine):

Code:
===Simple Buildism Error Test===

Starting Buildism...

Error: Main method not found in class net.buildism.MainApplet, please define the
main method as:
   public static void main(String[] args)

Finished session

I believe I messed up when tweaking the .bat file, didn't I?


RE: Okay, this is interesting. - Jacob__mybb_import1 - 07-11-2012

Applets don't have main methods, only the downloadable editor does.


RE: Okay, this is interesting. - Dignity - 07-11-2012

I could use this as a debugger.
Thanks, Qwertygiy!