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 -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -