Changeset 14 in tmcsimulator for trunk/src/tmcsim


Ignore:
Timestamp:
04/22/2016 05:27:23 AM (10 years ago)
Author:
jdalbey
Message:

Change config settings for paramics communicator logging to localhost for easier dev testing. Removed setproperty from Sim Mgr, so now you must provide it as JVM argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/simulationmanager/SimulationManager.java

    r6 r14  
    195195    static public void main(String[] args) 
    196196    { 
    197         System.setProperty("SIM_MGR_PROPERTIES", "config/sim_manager_config.properties"); 
     197        //System.setProperty("SIM_MGR_PROPERTIES", "config/sim_manager_config.properties"); 
    198198        //System.setProperty("swing.defaultlaf", "com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel"); 
    199199 
Note: See TracChangeset for help on using the changeset viewer.