java - Is it possible to customize JVM architecture for changing main() method name? -


can change name of main() method using customization of java virtual machine architecture?

no not possible configuration. method name , signature defined @ language level. see this section java language specification:

the method main must declared public, static, , void. must specify formal parameter (§8.4.1) declared type array of string.


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

rewrite asp to php based on asp query -

visual studio 2010 - Error on RDLC Expression -