| java.lang.Object org.netbeans.modules.apisupport.jnlplauncher.Main
Main | public class Main extends Object (Code) | | The JNLP entry point. Does not do much, in future it can do more
of JNLP related stuff.
author: Jaroslav Tulach |
Method Summary | |
final static void | fixNetBeansUser() Fixes value of netbeans.user property. | final static void | fixPolicy() Attempt to give the rest of NetBeans all the
permissions. | public static void | main(String args) |
fixNetBeansUser | final static void fixNetBeansUser()(Code) | | Fixes value of netbeans.user property.
|
fixPolicy | final static void fixPolicy()(Code) | | Attempt to give the rest of NetBeans all the
permissions. The jars besides the one containing this class
don't have to be signed with this.
|
main | public static void main(String args) throws Exception(Code) | | Starts NetBeans
Parameters: args - the command line arguments throws: Exception - for lots of reasons |
|
|