Page 1 of 1

Application entry point

PostPosted: 18 May 2010, 06:21
by russplaysmagic
Hi,
I'm new to Forge, but I'm interested in getting more involved. I'm not a java pro, but I do know a little about it. Looking at the source code, I'm wondering: what is the application entry point? (i.e. Which method of which file is called first upon executing the jar?)

Thanks,
Russ

Re: Application entry point

PostPosted: 18 May 2010, 09:22
by silly freak
it's forge.Gui_NewGame

you can also find this by inspecting the jar file. unpack it (as a zip file) and look into META-INF/MANIFEST.MF

hello on the forums! ;)

Re: Application entry point

PostPosted: 18 May 2010, 17:23
by russplaysmagic
Cool thanks!