Differences

This shows you the differences between two versions of the page.

Link to this comparison view

eclipse_start_parameters [2021/04/05 11:23]
127.0.0.1 external edit
eclipse_start_parameters [2021/04/05 13:51] (current)
mihael [Where are Java options stored in RPGNG?]
Line 76: Line 76:
 <note>If you want to enable debugging of jt400 just add the VM argument //-com.ibm.as400.access.Trace.category=ALL// to the launch parameters.</note> <note>If you want to enable debugging of jt400 just add the VM argument //-com.ibm.as400.access.Trace.category=ALL// to the launch parameters.</note>
  
-==== Where are Java options stored in RPGNG? ==== 
- 
-Java options like heap size are stored in ''/rpgng/rpgng.ini'' 
- 
-As shipped (0.5.5) there is no section in place for JVM arguments, but adding one is simple.  Open rpgng.ini in a text editor, and add a section at the bottom like this: 
-<code> 
-  -vm 
-  -vmargs 
-</code> 
-Then, add the Java Virtual Machine options you need.  I have a quirk with my network at work, and cannot use the help system because my PC will not resolve <html>http://127.0.0.1</html> It will, however, resolve <html>http://localhost</html> Some of the JVM settings RPGNG inherits from Eclipse are the Eclipse Help System settings for the server name and port.  I specified them like this: 
-<code> 
-  -Dserver_port=50557  
-  -Dserver_host=localhost 
-</code> 
  
  
 {{tag>eclipse}} {{tag>eclipse}}