User Tools

Site Tools


ds:software:java11

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ds:software:java11 [2019/05/09 16:35]
rhaseitl [Javadoc error]
ds:software:java11 [2019/05/21 10:14] (current)
rhaseitl [weird look an asl when started via Windows/XWin]
Line 30: Line 30:
   - compile should now work on the command line and within NetBeans   - compile should now work on the command line and within NetBeans
   - if no LSA or device access is used: the program can now only be executed by the command line, not within NetBeans   - if no LSA or device access is used: the program can now only be executed by the command line, not within NetBeans
-  - **LSA or DeviceAcces:: TODO**+  - LSA or DeviceAcces: Seems to work out of the box when the new 13.0.0 parent is used.
  
  
Line 154: Line 154:
 </code> </code>
  
 +===== Launching from within NetBeans =====
 +To start a project directly from within NetBeans, you must edit the parameters in the project properties:
 +Actions - Run project - Set Properties (adapt to your project settings):
 +<code>
 +metafactory.service.name.resolvers=de.gsi.bel.ap.japc.ext.devacc.GSIServiceNameResolver
 +de.gsi.aco.sv.japc.useDefaultResolverFirst=false -classpath %classpath de.gsi.lo.bi.trafos.TrafoMainApp
 +exec.executable=java
 +</code>
 +
 +{{:ds:software:bildschirmfoto_2019-05-16_um_10.12.59.png|}}
 +
 +===== weird look an asl when started via Windows/XWin =====
 +The dti Joda program showd this weird behaviour:
 +  * when started via ssh -X, the GUI looked as intended
 +  * when started via XWin32/XDMCP on windows, the GUI was squeezed together (see screenshots)
 +
 +As a quick solution, the window has been made resizable in the code. Then it looks as intended on all platforms.
 +
 +not looking good:
 +{{:ds:software:2019-05-21_09-50-14_asl744.acc.gsi.de.png|}}
 +
 +looking good:
 +{{:ds:software:2019-05-21_09-48-20_asl744.acc.gsi.de.png|}}
ds/software/java11.1557412517.txt.gz · Last modified: 2019/05/09 16:35 by rhaseitl