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

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -