For example, you might want to add additional commandline arguments for starting up AIMMS:
IConfig cfg = AIMMS.createDefaultConfig(); cfg.setAimmsCommandLine("--user john:mypasswd"); ISession session = AIMMS.createSession( "tcp://localhost:5432/aimms-3.11", "myproject.prj", cfg);