1. Java Plug-in 1.6.0_22
  2. Verwendung der JRE-Version 1.6.0_22-b04 Java HotSpot(TM) 64-Bit Server VM
  3. Home-Verzeichnis des Benutzers = /home/martin
  4.  
  5. ----------------------------------------------------
  6. c: Konsole löschen
  7. f: Objekte in Finalisierungswarteschlange finalisieren
  8. g: Speicherbereinigung
  9. h: Diese Hilfemeldung anzeigen
  10. l: ClassLoader-Liste ausgeben
  11. m: Speicherbelegung anzeigen
  12. o: Protokollierung auslösen
  13. q: Konsole ausblenden
  14. r: Richtlinien-Konfiguration neu laden
  15. s: System- und Bereitstellungseigenschaften ausgeben
  16. t: Threadliste ausgeben
  17. v: Thread-Stack ausgeben
  18. x: ClassLoader-Cache löschen
  19. 0-5: Trace-Stufe auf <n> setzen
  20. ----------------------------------------------------
  21.  
  22. security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
  23. security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws
  24. security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws
  25. security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy
  26. security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy
  27. security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
  28. security: property package.definition value null
  29. security: property package.definition new value com.sun.javaws
  30. security: property package.definition value com.sun.javaws
  31. security: property package.definition new value com.sun.javaws,com.sun.deploy
  32. security: property package.definition value com.sun.javaws,com.sun.deploy
  33. security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp
  34. security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
  35. security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
  36. security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp
  37. security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
  38. network: Created version ID: 1.6.0.22
  39. network: Created version ID: 1.6
  40. network: Created version ID: 1.6.0.22
  41. network: Created version ID: 1.6
  42. network: Created version ID: 1.6.0.22
  43. network: Created version ID: 1.6
  44. network: Created version ID: 1.6.0.22
  45. network: Created version ID: 1.6
  46. network: Cache-Eintrag gefunden [url: http://localhost/applet-benchmark.jnlp, Version: null] prevalidated=false/0
  47. temp: new XMLParser with source:
  48. temp: <?xml version="1.0" encoding="utf-8"?>
  49. <jnlp href="applet-benchmark.jnlp" codebase=".">
  50. <information>
  51. <title>WebGL-Benchmark</title>
  52. <vendor>Martin Breuer</vendor>
  53. <homepage href="http://localhost/"/>
  54. <description>Native reference implementation</description>
  55. <description kind="short">Reference implementation of the WebGL Benchmark</description>
  56. <offline-allowed/>
  57. </information>
  58.  
  59. <resources>
  60. <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
  61. <property name="sun.java2d.noddraw" value="true"/>
  62. <jar href="http://localhost/benchmark.jar" main="true"/>
  63. <extension name="newt-all-awt" href="http://jogamp.org/deployment/webstart/newt-all-awt.jnlp" />
  64. </resources>
  65.  
  66. <applet-desc
  67. name="WebGL-Benchmark"
  68. main-class="de.beuthhochschule.bachelor.martin.Benchmark"
  69. width="660"
  70. height="500">
  71. </applet-desc>
  72. </jnlp>
  73. temp:
  74.  
  75. returning ROOT as follows:
  76.  
  77. <jnlp href="applet-benchmark.jnlp" codebase=".">
  78. <information>
  79. <title>WebGL-Benchmark</title>
  80. <vendor>Martin Breuer</vendor>
  81. <homepage href="http://localhost/"/>
  82. <description>Native reference implementation</description>
  83. <description kind="short">Reference implementation of the WebGL Benchmark</description>
  84. <offline-allowed/>
  85. </information>
  86. <resources>
  87. <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
  88. <property name="sun.java2d.noddraw" value="true"/>
  89. <jar href="http://localhost/benchmark.jar" main="true"/>
  90. <extension name="newt-all-awt" href="http://jogamp.org/deployment/webstart/newt-all-awt.jnlp"/>
  91. </resources>
  92. <applet-desc name="WebGL-Benchmark" main-class="de.beuthhochschule.bachelor.martin.Benchmark" width="660" height="500"/>
  93. </jnlp>
  94. temp: returning LaunchDesc from XMLFormat.parse():
  95.  
  96. <jnlp spec="1.0+" codebase="http://localhost/" href="http://localhost/applet-benchmark.jnlp">
  97. <information>
  98. <title>WebGL-Benchmark</title>
  99. <vendor>Martin Breuer</vendor>
  100. <homepage href="http://localhost/"/>
  101. <description>Native reference implementation</description>
  102. <description kind="short">Reference implementation of the WebGL Benchmark</description>
  103. <offline-allowed/>
  104. </information>
  105. <update check="timeout" policy="always"/>
  106. <resources>
  107. <java href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
  108. <property name="sun.java2d.noddraw" value="true"/>
  109. <jar href="http://localhost/benchmark.jar" download="eager" main="true"/>
  110. <extension href="http://jogamp.org/deployment/webstart/newt-all-awt.jnlp" name="newt-all-awt"/>
  111. </resources>
  112. <applet-desc name="WebGL-Benchmark" main-class="de.beuthhochschule.bachelor.martin.Benchmark" documentbase="http://localhost/javatest.html" width="660" height="500"/>
  113. </jnlp>
  114. network: Verbindung von http://localhost/applet-benchmark.jnlp mit Proxy=DIRECT wird hergestellt
  115. network: Verbindung von http://localhost:80/ mit Proxy=DIRECT wird hergestellt
  116. network: ResponseCode für http://localhost/applet-benchmark.jnlp: 304
  117. network: Codierung für http://localhost/applet-benchmark.jnlp: null
  118. network: Verbindung mit http://localhost/applet-benchmark.jnlp trennen
  119. temp: new XMLParser with source:
  120. temp: <?xml version="1.0" encoding="utf-8"?>
  121. <jnlp href="applet-benchmark.jnlp" codebase=".">
  122. <information>
  123. <title>WebGL-Benchmark</title>
  124. <vendor>Martin Breuer</vendor>
  125. <homepage href="http://localhost/"/>
  126. <description>Native reference implementation</description>
  127. <description kind="short">Reference implementation of the WebGL Benchmark</description>
  128. <offline-allowed/>
  129. </information>
  130.  
  131. <resources>
  132. <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
  133. <property name="sun.java2d.noddraw" value="true"/>
  134. <jar href="http://localhost/benchmark.jar" main="true"/>
  135. <extension name="newt-all-awt" href="http://jogamp.org/deployment/webstart/newt-all-awt.jnlp" />
  136. </resources>
  137.  
  138. <applet-desc
  139. name="WebGL-Benchmark"
  140. main-class="de.beuthhochschule.bachelor.martin.Benchmark"
  141. width="660"
  142. height="500">
  143. </applet-desc>
  144. </jnlp>
  145. temp:
  146.  
  147. returning ROOT as follows:
  148.  
  149. <jnlp href="applet-benchmark.jnlp" codebase=".">
  150. <information>
  151. <title>WebGL-Benchmark</title>
  152. <vendor>Martin Breuer</vendor>
  153. <homepage href="http://localhost/"/>
  154. <description>Native reference implementation</description>
  155. <description kind="short">Reference implementation of the WebGL Benchmark</description>
  156. <offline-allowed/>
  157. </information>
  158. <resources>
  159. <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
  160. <property name="sun.java2d.noddraw" value="true"/>
  161. <jar href="http://localhost/benchmark.jar" main="true"/>
  162. <extension name="newt-all-awt" href="http://jogamp.org/deployment/webstart/newt-all-awt.jnlp"/>
  163. </resources>
  164. <applet-desc name="WebGL-Benchmark" main-class="de.beuthhochschule.bachelor.martin.Benchmark" width="660" height="500"/>
  165. </jnlp>
  166. temp: returning LaunchDesc from XMLFormat.parse():
  167.  
  168. <jnlp spec="1.0+" codebase="http://localhost/" href="http://localhost/applet-benchmark.jnlp">
  169. <information>
  170. <title>WebGL-Benchmark</title>
  171. <vendor>Martin Breuer</vendor>
  172. <homepage href="http://localhost/"/>
  173. <description>Native reference implementation</description>
  174. <description kind="short">Reference implementation of the WebGL Benchmark</description>
  175. <offline-allowed/>
  176. </information>
  177. <update check="timeout" policy="always"/>
  178. <resources>
  179. <java href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
  180. <property name="sun.java2d.noddraw" value="true"/>
  181. <jar href="http://localhost/benchmark.jar" download="eager" main="true"/>
  182. <extension href="http://jogamp.org/deployment/webstart/newt-all-awt.jnlp" name="newt-all-awt"/>
  183. </resources>
  184. <applet-desc name="WebGL-Benchmark" main-class="de.beuthhochschule.bachelor.martin.Benchmark" documentbase="http://localhost/javatest.html" width="660" height="500"/>
  185. </jnlp>
  186. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/newt-all-awt.jnlp, Version: null] prevalidated=true/0
  187. network: Verbindung von http://jogamp.org/deployment/webstart/newt-all-awt.jnlp mit Proxy=DIRECT wird hergestellt
  188. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  189. network: ResponseCode für http://jogamp.org/deployment/webstart/newt-all-awt.jnlp: 304
  190. network: Codierung für http://jogamp.org/deployment/webstart/newt-all-awt.jnlp: null
  191. network: Verbindung mit http://jogamp.org/deployment/webstart/newt-all-awt.jnlp trennen
  192. network: Downloaded extension: http://jogamp.org/deployment/webstart/newt-all-awt.jnlp
  193. codebase: http://jogamp.org/deployment/webstart/
  194. ld parentCodebase: http://localhost/
  195. file: /home/martin/.java/deployment/cache/6.0/15/3082824f-349ccab0
  196. temp: new XMLParser with source:
  197. temp: <?xml version="1.0" encoding="utf-8"?>
  198. <jnlp codebase="http://jogamp.org/deployment/webstart/"
  199. href="newt-all-awt.jnlp">
  200. <information>
  201. <title>NEWT - New Windowing Toolkit (ALL.AWT)</title>
  202. <vendor>JogAmp Community</vendor>
  203. <homepage href="http://jogamp.org/"/>
  204. <description>NEWT - A NativeWindow Interface implementation - ALL.AWT</description>
  205. <description kind="short">NEWT - A NativeWindow Interface implementation - ALL.AWT</description>
  206. <offline-allowed/>
  207. </information>
  208. <update check="background" policy="always"/>
  209. <security>
  210. <all-permissions/>
  211. </security>
  212. <resources>
  213. <jar href="newt.all.jar" main="true"/>
  214. <extension name="jogl-all-awt" href="http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp" />
  215. </resources>
  216.  
  217. <resources os="Windows" arch="x86">
  218. <nativelib href = "newt-natives-windows-i586.jar" />
  219. </resources>
  220. <resources os="Windows" arch="amd64">
  221. <nativelib href = "newt-natives-windows-amd64.jar" />
  222. </resources>
  223. <resources os="Windows" arch="x86_64">
  224. <nativelib href = "newt-natives-windows-amd64.jar" />
  225. </resources>
  226. <resources os="SunOS" arch="sparc">
  227. <nativelib href = "newt-natives-solaris-sparc.jar" />
  228. </resources>
  229. <resources os="SunOS" arch="sparcv9">
  230. <nativelib href = "newt-natives-solaris-sparcv9.jar" />
  231. </resources>
  232. <resources os="SunOS" arch="x86">
  233. <nativelib href = "newt-natives-solaris-i586.jar" />
  234. </resources>
  235. <resources os="SunOS" arch="amd64">
  236. <nativelib href = "newt-natives-solaris-amd64.jar" />
  237. </resources>
  238. <resources os="SunOS" arch="x86_64">
  239. <nativelib href = "newt-natives-solaris-amd64.jar" />
  240. </resources>
  241. <resources os="Linux" arch="i386">
  242. <nativelib href = "newt-natives-linux-i586.jar" />
  243. </resources>
  244. <resources os="Linux" arch="x86">
  245. <nativelib href = "newt-natives-linux-i586.jar" />
  246. </resources>
  247. <resources os="Linux" arch="amd64">
  248. <nativelib href = "newt-natives-linux-amd64.jar" />
  249. </resources>
  250. <resources os="Linux" arch="x86_64">
  251. <nativelib href = "newt-natives-linux-amd64.jar" />
  252. </resources>
  253. <resources os="Mac OS X" arch="i386">
  254. <nativelib href = "newt-natives-macosx-universal.jar" />
  255. </resources>
  256. <resources os="Mac OS X" arch="x86_64">
  257. <nativelib href = "newt-natives-macosx-universal.jar" />
  258. </resources>
  259.  
  260. <component-desc />
  261. </jnlp>
  262.  
  263. temp:
  264.  
  265. returning ROOT as follows:
  266.  
  267. <jnlp codebase="http://jogamp.org/deployment/webstart/" href="newt-all-awt.jnlp">
  268. <information>
  269. <title>NEWT - New Windowing Toolkit (ALL.AWT)</title>
  270. <vendor>JogAmp Community</vendor>
  271. <homepage href="http://jogamp.org/"/>
  272. <description>NEWT - A NativeWindow Interface implementation - ALL.AWT</description>
  273. <description kind="short">NEWT - A NativeWindow Interface implementation - ALL.AWT</description>
  274. <offline-allowed/>
  275. </information>
  276. <update check="background" policy="always"/>
  277. <security>
  278. <all-permissions/>
  279. </security>
  280. <resources>
  281. <jar href="newt.all.jar" main="true"/>
  282. <extension name="jogl-all-awt" href="http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp"/>
  283. </resources>
  284. <resources os="Windows" arch="x86">
  285. <nativelib href="newt-natives-windows-i586.jar"/>
  286. </resources>
  287. <resources os="Windows" arch="amd64">
  288. <nativelib href="newt-natives-windows-amd64.jar"/>
  289. </resources>
  290. <resources os="Windows" arch="x86_64">
  291. <nativelib href="newt-natives-windows-amd64.jar"/>
  292. </resources>
  293. <resources os="SunOS" arch="sparc">
  294. <nativelib href="newt-natives-solaris-sparc.jar"/>
  295. </resources>
  296. <resources os="SunOS" arch="sparcv9">
  297. <nativelib href="newt-natives-solaris-sparcv9.jar"/>
  298. </resources>
  299. <resources os="SunOS" arch="x86">
  300. <nativelib href="newt-natives-solaris-i586.jar"/>
  301. </resources>
  302. <resources os="SunOS" arch="amd64">
  303. <nativelib href="newt-natives-solaris-amd64.jar"/>
  304. </resources>
  305. <resources os="SunOS" arch="x86_64">
  306. <nativelib href="newt-natives-solaris-amd64.jar"/>
  307. </resources>
  308. <resources os="Linux" arch="i386">
  309. <nativelib href="newt-natives-linux-i586.jar"/>
  310. </resources>
  311. <resources os="Linux" arch="x86">
  312. <nativelib href="newt-natives-linux-i586.jar"/>
  313. </resources>
  314. <resources os="Linux" arch="amd64">
  315. <nativelib href="newt-natives-linux-amd64.jar"/>
  316. </resources>
  317. <resources os="Linux" arch="x86_64">
  318. <nativelib href="newt-natives-linux-amd64.jar"/>
  319. </resources>
  320. <resources os="Mac OS X" arch="i386">
  321. <nativelib href="newt-natives-macosx-universal.jar"/>
  322. </resources>
  323. <resources os="Mac OS X" arch="x86_64">
  324. <nativelib href="newt-natives-macosx-universal.jar"/>
  325. </resources>
  326. <component-desc/>
  327. </jnlp>jnlp
  328. temp: returning LaunchDesc from XMLFormat.parse():
  329.  
  330. <jnlp spec="1.0+" codebase="http://jogamp.org/deployment/webstart/" href="http://jogamp.org/deployment/webstart/newt-all-awt.jnlp">
  331. <information>
  332. <title>NEWT - New Windowing Toolkit (ALL.AWT)</title>
  333. <vendor>JogAmp Community</vendor>
  334. <homepage href="http://jogamp.org/"/>
  335. <description>NEWT - A NativeWindow Interface implementation - ALL.AWT</description>
  336. <description kind="short">NEWT - A NativeWindow Interface implementation - ALL.AWT</description>
  337. <offline-allowed/>
  338. </information>
  339. <security>
  340. <all-permissions/>
  341. </security>
  342. <update check="background" policy="always"/>
  343. <resources>
  344. <jar href="http://jogamp.org/deployment/webstart/newt.all.jar" download="eager" main="true"/>
  345. <extension href="http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp" name="jogl-all-awt"/>
  346. <nativelib href="http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar" download="eager" main="false"/>
  347. </resources>
  348. <component-desc/>
  349. </jnlp>
  350. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp, Version: null] prevalidated=true/0
  351. network: Verbindung von http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp mit Proxy=DIRECT wird hergestellt
  352. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  353. network: ResponseCode für http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp: 304
  354. network: Codierung für http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp: null
  355. network: Verbindung mit http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp trennen
  356. network: Downloaded extension: http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp
  357. codebase: http://jogamp.org/deployment/webstart/
  358. ld parentCodebase: http://jogamp.org/deployment/webstart/
  359. file: /home/martin/.java/deployment/cache/6.0/49/29e8db1-516abbec
  360. temp: new XMLParser with source:
  361. temp: <?xml version="1.0" encoding="utf-8"?>
  362. <jnlp codebase="http://jogamp.org/deployment/webstart/"
  363. href="jogl-all-awt.jnlp">
  364. <information>
  365. <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title>
  366. <vendor>JogAmp Community</vendor>
  367. <homepage href="http://jogamp.org/"/>
  368. <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - ALL.AWT</description>
  369. <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description>
  370. <offline-allowed/>
  371. </information>
  372. <update check="background" policy="always"/>
  373. <security>
  374. <all-permissions/>
  375. </security>
  376. <resources>
  377. <jar href="jogl.all.jar" />
  378.  
  379. <extension name="gluegen-rt" href="http://jogamp.org/deployment/webstart/gluegen-rt.jnlp" />
  380. <extension name="nativewindow-all-awt" href="http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp" />
  381. </resources>
  382.  
  383. <resources os="Windows" arch="x86">
  384. <nativelib href = "jogl-natives-windows-i586.jar" />
  385. </resources>
  386. <resources os="Windows" arch="amd64">
  387. <nativelib href = "jogl-natives-windows-amd64.jar" />
  388. </resources>
  389. <resources os="Windows" arch="x86_64">
  390. <nativelib href = "jogl-natives-windows-amd64.jar" />
  391. </resources>
  392. <resources os="SunOS" arch="sparc">
  393. <nativelib href = "jogl-natives-solaris-sparc.jar" />
  394. </resources>
  395. <resources os="SunOS" arch="sparcv9">
  396. <nativelib href = "jogl-natives-solaris-sparcv9.jar" />
  397. </resources>
  398. <resources os="SunOS" arch="x86">
  399. <nativelib href = "jogl-natives-solaris-i586.jar" />
  400. </resources>
  401. <resources os="SunOS" arch="amd64">
  402. <nativelib href = "jogl-natives-solaris-amd64.jar" />
  403. </resources>
  404. <resources os="SunOS" arch="x86_64">
  405. <nativelib href = "jogl-natives-solaris-amd64.jar" />
  406. </resources>
  407. <resources os="Linux" arch="i386">
  408. <nativelib href = "jogl-natives-linux-i586.jar" />
  409. </resources>
  410. <resources os="Linux" arch="x86">
  411. <nativelib href = "jogl-natives-linux-i586.jar" />
  412. </resources>
  413. <resources os="Linux" arch="amd64">
  414. <nativelib href = "jogl-natives-linux-amd64.jar" />
  415. </resources>
  416. <resources os="Linux" arch="x86_64">
  417. <nativelib href = "jogl-natives-linux-amd64.jar" />
  418. </resources>
  419. <resources os="Mac OS X" arch="i386">
  420. <nativelib href = "jogl-natives-macosx-universal.jar" />
  421. </resources>
  422. <resources os="Mac OS X" arch="x86_64">
  423. <nativelib href = "jogl-natives-macosx-universal.jar" />
  424. </resources>
  425.  
  426. <component-desc />
  427. </jnlp>
  428.  
  429. temp:
  430.  
  431. returning ROOT as follows:
  432.  
  433. <jnlp codebase="http://jogamp.org/deployment/webstart/" href="jogl-all-awt.jnlp">
  434. <information>
  435. <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title>
  436. <vendor>JogAmp Community</vendor>
  437. <homepage href="http://jogamp.org/"/>
  438. <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - ALL.AWT</description>
  439. <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description>
  440. <offline-allowed/>
  441. </information>
  442. <update check="background" policy="always"/>
  443. <security>
  444. <all-permissions/>
  445. </security>
  446. <resources>
  447. <jar href="jogl.all.jar"/>
  448. <extension name="gluegen-rt" href="http://jogamp.org/deployment/webstart/gluegen-rt.jnlp"/>
  449. <extension name="nativewindow-all-awt" href="http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp"/>
  450. </resources>
  451. <resources os="Windows" arch="x86">
  452. <nativelib href="jogl-natives-windows-i586.jar"/>
  453. </resources>
  454. <resources os="Windows" arch="amd64">
  455. <nativelib href="jogl-natives-windows-amd64.jar"/>
  456. </resources>
  457. <resources os="Windows" arch="x86_64">
  458. <nativelib href="jogl-natives-windows-amd64.jar"/>
  459. </resources>
  460. <resources os="SunOS" arch="sparc">
  461. <nativelib href="jogl-natives-solaris-sparc.jar"/>
  462. </resources>
  463. <resources os="SunOS" arch="sparcv9">
  464. <nativelib href="jogl-natives-solaris-sparcv9.jar"/>
  465. </resources>
  466. <resources os="SunOS" arch="x86">
  467. <nativelib href="jogl-natives-solaris-i586.jar"/>
  468. </resources>
  469. <resources os="SunOS" arch="amd64">
  470. <nativelib href="jogl-natives-solaris-amd64.jar"/>
  471. </resources>
  472. <resources os="SunOS" arch="x86_64">
  473. <nativelib href="jogl-natives-solaris-amd64.jar"/>
  474. </resources>
  475. <resources os="Linux" arch="i386">
  476. <nativelib href="jogl-natives-linux-i586.jar"/>
  477. </resources>
  478. <resources os="Linux" arch="x86">
  479. <nativelib href="jogl-natives-linux-i586.jar"/>
  480. </resources>
  481. <resources os="Linux" arch="amd64">
  482. <nativelib href="jogl-natives-linux-amd64.jar"/>
  483. </resources>
  484. <resources os="Linux" arch="x86_64">
  485. <nativelib href="jogl-natives-linux-amd64.jar"/>
  486. </resources>
  487. <resources os="Mac OS X" arch="i386">
  488. <nativelib href="jogl-natives-macosx-universal.jar"/>
  489. </resources>
  490. <resources os="Mac OS X" arch="x86_64">
  491. <nativelib href="jogl-natives-macosx-universal.jar"/>
  492. </resources>
  493. <component-desc/>
  494. </jnlp>jnlp
  495. temp: returning LaunchDesc from XMLFormat.parse():
  496.  
  497. <jnlp spec="1.0+" codebase="http://jogamp.org/deployment/webstart/" href="http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp">
  498. <information>
  499. <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title>
  500. <vendor>JogAmp Community</vendor>
  501. <homepage href="http://jogamp.org/"/>
  502. <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - ALL.AWT</description>
  503. <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description>
  504. <offline-allowed/>
  505. </information>
  506. <security>
  507. <all-permissions/>
  508. </security>
  509. <update check="background" policy="always"/>
  510. <resources>
  511. <jar href="http://jogamp.org/deployment/webstart/jogl.all.jar" download="eager" main="false"/>
  512. <extension href="http://jogamp.org/deployment/webstart/gluegen-rt.jnlp" name="gluegen-rt"/>
  513. <extension href="http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp" name="nativewindow-all-awt"/>
  514. <nativelib href="http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar" download="eager" main="false"/>
  515. </resources>
  516. <component-desc/>
  517. </jnlp>
  518. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/gluegen-rt.jnlp, Version: null] prevalidated=true/0
  519. network: Verbindung von http://jogamp.org/deployment/webstart/gluegen-rt.jnlp mit Proxy=DIRECT wird hergestellt
  520. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  521. network: ResponseCode für http://jogamp.org/deployment/webstart/gluegen-rt.jnlp: 304
  522. network: Codierung für http://jogamp.org/deployment/webstart/gluegen-rt.jnlp: null
  523. network: Verbindung mit http://jogamp.org/deployment/webstart/gluegen-rt.jnlp trennen
  524. network: Downloaded extension: http://jogamp.org/deployment/webstart/gluegen-rt.jnlp
  525. codebase: http://jogamp.org/deployment/webstart/
  526. ld parentCodebase: http://jogamp.org/deployment/webstart/
  527. file: /home/martin/.java/deployment/cache/6.0/44/60a360ac-5333054f
  528. temp: new XMLParser with source:
  529. temp: <?xml version="1.0" encoding="utf-8"?>
  530. <jnlp codebase="http://jogamp.org/deployment/webstart"
  531. href="gluegen-rt.jnlp">
  532. <information>
  533. <title>GlueGen Runtime v2</title>
  534. <vendor>JogAmp Community</vendor>
  535. <homepage href="http://jogamp.org/"/>
  536. <description>GlueGen Runtime Library</description>
  537. <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
  538. <offline-allowed/>
  539. </information>
  540. <update check="background" policy="always"/>
  541. <security>
  542. <all-permissions/>
  543. </security>
  544. <resources>
  545. <jar href="gluegen-rt.jar" />
  546. </resources>
  547.  
  548. <resources os="Windows" arch="x86">
  549. <nativelib href = "gluegen-rt-natives-windows-i586.jar" />
  550. </resources>
  551. <resources os="Windows" arch="amd64">
  552. <nativelib href = "gluegen-rt-natives-windows-amd64.jar" />
  553. </resources>
  554. <resources os="Windows" arch="x86_64">
  555. <nativelib href = "gluegen-rt-natives-windows-amd64.jar" />
  556. </resources>
  557. <resources os="SunOS" arch="sparc">
  558. <nativelib href = "gluegen-rt-natives-solaris-sparc.jar" />
  559. </resources>
  560. <resources os="SunOS" arch="sparcv9">
  561. <nativelib href = "gluegen-rt-natives-solaris-sparcv9.jar" />
  562. </resources>
  563. <resources os="SunOS" arch="x86">
  564. <nativelib href = "gluegen-rt-natives-solaris-i586.jar" />
  565. </resources>
  566. <resources os="SunOS" arch="amd64">
  567. <nativelib href = "gluegen-rt-natives-solaris-amd64.jar" />
  568. </resources>
  569. <resources os="SunOS" arch="x86_64">
  570. <nativelib href = "gluegen-rt-natives-solaris-amd64.jar" />
  571. </resources>
  572. <resources os="Linux" arch="i386">
  573. <nativelib href = "gluegen-rt-natives-linux-i586.jar" />
  574. </resources>
  575. <resources os="Linux" arch="x86">
  576. <nativelib href = "gluegen-rt-natives-linux-i586.jar" />
  577. </resources>
  578. <resources os="Linux" arch="amd64">
  579. <nativelib href = "gluegen-rt-natives-linux-amd64.jar" />
  580. </resources>
  581. <resources os="Linux" arch="x86_64">
  582. <nativelib href = "gluegen-rt-natives-linux-amd64.jar" />
  583. </resources>
  584. <resources os="Mac OS X" arch="i386">
  585. <nativelib href = "gluegen-rt-natives-macosx-universal.jar" />
  586. </resources>
  587. <resources os="Mac OS X" arch="x86_64">
  588. <nativelib href = "gluegen-rt-natives-macosx-universal.jar" />
  589. </resources>
  590.  
  591. <component-desc />
  592. </jnlp>
  593.  
  594. temp:
  595.  
  596. returning ROOT as follows:
  597.  
  598. <jnlp codebase="http://jogamp.org/deployment/webstart" href="gluegen-rt.jnlp">
  599. <information>
  600. <title>GlueGen Runtime v2</title>
  601. <vendor>JogAmp Community</vendor>
  602. <homepage href="http://jogamp.org/"/>
  603. <description>GlueGen Runtime Library</description>
  604. <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
  605. <offline-allowed/>
  606. </information>
  607. <update check="background" policy="always"/>
  608. <security>
  609. <all-permissions/>
  610. </security>
  611. <resources>
  612. <jar href="gluegen-rt.jar"/>
  613. </resources>
  614. <resources os="Windows" arch="x86">
  615. <nativelib href="gluegen-rt-natives-windows-i586.jar"/>
  616. </resources>
  617. <resources os="Windows" arch="amd64">
  618. <nativelib href="gluegen-rt-natives-windows-amd64.jar"/>
  619. </resources>
  620. <resources os="Windows" arch="x86_64">
  621. <nativelib href="gluegen-rt-natives-windows-amd64.jar"/>
  622. </resources>
  623. <resources os="SunOS" arch="sparc">
  624. <nativelib href="gluegen-rt-natives-solaris-sparc.jar"/>
  625. </resources>
  626. <resources os="SunOS" arch="sparcv9">
  627. <nativelib href="gluegen-rt-natives-solaris-sparcv9.jar"/>
  628. </resources>
  629. <resources os="SunOS" arch="x86">
  630. <nativelib href="gluegen-rt-natives-solaris-i586.jar"/>
  631. </resources>
  632. <resources os="SunOS" arch="amd64">
  633. <nativelib href="gluegen-rt-natives-solaris-amd64.jar"/>
  634. </resources>
  635. <resources os="SunOS" arch="x86_64">
  636. <nativelib href="gluegen-rt-natives-solaris-amd64.jar"/>
  637. </resources>
  638. <resources os="Linux" arch="i386">
  639. <nativelib href="gluegen-rt-natives-linux-i586.jar"/>
  640. </resources>
  641. <resources os="Linux" arch="x86">
  642. <nativelib href="gluegen-rt-natives-linux-i586.jar"/>
  643. </resources>
  644. <resources os="Linux" arch="amd64">
  645. <nativelib href="gluegen-rt-natives-linux-amd64.jar"/>
  646. </resources>
  647. <resources os="Linux" arch="x86_64">
  648. <nativelib href="gluegen-rt-natives-linux-amd64.jar"/>
  649. </resources>
  650. <resources os="Mac OS X" arch="i386">
  651. <nativelib href="gluegen-rt-natives-macosx-universal.jar"/>
  652. </resources>
  653. <resources os="Mac OS X" arch="x86_64">
  654. <nativelib href="gluegen-rt-natives-macosx-universal.jar"/>
  655. </resources>
  656. <component-desc/>
  657. </jnlp>jnlp
  658. temp: returning LaunchDesc from XMLFormat.parse():
  659.  
  660. <jnlp spec="1.0+" codebase="http://jogamp.org/deployment/webstart/" href="http://jogamp.org/deployment/webstart/gluegen-rt.jnlp">
  661. <information>
  662. <title>GlueGen Runtime v2</title>
  663. <vendor>JogAmp Community</vendor>
  664. <homepage href="http://jogamp.org/"/>
  665. <description>GlueGen Runtime Library</description>
  666. <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
  667. <offline-allowed/>
  668. </information>
  669. <security>
  670. <all-permissions/>
  671. </security>
  672. <update check="background" policy="always"/>
  673. <resources>
  674. <jar href="http://jogamp.org/deployment/webstart/gluegen-rt.jar" download="eager" main="false"/>
  675. <nativelib href="http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar" download="eager" main="false"/>
  676. </resources>
  677. <component-desc/>
  678. </jnlp>
  679. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp, Version: null] prevalidated=true/0
  680. network: Verbindung von http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp mit Proxy=DIRECT wird hergestellt
  681. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  682. network: ResponseCode für http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp: 304
  683. network: Codierung für http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp: null
  684. network: Verbindung mit http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp trennen
  685. network: Downloaded extension: http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp
  686. codebase: http://jogamp.org/deployment/webstart/
  687. ld parentCodebase: http://jogamp.org/deployment/webstart/
  688. file: /home/martin/.java/deployment/cache/6.0/38/43390966-40c7cc4e
  689. temp: new XMLParser with source:
  690. temp: <?xml version="1.0" encoding="utf-8"?>
  691. <jnlp codebase="http://jogamp.org/deployment/webstart/"
  692. href="nativewindow-all-awt.jnlp">
  693. <information>
  694. <title>Java(tm) NativeWindow Interface API (ALL.AWT)</title>
  695. <vendor>JogAmp Community</vendor>
  696. <homepage href="http://nativewindow.dev.java.net/"/>
  697. <description>Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description>
  698. <description kind="short">Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description>
  699. <offline-allowed/>
  700. </information>
  701. <update check="background" policy="always"/>
  702. <security>
  703. <all-permissions/>
  704. </security>
  705. <resources>
  706. <jar href="nativewindow.all.jar" main="true" />
  707. <extension name="gluegen-rt" href="http://jogamp.org/deployment/webstart/gluegen-rt.jnlp" />
  708. </resources>
  709.  
  710. <resources os="Windows" arch="x86">
  711. <nativelib href = "nativewindow-natives-windows-i586.jar" />
  712. </resources>
  713. <resources os="Windows" arch="amd64">
  714. <nativelib href = "nativewindow-natives-windows-amd64.jar" />
  715. </resources>
  716. <resources os="Windows" arch="x86_64">
  717. <nativelib href = "nativewindow-natives-windows-amd64.jar" />
  718. </resources>
  719. <resources os="SunOS" arch="sparc">
  720. <nativelib href = "nativewindow-natives-solaris-sparc.jar" />
  721. </resources>
  722. <resources os="SunOS" arch="sparcv9">
  723. <nativelib href = "nativewindow-natives-solaris-sparcv9.jar" />
  724. </resources>
  725. <resources os="SunOS" arch="x86">
  726. <nativelib href = "nativewindow-natives-solaris-i586.jar" />
  727. </resources>
  728. <resources os="SunOS" arch="amd64">
  729. <nativelib href = "nativewindow-natives-solaris-amd64.jar" />
  730. </resources>
  731. <resources os="SunOS" arch="x86_64">
  732. <nativelib href = "nativewindow-natives-solaris-amd64.jar" />
  733. </resources>
  734. <resources os="Linux" arch="i386">
  735. <nativelib href = "nativewindow-natives-linux-i586.jar" />
  736. </resources>
  737. <resources os="Linux" arch="x86">
  738. <nativelib href = "nativewindow-natives-linux-i586.jar" />
  739. </resources>
  740. <resources os="Linux" arch="amd64">
  741. <nativelib href = "nativewindow-natives-linux-amd64.jar" />
  742. </resources>
  743. <resources os="Linux" arch="x86_64">
  744. <nativelib href = "nativewindow-natives-linux-amd64.jar" />
  745. </resources>
  746. <resources os="Mac OS X" arch="i386">
  747. <nativelib href = "nativewindow-natives-macosx-universal.jar" />
  748. </resources>
  749. <resources os="Mac OS X" arch="x86_64">
  750. <nativelib href = "nativewindow-natives-macosx-universal.jar" />
  751. </resources>
  752.  
  753. <component-desc />
  754. </jnlp>
  755.  
  756. temp:
  757.  
  758. returning ROOT as follows:
  759.  
  760. <jnlp codebase="http://jogamp.org/deployment/webstart/" href="nativewindow-all-awt.jnlp">
  761. <information>
  762. <title>Java(tm) NativeWindow Interface API (ALL.AWT)</title>
  763. <vendor>JogAmp Community</vendor>
  764. <homepage href="http://nativewindow.dev.java.net/"/>
  765. <description>Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description>
  766. <description kind="short">Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description>
  767. <offline-allowed/>
  768. </information>
  769. <update check="background" policy="always"/>
  770. <security>
  771. <all-permissions/>
  772. </security>
  773. <resources>
  774. <jar href="nativewindow.all.jar" main="true"/>
  775. <extension name="gluegen-rt" href="http://jogamp.org/deployment/webstart/gluegen-rt.jnlp"/>
  776. </resources>
  777. <resources os="Windows" arch="x86">
  778. <nativelib href="nativewindow-natives-windows-i586.jar"/>
  779. </resources>
  780. <resources os="Windows" arch="amd64">
  781. <nativelib href="nativewindow-natives-windows-amd64.jar"/>
  782. </resources>
  783. <resources os="Windows" arch="x86_64">
  784. <nativelib href="nativewindow-natives-windows-amd64.jar"/>
  785. </resources>
  786. <resources os="SunOS" arch="sparc">
  787. <nativelib href="nativewindow-natives-solaris-sparc.jar"/>
  788. </resources>
  789. <resources os="SunOS" arch="sparcv9">
  790. <nativelib href="nativewindow-natives-solaris-sparcv9.jar"/>
  791. </resources>
  792. <resources os="SunOS" arch="x86">
  793. <nativelib href="nativewindow-natives-solaris-i586.jar"/>
  794. </resources>
  795. <resources os="SunOS" arch="amd64">
  796. <nativelib href="nativewindow-natives-solaris-amd64.jar"/>
  797. </resources>
  798. <resources os="SunOS" arch="x86_64">
  799. <nativelib href="nativewindow-natives-solaris-amd64.jar"/>
  800. </resources>
  801. <resources os="Linux" arch="i386">
  802. <nativelib href="nativewindow-natives-linux-i586.jar"/>
  803. </resources>
  804. <resources os="Linux" arch="x86">
  805. <nativelib href="nativewindow-natives-linux-i586.jar"/>
  806. </resources>
  807. <resources os="Linux" arch="amd64">
  808. <nativelib href="nativewindow-natives-linux-amd64.jar"/>
  809. </resources>
  810. <resources os="Linux" arch="x86_64">
  811. <nativelib href="nativewindow-natives-linux-amd64.jar"/>
  812. </resources>
  813. <resources os="Mac OS X" arch="i386">
  814. <nativelib href="nativewindow-natives-macosx-universal.jar"/>
  815. </resources>
  816. <resources os="Mac OS X" arch="x86_64">
  817. <nativelib href="nativewindow-natives-macosx-universal.jar"/>
  818. </resources>
  819. <component-desc/>
  820. </jnlp>jnlp
  821. temp: returning LaunchDesc from XMLFormat.parse():
  822.  
  823. <jnlp spec="1.0+" codebase="http://jogamp.org/deployment/webstart/" href="http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp">
  824. <information>
  825. <title>Java(tm) NativeWindow Interface API (ALL.AWT)</title>
  826. <vendor>JogAmp Community</vendor>
  827. <homepage href="http://nativewindow.dev.java.net/"/>
  828. <description>Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description>
  829. <description kind="short">Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description>
  830. <offline-allowed/>
  831. </information>
  832. <security>
  833. <all-permissions/>
  834. </security>
  835. <update check="background" policy="always"/>
  836. <resources>
  837. <jar href="http://jogamp.org/deployment/webstart/nativewindow.all.jar" download="eager" main="true"/>
  838. <extension href="http://jogamp.org/deployment/webstart/gluegen-rt.jnlp" name="gluegen-rt"/>
  839. <nativelib href="http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar" download="eager" main="false"/>
  840. </resources>
  841. <component-desc/>
  842. </jnlp>
  843. network: Downloaded extension: http://jogamp.org/deployment/webstart/gluegen-rt.jnlp
  844. codebase: http://jogamp.org/deployment/webstart/
  845. ld parentCodebase: http://jogamp.org/deployment/webstart/
  846. file: /home/martin/.java/deployment/cache/6.0/44/60a360ac-5333054f
  847. temp: new XMLParser with source:
  848. temp: <?xml version="1.0" encoding="utf-8"?>
  849. <jnlp codebase="http://jogamp.org/deployment/webstart"
  850. href="gluegen-rt.jnlp">
  851. <information>
  852. <title>GlueGen Runtime v2</title>
  853. <vendor>JogAmp Community</vendor>
  854. <homepage href="http://jogamp.org/"/>
  855. <description>GlueGen Runtime Library</description>
  856. <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
  857. <offline-allowed/>
  858. </information>
  859. <update check="background" policy="always"/>
  860. <security>
  861. <all-permissions/>
  862. </security>
  863. <resources>
  864. <jar href="gluegen-rt.jar" />
  865. </resources>
  866.  
  867. <resources os="Windows" arch="x86">
  868. <nativelib href = "gluegen-rt-natives-windows-i586.jar" />
  869. </resources>
  870. <resources os="Windows" arch="amd64">
  871. <nativelib href = "gluegen-rt-natives-windows-amd64.jar" />
  872. </resources>
  873. <resources os="Windows" arch="x86_64">
  874. <nativelib href = "gluegen-rt-natives-windows-amd64.jar" />
  875. </resources>
  876. <resources os="SunOS" arch="sparc">
  877. <nativelib href = "gluegen-rt-natives-solaris-sparc.jar" />
  878. </resources>
  879. <resources os="SunOS" arch="sparcv9">
  880. <nativelib href = "gluegen-rt-natives-solaris-sparcv9.jar" />
  881. </resources>
  882. <resources os="SunOS" arch="x86">
  883. <nativelib href = "gluegen-rt-natives-solaris-i586.jar" />
  884. </resources>
  885. <resources os="SunOS" arch="amd64">
  886. <nativelib href = "gluegen-rt-natives-solaris-amd64.jar" />
  887. </resources>
  888. <resources os="SunOS" arch="x86_64">
  889. <nativelib href = "gluegen-rt-natives-solaris-amd64.jar" />
  890. </resources>
  891. <resources os="Linux" arch="i386">
  892. <nativelib href = "gluegen-rt-natives-linux-i586.jar" />
  893. </resources>
  894. <resources os="Linux" arch="x86">
  895. <nativelib href = "gluegen-rt-natives-linux-i586.jar" />
  896. </resources>
  897. <resources os="Linux" arch="amd64">
  898. <nativelib href = "gluegen-rt-natives-linux-amd64.jar" />
  899. </resources>
  900. <resources os="Linux" arch="x86_64">
  901. <nativelib href = "gluegen-rt-natives-linux-amd64.jar" />
  902. </resources>
  903. <resources os="Mac OS X" arch="i386">
  904. <nativelib href = "gluegen-rt-natives-macosx-universal.jar" />
  905. </resources>
  906. <resources os="Mac OS X" arch="x86_64">
  907. <nativelib href = "gluegen-rt-natives-macosx-universal.jar" />
  908. </resources>
  909.  
  910. <component-desc />
  911. </jnlp>
  912.  
  913. temp:
  914.  
  915. returning ROOT as follows:
  916.  
  917. <jnlp codebase="http://jogamp.org/deployment/webstart" href="gluegen-rt.jnlp">
  918. <information>
  919. <title>GlueGen Runtime v2</title>
  920. <vendor>JogAmp Community</vendor>
  921. <homepage href="http://jogamp.org/"/>
  922. <description>GlueGen Runtime Library</description>
  923. <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
  924. <offline-allowed/>
  925. </information>
  926. <update check="background" policy="always"/>
  927. <security>
  928. <all-permissions/>
  929. </security>
  930. <resources>
  931. <jar href="gluegen-rt.jar"/>
  932. </resources>
  933. <resources os="Windows" arch="x86">
  934. <nativelib href="gluegen-rt-natives-windows-i586.jar"/>
  935. </resources>
  936. <resources os="Windows" arch="amd64">
  937. <nativelib href="gluegen-rt-natives-windows-amd64.jar"/>
  938. </resources>
  939. <resources os="Windows" arch="x86_64">
  940. <nativelib href="gluegen-rt-natives-windows-amd64.jar"/>
  941. </resources>
  942. <resources os="SunOS" arch="sparc">
  943. <nativelib href="gluegen-rt-natives-solaris-sparc.jar"/>
  944. </resources>
  945. <resources os="SunOS" arch="sparcv9">
  946. <nativelib href="gluegen-rt-natives-solaris-sparcv9.jar"/>
  947. </resources>
  948. <resources os="SunOS" arch="x86">
  949. <nativelib href="gluegen-rt-natives-solaris-i586.jar"/>
  950. </resources>
  951. <resources os="SunOS" arch="amd64">
  952. <nativelib href="gluegen-rt-natives-solaris-amd64.jar"/>
  953. </resources>
  954. <resources os="SunOS" arch="x86_64">
  955. <nativelib href="gluegen-rt-natives-solaris-amd64.jar"/>
  956. </resources>
  957. <resources os="Linux" arch="i386">
  958. <nativelib href="gluegen-rt-natives-linux-i586.jar"/>
  959. </resources>
  960. <resources os="Linux" arch="x86">
  961. <nativelib href="gluegen-rt-natives-linux-i586.jar"/>
  962. </resources>
  963. <resources os="Linux" arch="amd64">
  964. <nativelib href="gluegen-rt-natives-linux-amd64.jar"/>
  965. </resources>
  966. <resources os="Linux" arch="x86_64">
  967. <nativelib href="gluegen-rt-natives-linux-amd64.jar"/>
  968. </resources>
  969. <resources os="Mac OS X" arch="i386">
  970. <nativelib href="gluegen-rt-natives-macosx-universal.jar"/>
  971. </resources>
  972. <resources os="Mac OS X" arch="x86_64">
  973. <nativelib href="gluegen-rt-natives-macosx-universal.jar"/>
  974. </resources>
  975. <component-desc/>
  976. </jnlp>jnlp
  977. temp: returning LaunchDesc from XMLFormat.parse():
  978.  
  979. <jnlp spec="1.0+" codebase="http://jogamp.org/deployment/webstart/" href="http://jogamp.org/deployment/webstart/gluegen-rt.jnlp">
  980. <information>
  981. <title>GlueGen Runtime v2</title>
  982. <vendor>JogAmp Community</vendor>
  983. <homepage href="http://jogamp.org/"/>
  984. <description>GlueGen Runtime Library</description>
  985. <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
  986. <offline-allowed/>
  987. </information>
  988. <security>
  989. <all-permissions/>
  990. </security>
  991. <update check="background" policy="always"/>
  992. <resources>
  993. <jar href="http://jogamp.org/deployment/webstart/gluegen-rt.jar" download="eager" main="false"/>
  994. <nativelib href="http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar" download="eager" main="false"/>
  995. </resources>
  996. <component-desc/>
  997. </jnlp>
  998. basic: Plugin2ClassLoader.addURL2 called for http://localhost/benchmark.jar
  999. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/newt.all.jar
  1000. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/jogl.all.jar
  1001. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/gluegen-rt.jar
  1002. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar
  1003. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/nativewindow.all.jar
  1004. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/gluegen-rt.jar
  1005. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar
  1006. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar
  1007. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar
  1008. basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar
  1009. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://localhost/benchmark.jar
  1010. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/newt.all.jar
  1011. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/jogl.all.jar
  1012. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/gluegen-rt.jar
  1013. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar
  1014. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/nativewindow.all.jar
  1015. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/gluegen-rt.jar
  1016. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar
  1017. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar
  1018. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar
  1019. basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar
  1020. network: No Custom Progress jar
  1021. network: LaunchDownload: concurrent downloads from LD: 4
  1022. network: Total size to download: -1
  1023. security: Blacklist-Revocation-Check ist aktiviert.
  1024. security: Die Überprüfung der Liste vertrauenswürdiger Bibliotheken ist aktiviert
  1025. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/newt.all.jar, Version: null] prevalidated=true/0
  1026. network: Cache-Eintrag gefunden [url: http://localhost/benchmark.jar, Version: null] prevalidated=false/0
  1027. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/jogl.all.jar, Version: null] prevalidated=true/0
  1028. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/gluegen-rt.jar, Version: null] prevalidated=true/0
  1029. network: Verbindung von http://localhost/benchmark.jar mit Proxy=DIRECT wird hergestellt
  1030. network: Verbindung von http://jogamp.org/deployment/webstart/newt.all.jar mit Proxy=DIRECT wird hergestellt
  1031. network: Verbindung von http://jogamp.org/deployment/webstart/jogl.all.jar mit Proxy=DIRECT wird hergestellt
  1032. network: Verbindung von http://jogamp.org/deployment/webstart/gluegen-rt.jar mit Proxy=DIRECT wird hergestellt
  1033. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  1034. network: ResponseCode für http://localhost/benchmark.jar: 304
  1035. network: Codierung für http://localhost/benchmark.jar: null
  1036. network: Verbindung mit http://localhost/benchmark.jar trennen
  1037. network: Downloaded http://localhost/benchmark.jar: file:/home/martin/.java/deployment/cache/6.0/44/ab93b6c-58e195cb
  1038. network: Download Progress: jarsDone: 1
  1039. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  1040. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  1041. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar, Version: null] prevalidated=true/0
  1042. network: Verbindung von http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar mit Proxy=DIRECT wird hergestellt
  1043. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  1044. network: ResponseCode für http://jogamp.org/deployment/webstart/newt.all.jar: 304
  1045. network: Codierung für http://jogamp.org/deployment/webstart/newt.all.jar: null
  1046. network: Verbindung mit http://jogamp.org/deployment/webstart/newt.all.jar trennen
  1047. network: Downloaded http://jogamp.org/deployment/webstart/newt.all.jar: file:/home/martin/.java/deployment/cache/6.0/14/5cc6380e-4570e3e1
  1048. network: Download Progress: jarsDone: 2
  1049. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/nativewindow.all.jar, Version: null] prevalidated=true/0
  1050. network: Verbindung von http://jogamp.org/deployment/webstart/nativewindow.all.jar mit Proxy=DIRECT wird hergestellt
  1051. network: ResponseCode für http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar: 304
  1052. network: Codierung für http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar: null
  1053. network: Verbindung mit http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar trennen
  1054. network: Downloaded http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar: file:/home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1
  1055. network: Download Progress: jarsDone: 3
  1056. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar, Version: null] prevalidated=true/0
  1057. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  1058. network: Verbindung von http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar mit Proxy=DIRECT wird hergestellt
  1059. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  1060. network: ResponseCode für http://jogamp.org/deployment/webstart/jogl.all.jar: 304
  1061. network: Codierung für http://jogamp.org/deployment/webstart/jogl.all.jar: null
  1062. network: Verbindung mit http://jogamp.org/deployment/webstart/jogl.all.jar trennen
  1063. network: Downloaded http://jogamp.org/deployment/webstart/jogl.all.jar: file:/home/martin/.java/deployment/cache/6.0/3/47ce4ac3-7cb3c53f
  1064. network: Download Progress: jarsDone: 4
  1065. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar, Version: null] prevalidated=true/0
  1066. network: ResponseCode für http://jogamp.org/deployment/webstart/gluegen-rt.jar: 304
  1067. network: Codierung für http://jogamp.org/deployment/webstart/gluegen-rt.jar: null
  1068. network: Verbindung mit http://jogamp.org/deployment/webstart/gluegen-rt.jar trennen
  1069. network: Downloaded http://jogamp.org/deployment/webstart/gluegen-rt.jar: file:/home/martin/.java/deployment/cache/6.0/27/38d3fc9b-694e66c2
  1070. network: Download Progress: jarsDone: 5
  1071. network: Verbindung von http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar mit Proxy=DIRECT wird hergestellt
  1072. network: Cache-Eintrag gefunden [url: http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar, Version: null] prevalidated=true/0
  1073. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  1074. network: Verbindung von http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar mit Proxy=DIRECT wird hergestellt
  1075. network: Verbindung von http://jogamp.org:80/ mit Proxy=DIRECT wird hergestellt
  1076. network: ResponseCode für http://jogamp.org/deployment/webstart/nativewindow.all.jar: 304
  1077. network: Codierung für http://jogamp.org/deployment/webstart/nativewindow.all.jar: null
  1078. network: Verbindung mit http://jogamp.org/deployment/webstart/nativewindow.all.jar trennen
  1079. network: Downloaded http://jogamp.org/deployment/webstart/nativewindow.all.jar: file:/home/martin/.java/deployment/cache/6.0/10/4aa92c8a-679ecbc2
  1080. network: Download Progress: jarsDone: 6
  1081. network: ResponseCode für http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar: 304
  1082. network: Codierung für http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar: null
  1083. network: Verbindung mit http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar trennen
  1084. network: Downloaded http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar: file:/home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb
  1085. network: Download Progress: jarsDone: 7
  1086. network: ResponseCode für http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar: 304
  1087. network: Codierung für http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar: null
  1088. network: Verbindung mit http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar trennen
  1089. network: Downloaded http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar: file:/home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19
  1090. network: Download Progress: jarsDone: 8
  1091. network: ResponseCode für http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar: 304
  1092. network: Codierung für http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar: null
  1093. network: Verbindung mit http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar trennen
  1094. network: Downloaded http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar: file:/home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f
  1095. network: Download Progress: jarsDone: 9
  1096. network: Created version ID: 1.6+
  1097. network: Created version ID: 1.6.0.22
  1098. network: Created version ID: 1.6.0.22
  1099. network: Created version ID: 1.6
  1100. basic: LaunchDesc location: http://localhost/applet-benchmark.jnlp
  1101. network: Created version ID: 1.0+
  1102. network: Created version ID: 6.0.18
  1103. security: Validating signatures for http://jogamp.org/deployment/webstart/newt-all-awt.jnlp http://jogamp.org/deployment/webstart/newt-all-awt.jnlp
  1104. security: TustedSet 2
  1105. security: Round 1 (0 out of 2):http://jogamp.org/deployment/webstart/newt.all.jar
  1106. security: Round 1 (1 out of 2):http://jogamp.org/deployment/webstart/newt-natives-linux-amd64.jar
  1107. security: Mark trusted: http://jogamp.org/deployment/webstart/newt-all-awt.jnlp
  1108. basic: LD - All JAR files signed: http://jogamp.org/deployment/webstart/newt-all-awt.jnlp
  1109. security: Validating signatures for http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp
  1110. security: TustedSet 2
  1111. security: Round 1 (0 out of 2):http://jogamp.org/deployment/webstart/jogl.all.jar
  1112. security: Round 1 (1 out of 2):http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar
  1113. security: Mark trusted: http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp
  1114. basic: LD - All JAR files signed: http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp
  1115. security: Validating signatures for http://jogamp.org/deployment/webstart/gluegen-rt.jnlp http://jogamp.org/deployment/webstart/gluegen-rt.jnlp
  1116. security: TustedSet 2
  1117. security: Round 1 (0 out of 2):http://jogamp.org/deployment/webstart/gluegen-rt.jar
  1118. security: Round 1 (1 out of 2):http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar
  1119. security: Mark trusted: http://jogamp.org/deployment/webstart/gluegen-rt.jnlp
  1120. basic: LD - All JAR files signed: http://jogamp.org/deployment/webstart/gluegen-rt.jnlp
  1121. security: Validating signatures for http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp
  1122. security: TustedSet 2
  1123. security: Round 1 (0 out of 2):http://jogamp.org/deployment/webstart/nativewindow.all.jar
  1124. security: Round 1 (1 out of 2):http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar
  1125. security: Mark trusted: http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp
  1126. basic: LD - All JAR files signed: http://jogamp.org/deployment/webstart/nativewindow-all-awt.jnlp
  1127. security: Validating signatures for http://jogamp.org/deployment/webstart/gluegen-rt.jnlp http://jogamp.org/deployment/webstart/gluegen-rt.jnlp
  1128. security: TustedSet 2
  1129. security: Round 1 (0 out of 2):http://jogamp.org/deployment/webstart/gluegen-rt.jar
  1130. security: Round 1 (1 out of 2):http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar
  1131. security: Mark trusted: http://jogamp.org/deployment/webstart/gluegen-rt.jnlp
  1132. basic: LD - All JAR files signed: http://jogamp.org/deployment/webstart/gluegen-rt.jnlp
  1133. basic: passing security checks; secureArgs:true, allSigned:false
  1134. basic: continuing launch in this VM
  1135. cache: Reading Signers from 0 http://localhost/benchmark.jar | /home/martin/.java/deployment/cache/6.0/44/ab93b6c-58e195cb.idx
  1136. network: Keine Zertifikatsinformationen für unsignierte JAR-Datei: http://localhost/benchmark.jar
  1137. network: Keine Zertifikatsinformationen für unsignierte JAR-Datei: http://localhost/benchmark.jar
  1138. cache: Read manifest for http://localhost/benchmark.jar: read=45 full=45
  1139. basic: JNLP2ClassLoader.findClass: de.beuthhochschule.bachelor.martin.Benchmark: try again ..
  1140. basic: JNLP2ClassLoader.getPermissions() ..
  1141. security: JAVAWS AppPolicy Permission requested for: http://localhost/benchmark.jar
  1142. security: Add sandbox permissions
  1143. basic: JNLP2ClassLoader.getPermissions() X
  1144. cache: Reading Signers from 5017 http://jogamp.org/deployment/webstart/newt.all.jar | /home/martin/.java/deployment/cache/6.0/14/5cc6380e-4570e3e1.idx
  1145. cache: Read manifest for http://jogamp.org/deployment/webstart/newt.all.jar: read=328 full=4254
  1146. cache: Reading Signers from 5017 http://jogamp.org/deployment/webstart/jogl.all.jar | /home/martin/.java/deployment/cache/6.0/3/47ce4ac3-7cb3c53f.idx
  1147. cache: Read manifest for http://jogamp.org/deployment/webstart/jogl.all.jar: read=350 full=18208
  1148. basic: JNLP2ClassLoader.getPermissions() ..
  1149. basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
  1150. security: JAVAWS AppPolicy Permission requested for: http://jogamp.org/deployment/webstart/jogl.all.jar
  1151. basic: JNLP2ClassLoader.getPermissions() X
  1152. basic: Applet geladen
  1153. basic: Applet resized and added to parent container
  1154. basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 84470 us, pluginInit dt 1359637 us, TotalTime: 1444107 us
  1155. cache: Reading Signers from 5017 http://jogamp.org/deployment/webstart/gluegen-rt.jar | /home/martin/.java/deployment/cache/6.0/27/38d3fc9b-694e66c2.idx
  1156. cache: Read manifest for http://jogamp.org/deployment/webstart/gluegen-rt.jar: read=332 full=3158
  1157. basic: JNLP2ClassLoader.getPermissions() ..
  1158. basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
  1159. security: JAVAWS AppPolicy Permission requested for: http://jogamp.org/deployment/webstart/gluegen-rt.jar
  1160. basic: JNLP2ClassLoader.getPermissions() X
  1161. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libgluegen-rt.so
  1162. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libgluegen-rt.so
  1163. cache: Read manifest for http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar: read=381 full=381
  1164. basic: JNLP2ClassLoader.findLibrary: native library found: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libgluegen-rt.so
  1165. cache: Reading Signers from 5017 http://jogamp.org/deployment/webstart/gluegen-rt-natives-linux-amd64.jar | /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1.idx
  1166. cache: Reading Signers from 5017 http://jogamp.org/deployment/webstart/nativewindow.all.jar | /home/martin/.java/deployment/cache/6.0/10/4aa92c8a-679ecbc2.idx
  1167. cache: Read manifest for http://jogamp.org/deployment/webstart/nativewindow.all.jar: read=347 full=4222
  1168. basic: JNLP2ClassLoader.getPermissions() ..
  1169. basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
  1170. security: JAVAWS AppPolicy Permission requested for: http://jogamp.org/deployment/webstart/nativewindow.all.jar
  1171. basic: JNLP2ClassLoader.getPermissions() X
  1172. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libjawt.so
  1173. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libjawt.so
  1174. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libjawt.so
  1175. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libjawt.so
  1176. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libjawt.so
  1177. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/libjawt.so
  1178. basic: Native library libjawt.so not found
  1179. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libnativewindow_awt.so
  1180. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libnativewindow_awt.so
  1181. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libnativewindow_awt.so
  1182. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libnativewindow_awt.so
  1183. cache: Read manifest for http://jogamp.org/deployment/webstart/nativewindow-natives-linux-amd64.jar: read=432 full=432
  1184. basic: JNLP2ClassLoader.findLibrary: native library found: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libnativewindow_awt.so
  1185. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libnativewindow_x11.so
  1186. basic: JNLP2ClassLoader.findLibrary: native library found: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libnativewindow_x11.so
  1187. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibGL.so.1.so
  1188. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGL.so.1.so
  1189. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGL.so.1.so
  1190. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibGL.so.1.so
  1191. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibGL.so.1.so
  1192. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibGL.so.1.so
  1193. basic: Native library liblibGL.so.1.so not found
  1194. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libjogl_desktop.so
  1195. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libjogl_desktop.so
  1196. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libjogl_desktop.so
  1197. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libjogl_desktop.so
  1198. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libjogl_desktop.so
  1199. cache: Read manifest for http://jogamp.org/deployment/webstart/jogl-natives-linux-amd64.jar: read=462 full=462
  1200. basic: JNLP2ClassLoader.findLibrary: native library found: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libjogl_desktop.so
  1201. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLES_CM.so
  1202. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLES_CM.so
  1203. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLES_CM.so
  1204. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libGLES_CM.so
  1205. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libGLES_CM.so
  1206. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/libGLES_CM.so
  1207. basic: Native library libGLES_CM.so not found
  1208. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLES_CL.so
  1209. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLES_CL.so
  1210. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLES_CL.so
  1211. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libGLES_CL.so
  1212. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libGLES_CL.so
  1213. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/libGLES_CL.so
  1214. basic: Native library libGLES_CL.so not found
  1215. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLESv1_CM.so
  1216. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLESv1_CM.so
  1217. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLESv1_CM.so
  1218. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libGLESv1_CM.so
  1219. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libGLESv1_CM.so
  1220. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/libGLESv1_CM.so
  1221. basic: Native library libGLESv1_CM.so not found
  1222. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibGLES_CM.so
  1223. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLES_CM.so
  1224. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLES_CM.so
  1225. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibGLES_CM.so
  1226. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibGLES_CM.so
  1227. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibGLES_CM.so
  1228. basic: Native library liblibGLES_CM.so not found
  1229. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibGLES_CL.so
  1230. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLES_CL.so
  1231. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLES_CL.so
  1232. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibGLES_CL.so
  1233. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibGLES_CL.so
  1234. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibGLES_CL.so
  1235. basic: Native library liblibGLES_CL.so not found
  1236. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibGLESv1_CM.so
  1237. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLESv1_CM.so
  1238. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLESv1_CM.so
  1239. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibGLESv1_CM.so
  1240. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibGLESv1_CM.so
  1241. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibGLESv1_CM.so
  1242. basic: Native library liblibGLESv1_CM.so not found
  1243. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibGL.so.1.so
  1244. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGL.so.1.so
  1245. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGL.so.1.so
  1246. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibGL.so.1.so
  1247. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibGL.so.1.so
  1248. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibGL.so.1.so
  1249. basic: Native library liblibGL.so.1.so not found
  1250. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libEGL.so
  1251. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libEGL.so
  1252. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libEGL.so
  1253. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libEGL.so
  1254. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libEGL.so
  1255. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/libEGL.so
  1256. basic: Native library libEGL.so not found
  1257. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibEGL.so
  1258. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibEGL.so
  1259. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibEGL.so
  1260. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibEGL.so
  1261. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibEGL.so
  1262. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibEGL.so
  1263. basic: Native library liblibEGL.so not found
  1264. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libjogl_es1.so
  1265. basic: JNLP2ClassLoader.findLibrary: native library found: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libjogl_es1.so
  1266. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLES20.so
  1267. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLES20.so
  1268. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLES20.so
  1269. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libGLES20.so
  1270. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libGLES20.so
  1271. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/libGLES20.so
  1272. basic: Native library libGLES20.so not found
  1273. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLESv2.so
  1274. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLESv2.so
  1275. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLESv2.so
  1276. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libGLESv2.so
  1277. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libGLESv2.so
  1278. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/libGLESv2.so
  1279. basic: Native library libGLESv2.so not found
  1280. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLESv2_CM.so
  1281. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLESv2_CM.so
  1282. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libGLESv2_CM.so
  1283. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libGLESv2_CM.so
  1284. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libGLESv2_CM.so
  1285. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/libGLESv2_CM.so
  1286. basic: Native library libGLESv2_CM.so not found
  1287. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibGLES20.so
  1288. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLES20.so
  1289. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLES20.so
  1290. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibGLES20.so
  1291. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibGLES20.so
  1292. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibGLES20.so
  1293. basic: Native library liblibGLES20.so not found
  1294. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibGLESv2.so
  1295. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLESv2.so
  1296. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLESv2.so
  1297. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibGLESv2.so
  1298. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibGLESv2.so
  1299. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibGLESv2.so
  1300. basic: Native library liblibGLESv2.so not found
  1301. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibGLESv2_CM.so
  1302. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLESv2_CM.so
  1303. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGLESv2_CM.so
  1304. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibGLESv2_CM.so
  1305. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibGLESv2_CM.so
  1306. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibGLESv2_CM.so
  1307. basic: Native library liblibGLESv2_CM.so not found
  1308. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibGL.so.1.so
  1309. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGL.so.1.so
  1310. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibGL.so.1.so
  1311. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibGL.so.1.so
  1312. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibGL.so.1.so
  1313. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibGL.so.1.so
  1314. basic: Native library liblibGL.so.1.so not found
  1315. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libEGL.so
  1316. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libEGL.so
  1317. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/libEGL.so
  1318. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/libEGL.so
  1319. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libEGL.so
  1320. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/libEGL.so
  1321. basic: Native library libEGL.so not found
  1322. basic: JNLP2ClassLoader.findLibrary: Looking up native library: liblibEGL.so
  1323. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibEGL.so
  1324. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/37/1fffc5a5-561fe6f1-n/liblibEGL.so
  1325. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/40/367d50a8-338e75cb-n/liblibEGL.so
  1326. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/liblibEGL.so
  1327. network: Looking up native library in: /home/martin/.java/deployment/cache/6.0/54/598cb276-5d374b8f-n/liblibEGL.so
  1328. basic: Native library liblibEGL.so not found
  1329. basic: JNLP2ClassLoader.findLibrary: Looking up native library: libjogl_es2.so
  1330. basic: JNLP2ClassLoader.findLibrary: native library found: /home/martin/.java/deployment/cache/6.0/48/45b0b7f0-11b97f19-n/libjogl_es2.so
  1331. basic: Fortschritts-Listener entfernt: null
  1332. Exception in thread "thread applet-de.beuthhochschule.bachelor.martin.Benchmark-1" java.lang.NoSuchMethodError: javax.media.opengl.awt.GLCanvas.<init>(Ljavax/media/opengl/GLCapabilities;)V
  1333. at de.beuthhochschule.bachelor.martin.Benchmark.initComponents(Benchmark.java:60)
  1334. at de.beuthhochschule.bachelor.martin.Benchmark.init(Benchmark.java:42)
  1335. at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.java:1620)
  1336. at java.lang.Thread.run(Thread.java:662)