<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
	
	<id>tag:jogamp.762907.n3.nabble.com,2006:forum-762907</id>
	<title>Nabble - jogamp</title>
	<updated>2012-05-16T16:28:16Z</updated>
	<link rel="self" type="application/atom+xml" href="http://jogamp.762907.n3.nabble.com/jogamp-f762907.xml" />
	<link rel="alternate" type="text/html" href="http://forum.jogamp.org/" />
	<subtitle type="html">&lt;a href=&quot;http://jogamp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;JogAmp.org&lt;/a&gt; discusson forums - all about GlueGen, JOAL, JOCL, JOGL and more</subtitle>
	
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3998011</id>
		<title>drawScene for all events?</title>
		<published>2012-05-16T14:39:44Z</published>
		<updated>2012-05-16T14:39:44Z</updated>
		<author>
			<name>The.Scotsman</name>
		</author>
		<content type="html">
			Hi everybody.
&lt;br/&gt;Sorry in advance if I'm asking a question that's already been answered.
&lt;br/&gt;Couldn't figure out proper search terms.
&lt;br/&gt;&lt;br/&gt;Like most people just getting started with JOGL, I've been working with the demos.
&lt;br/&gt;Specifically, the HDR demo that loads and displays an OBJ file.
&lt;br/&gt;&lt;br/&gt;I've successfully extended this to load an X3D file. Works great - with small X3D's.
&lt;br/&gt;However, the X3D file that I intend to eventually load is about 1.5GB in size.
&lt;br/&gt;Loaded into memory as an XML Document, it's more like 3GB.
&lt;br/&gt;&lt;br/&gt;In all the examples I've seen, display() is called for every change (or if there's an Animator, every frame.)
&lt;br/&gt;And all the example display() methods call drawScene() to load the content.
&lt;br/&gt;&lt;br/&gt;Since it's taking about 5 seconds to load the content of my 1.5GB X3D (from document to GL2), it's hard to see how this paradigm can work. (1.5GB x 60FPS = 90GB/S !!!)
&lt;br/&gt;&lt;br/&gt;It seems like there must be a way to, for example, change the viewport width/height, without reloading the content each time. Same with rotation/zoom via UserSceneInteraction.
&lt;br/&gt;&lt;br/&gt;A simple example (I'm a simple guy...) would be highly appreciated.
&lt;br/&gt;&lt;br/&gt;If that's just not how OpenGL works (i.e. always requires top down scene building), are there some strategies to improve performance?
&lt;br/&gt;&lt;br/&gt;Thanks.
&lt;br/&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/drawScene-for-all-events-tp3998011.html" />
		
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3997991</id>
		<title>prebuilt jar files available</title>
		<published>2012-05-16T14:21:16Z</published>
		<updated>2012-05-16T14:21:16Z</updated>
		<author>
			<name>hharrison</name>
		</author>
		<content type="html">
			I've been working on the build scripts in preparation for moving Java3d to the autobuild system here at jogamp,
&lt;br/&gt;in the meantime, I've finally gotten it building well enough to release some prebuilt jars from the current state of
&lt;br/&gt;things.
&lt;br/&gt;&lt;br/&gt;Look on the github pages under downloads.
&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://github.com/hharrison/java3d-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/hharrison/java3d-core&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;https://github.com/hharrison/java3d-utils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/hharrison/java3d-utils&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;https://github.com/hharrison/vecmath&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/hharrison/vecmath&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;These jars have the jogl2 backend only and are built against -rc8
&lt;br/&gt;&lt;br/&gt;Harvey
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/java3d-f3728156.html&quot;&gt;java3d&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/prebuilt-jar-files-available-tp3997991.html" />
		
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3997832</id>
		<title>Re: Textures upside down - using Point Sprites</title>
		<published>2012-05-16T12:48:29Z</published>
		<updated>2012-05-16T12:48:29Z</updated>
		<author>
			<name>lukej</name>
		</author>
		<content type="html">
			I solved my own problem by replacing a call to TextureIO.newTexture with:
&lt;br/&gt;1. Read image into BufferedImage using ImageIO.read
&lt;br/&gt;2. Create TextureData from BufferedImage using AWTTextureIO.newTextureData
&lt;br/&gt;3. Create Texture from TextureData using the Texture constructor
&lt;br/&gt;&lt;br/&gt;The texture is no longer flipped. &amp;nbsp;I'm wondering, is this expected behavior, or is there a bug in TextureIO.newTexture?
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Textures-upside-down-using-Point-Sprites-tp3997776p3997832.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3997776"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3997776</id>
		<title>Textures upside down - using Point Sprites</title>
		<published>2012-05-16T12:30:16Z</published>
		<updated>2012-05-16T12:30:16Z</updated>
		<author>
			<name>lukej</name>
		</author>
		<content type="html">
			I noticed a problem when I updated from JOGL 1.1 to JOGL 2.0. &amp;nbsp;Now all of my textures have been turned upside down. &amp;nbsp;I understand this is a common problem that can usually be fixed by adjusting the specification of your texture coordinates. &amp;nbsp;However, I have no texture coordinates. &amp;nbsp;I am rendering the textures as point sprites.
&lt;br/&gt;&lt;br/&gt;I use TextureIO.newTexture to load the texture with this method:
&lt;br/&gt;&lt;a href=&quot;http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/opengl/util/texture/TextureIO.html#newTexture%28java.io.InputStream,%20boolean,%20java.lang.String%29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/opengl/util/texture/TextureIO.html#newTexture%28java.io.InputStream,%20boolean,%20java.lang.String%29&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Then I call bind, on the texture, and later I use glDrawElements to draw my VBO's while the texture is bound.
&lt;br/&gt;&lt;br/&gt;I'm not seeing anywhere I can flip my texture (other than while reading it in).
&lt;br/&gt;&lt;br/&gt;Am I missing something?
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Textures-upside-down-using-Point-Sprites-tp3997776.html" />
		
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3996814</id>
		<title>Re: intermittent crashes with JOGL</title>
		<published>2012-05-16T03:31:51Z</published>
		<updated>2012-05-16T03:31:51Z</updated>
		<author>
			<name>JOGL noob</name>
		</author>
		<content type="html">
			Sorry about the delay, I all but gave up on getting this working. Contents below:
&lt;br/&gt;&lt;br/&gt;#
&lt;br/&gt;# A fatal error has been detected by the Java Runtime Environment:
&lt;br/&gt;#
&lt;br/&gt;# &amp;nbsp;SIGSEGV (0xb) at pc=0x0a13bd08, pid=9066, tid=2394999696
&lt;br/&gt;#
&lt;br/&gt;# JRE version: 6.0_32-b05
&lt;br/&gt;# Java VM: Java HotSpot(TM) Server VM (20.7-b02 mixed mode linux-x86 )
&lt;br/&gt;# Problematic frame:
&lt;br/&gt;# C &amp;nbsp;0x0a13bd08
&lt;br/&gt;#
&lt;br/&gt;# If you would like to submit a bug report, please visit:
&lt;br/&gt;# &amp;nbsp; &lt;a href=&quot;http://java.sun.com/webapps/bugreport/crash.jsp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://java.sun.com/webapps/bugreport/crash.jsp&lt;/a&gt;&lt;br/&gt;# The crash happened outside the Java Virtual Machine in native code.
&lt;br/&gt;# See problematic frame for where to report the bug.
&lt;br/&gt;#
&lt;br/&gt;&lt;br/&gt;--------------- &amp;nbsp;T H R E A D &amp;nbsp;---------------
&lt;br/&gt;&lt;br/&gt;Current thread (0x093b8000): &amp;nbsp;JavaThread &amp;quot;AWT-EventQueue-1&amp;quot; [_thread_in_native, id=9089, stack(0x8ebbc000,0x8ec0d000)]
&lt;br/&gt;&lt;br/&gt;siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x00000000
&lt;br/&gt;&lt;br/&gt;Registers:
&lt;br/&gt;EAX=0x00000000, EBX=0x91864610, ECX=0x00000000, EDX=0x00000000
&lt;br/&gt;ESP=0x8ec0aad8, EBP=0x8ec0ab18, ESI=0x91864610, EDI=0x093b8000
&lt;br/&gt;EIP=0x0a13bd08, EFLAGS=0x00210246, CR2=0xb7f11000
&lt;br/&gt;&lt;br/&gt;Top of Stack: (sp=0x8ec0aad8)
&lt;br/&gt;0x8ec0aad8: &amp;nbsp; 0a13c13c 8e5b78ba 00000001 ac4c0204
&lt;br/&gt;0x8ec0aae8: &amp;nbsp; 00000000 fffffffe 0a13c128 00000000
&lt;br/&gt;0x8ec0aaf8: &amp;nbsp; 8ec0ab90 8ec0ab00 91864610 91864610
&lt;br/&gt;0x8ec0ab08: &amp;nbsp; ac4c0204 0a13c128 b4238548 093b8000
&lt;br/&gt;0x8ec0ab18: &amp;nbsp; 8ec0ab68 b423864a 093b8120 8ec0ab90
&lt;br/&gt;0x8ec0ab28: &amp;nbsp; 00000001 8ec0ab88 00000000 00000000
&lt;br/&gt;0x8ec0ab38: &amp;nbsp; 0a13c128 00000000 8edfc5d4 093b8000
&lt;br/&gt;0x8ec0ab48: &amp;nbsp; 8ec0ab48 91864610 8ec0ab90 91a0b9a8 
&lt;br/&gt;&lt;br/&gt;Instructions: (pc=0x0a13bd08)
&lt;br/&gt;0x0a13bce8: &amp;nbsp; a1 e0 74 50 00 85 c0 74 06 ff a0 fc ff ff ff e8
&lt;br/&gt;0x0a13bcf8: &amp;nbsp; cc fb ff ff ff a0 fc ff ff ff 8d b6 00 00 00 00
&lt;br/&gt;0x0a13bd08: &amp;nbsp; 6e 76 45 58 21 00 00 00 67 6c 46 72 61 6d 65 62
&lt;br/&gt;0x0a13bd18: &amp;nbsp; 75 66 66 65 72 44 72 61 77 42 75 66 66 65 72 73 
&lt;br/&gt;&lt;br/&gt;Register to memory mapping:
&lt;br/&gt;&lt;br/&gt;EAX=0x00000000 is an unknown value
&lt;br/&gt;EBX=0x91864610 is an oop
&lt;br/&gt;{method} 
&lt;br/&gt;&amp;nbsp;- klass: {other class}
&lt;br/&gt;ECX=0x00000000 is an unknown value
&lt;br/&gt;EDX=0x00000000 is an unknown value
&lt;br/&gt;ESP=0x8ec0aad8 is pointing into the stack for thread: 0x093b8000
&lt;br/&gt;EBP=0x8ec0ab18 is pointing into the stack for thread: 0x093b8000
&lt;br/&gt;ESI=0x91864610 is an oop
&lt;br/&gt;{method} 
&lt;br/&gt;&amp;nbsp;- klass: {other class}
&lt;br/&gt;EDI=0x093b8000 is a thread
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Stack: [0x8ebbc000,0x8ec0d000], &amp;nbsp;sp=0x8ec0aad8, &amp;nbsp;free space=314k
&lt;br/&gt;Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
&lt;br/&gt;C &amp;nbsp;0x0a13bd08
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.gl4.GL4bcImpl.dispatch_glGenFramebuffers1(ILjava/lang/Object;IZJ)V+0
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.gl4.GL4bcImpl.glGenFramebuffers(I[II)V+95
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.OGLRenderToTextureSupport.beginFramebufferObjectRendering(Lgov/nasa/worldwind/render/DrawContext;)V+15
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.OGLRenderToTextureSupport.beginRendering(Lgov/nasa/worldwind/render/DrawContext;IIII)V+191
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.tree.ScrollFrame.updateTiles(Lgov/nasa/worldwind/render/DrawContext;)V+421
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.tree.ScrollFrame.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+103
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.tree.BasicTreeLayout.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+10
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.tree.BasicTree.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+17
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.layers.RenderableLayer.doPreRender(Lgov/nasa/worldwind/render/DrawContext;Ljava/lang/Iterable;)V+46
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.layers.RenderableLayer.doPreRender(Lgov/nasa/worldwind/render/DrawContext;)V+6
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.layers.AbstractLayer.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+119
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.AbstractSceneController.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+54
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.BasicSceneController.doRepaint(Lgov/nasa/worldwind/render/DrawContext;)V+22
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.AbstractSceneController.repaint()I+58
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.WorldWindowGLAutoDrawable.doDisplay()I+4
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.WorldWindowGLAutoDrawable.display(Ljavax/media/opengl/GLAutoDrawable;)V+115
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V+45
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+2
&lt;br/&gt;j &amp;nbsp;javax.media.opengl.awt.GLCanvas$DisplayAction.run()V+121
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+249
&lt;br/&gt;j &amp;nbsp;javax.media.opengl.awt.GLCanvas.maybeDoSingleThreadedWorkaround(Ljava/lang/Runnable;Ljava/lang/Runnable;)V+36
&lt;br/&gt;j &amp;nbsp;javax.media.opengl.awt.GLCanvas.display()V+31
&lt;br/&gt;j &amp;nbsp;javax.media.opengl.awt.GLCanvas.paint(Ljava/awt/Graphics;)V+135
&lt;br/&gt;j &amp;nbsp;sun.awt.RepaintArea.paintComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+6
&lt;br/&gt;j &amp;nbsp;sun.awt.X11.XRepaintArea.paintComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+23
&lt;br/&gt;j &amp;nbsp;sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+326
&lt;br/&gt;j &amp;nbsp;sun.awt.X11.XComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+224
&lt;br/&gt;j &amp;nbsp;java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+861
&lt;br/&gt;j &amp;nbsp;java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue.access$000(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue$1.run()Ljava/lang/Void;+12
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue$1.run()Ljava/lang/Object;+1
&lt;br/&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x3e0da1] &amp;nbsp;JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x1c1
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x5e2388] &amp;nbsp;os::os_exception_wrapper(void (*)(JavaValue*, methodHandle*, JavaCallArguments*, Thread*), JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x18
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x3e0bcf] &amp;nbsp;JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x2f
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x446a3e] &amp;nbsp;JVM_DoPrivileged+0x40e
&lt;br/&gt;C &amp;nbsp;[libjava.so+0xa9ac] &amp;nbsp;Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x3c
&lt;br/&gt;j &amp;nbsp;java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
&lt;br/&gt;j &amp;nbsp;java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
&lt;br/&gt;j &amp;nbsp;java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue$2.run()Ljava/lang/Void;+11
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue$2.run()Ljava/lang/Object;+1
&lt;br/&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x3e0da1] &amp;nbsp;JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x1c1
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x5e2388] &amp;nbsp;os::os_exception_wrapper(void (*)(JavaValue*, methodHandle*, JavaCallArguments*, Thread*), JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x18
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x3e0bcf] &amp;nbsp;JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x2f
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x446a3e] &amp;nbsp;JVM_DoPrivileged+0x40e
&lt;br/&gt;C &amp;nbsp;[libjava.so+0xa9ac] &amp;nbsp;Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x3c
&lt;br/&gt;j &amp;nbsp;java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
&lt;br/&gt;j &amp;nbsp;java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
&lt;br/&gt;j &amp;nbsp;org.netbeans.core.TimableEventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+17
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.run()V+9
&lt;br/&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x3e0da1] &amp;nbsp;JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x1c1
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x5e2388] &amp;nbsp;os::os_exception_wrapper(void (*)(JavaValue*, methodHandle*, JavaCallArguments*, Thread*), JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x18
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x3e0615] &amp;nbsp;JavaCalls::call_virtual(JavaValue*, KlassHandle, symbolHandle, symbolHandle, JavaCallArguments*, Thread*)+0xc5
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x3e06d8] &amp;nbsp;JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, symbolHandle, symbolHandle, Thread*)+0x58
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x465037] &amp;nbsp;thread_entry(JavaThread*, Thread*)+0xa7
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x6e27bf] &amp;nbsp;JavaThread::run()+0x11f
&lt;br/&gt;V &amp;nbsp;[libjvm.so+0x5e3bde] &amp;nbsp;java_start(Thread*)+0x14e
&lt;br/&gt;C &amp;nbsp;[libpthread.so.0+0x5852] &amp;nbsp;signed char+0x5852
&lt;br/&gt;&lt;br/&gt;Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.gl4.GL4bcImpl.dispatch_glGenFramebuffers1(ILjava/lang/Object;IZJ)V+0
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.gl4.GL4bcImpl.glGenFramebuffers(I[II)V+95
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.OGLRenderToTextureSupport.beginFramebufferObjectRendering(Lgov/nasa/worldwind/render/DrawContext;)V+15
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.OGLRenderToTextureSupport.beginRendering(Lgov/nasa/worldwind/render/DrawContext;IIII)V+191
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.tree.ScrollFrame.updateTiles(Lgov/nasa/worldwind/render/DrawContext;)V+421
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.tree.ScrollFrame.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+103
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.tree.BasicTreeLayout.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+10
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.util.tree.BasicTree.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+17
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.layers.RenderableLayer.doPreRender(Lgov/nasa/worldwind/render/DrawContext;Ljava/lang/Iterable;)V+46
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.layers.RenderableLayer.doPreRender(Lgov/nasa/worldwind/render/DrawContext;)V+6
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.layers.AbstractLayer.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+119
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.AbstractSceneController.preRender(Lgov/nasa/worldwind/render/DrawContext;)V+54
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.BasicSceneController.doRepaint(Lgov/nasa/worldwind/render/DrawContext;)V+22
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.AbstractSceneController.repaint()I+58
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.WorldWindowGLAutoDrawable.doDisplay()I+4
&lt;br/&gt;j &amp;nbsp;gov.nasa.worldwind.WorldWindowGLAutoDrawable.display(Ljavax/media/opengl/GLAutoDrawable;)V+115
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V+45
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+2
&lt;br/&gt;j &amp;nbsp;javax.media.opengl.awt.GLCanvas$DisplayAction.run()V+121
&lt;br/&gt;j &amp;nbsp;jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+249
&lt;br/&gt;j &amp;nbsp;javax.media.opengl.awt.GLCanvas.maybeDoSingleThreadedWorkaround(Ljava/lang/Runnable;Ljava/lang/Runnable;)V+36
&lt;br/&gt;j &amp;nbsp;javax.media.opengl.awt.GLCanvas.display()V+31
&lt;br/&gt;j &amp;nbsp;javax.media.opengl.awt.GLCanvas.paint(Ljava/awt/Graphics;)V+135
&lt;br/&gt;j &amp;nbsp;sun.awt.RepaintArea.paintComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+6
&lt;br/&gt;j &amp;nbsp;sun.awt.X11.XRepaintArea.paintComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+23
&lt;br/&gt;j &amp;nbsp;sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+326
&lt;br/&gt;j &amp;nbsp;sun.awt.X11.XComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+224
&lt;br/&gt;j &amp;nbsp;java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+861
&lt;br/&gt;j &amp;nbsp;java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue.access$000(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue$1.run()Ljava/lang/Void;+12
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue$1.run()Ljava/lang/Object;+1
&lt;br/&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br/&gt;j &amp;nbsp;java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
&lt;br/&gt;j &amp;nbsp;java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
&lt;br/&gt;j &amp;nbsp;java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue$2.run()Ljava/lang/Void;+11
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue$2.run()Ljava/lang/Object;+1
&lt;br/&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br/&gt;j &amp;nbsp;java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
&lt;br/&gt;j &amp;nbsp;java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
&lt;br/&gt;j &amp;nbsp;java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
&lt;br/&gt;j &amp;nbsp;org.netbeans.core.TimableEventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+17
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
&lt;br/&gt;j &amp;nbsp;java.awt.EventDispatchThread.run()V+9
&lt;br/&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br/&gt;&lt;br/&gt;--------------- &amp;nbsp;P R O C E S S &amp;nbsp;---------------
&lt;br/&gt;&lt;br/&gt;Java Threads: ( =&amp;gt; current thread )
&lt;br/&gt;&amp;nbsp; 0x8e356400 JavaThread &amp;quot;Inactive RequestProcessor thread [Was:TimedSoftReference/org.openide.util.TimedSoftReference]&amp;quot; daemon [_thread_blocked, id=9122, stack(0x8c60d000,0x8c65e000)]
&lt;br/&gt;&amp;nbsp; 0x8d6dc400 JavaThread &amp;quot;Inactive RequestProcessor thread [Was:AutoUpdate-UI/org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler$7]&amp;quot; daemon [_thread_blocked, id=9121, stack(0x8ba11000,0x8ba62000)]
&lt;br/&gt;&amp;nbsp; 0x8ef80000 JavaThread &amp;quot;Idle World Wind Task &amp;quot; daemon [_thread_blocked, id=9120, stack(0x8ba62000,0x8bab3000)]
&lt;br/&gt;&amp;nbsp; 0x8e4ff800 JavaThread &amp;quot;Idle World Wind Task &amp;quot; daemon [_thread_blocked, id=9119, stack(0x8bab3000,0x8bb04000)]
&lt;br/&gt;&amp;nbsp; 0x0ccd1800 JavaThread &amp;quot;logger-awt&amp;quot; daemon [_thread_blocked, id=9118, stack(0x8bb04000,0x8bb55000)]
&lt;br/&gt;&amp;nbsp; 0x8de88400 JavaThread &amp;quot;Idle World Wind Task &amp;quot; daemon [_thread_blocked, id=9117, stack(0x8bb55000,0x8bba6000)]
&lt;br/&gt;&amp;nbsp; 0x8df7a800 JavaThread &amp;quot;Idle World Wind Task &amp;quot; daemon [_thread_blocked, id=9116, stack(0x8bba6000,0x8bbf7000)]
&lt;br/&gt;&amp;nbsp; 0x8df7a400 JavaThread &amp;quot;Idle World Wind Task &amp;quot; daemon [_thread_blocked, id=9115, stack(0x8bbf7000,0x8bc48000)]
&lt;br/&gt;&amp;nbsp; 0x094a4c00 JavaThread &amp;quot;Layer Resource Retriever USGS Topographic Maps 1:24K&amp;quot; daemon [_thread_blocked, id=9110, stack(0x8c65e000,0x8c6af000)]
&lt;br/&gt;&amp;nbsp; 0x8daf9800 JavaThread &amp;quot;Layer Resource Retriever USGS Topographic Maps 1:100K&amp;quot; daemon [_thread_blocked, id=9109, stack(0x8c6af000,0x8c700000)]
&lt;br/&gt;&amp;nbsp; 0x8d1fac00 JavaThread &amp;quot;Layer Resource Retriever USGS Topographic Maps 1:250K&amp;quot; daemon [_thread_blocked, id=9108, stack(0x8ca1a000,0x8ca6b000)]
&lt;br/&gt;&amp;nbsp; 0x09329400 JavaThread &amp;quot;Layer Resource Retriever i-cubed Landsat&amp;quot; daemon [_thread_blocked, id=9107, stack(0x8ca6b000,0x8cabc000)]
&lt;br/&gt;&amp;nbsp; 0x091f4c00 JavaThread &amp;quot;Layer Resource Retriever Blue Marble (WMS) 2004&amp;quot; daemon [_thread_blocked, id=9106, stack(0x8cabc000,0x8cb0d000)]
&lt;br/&gt;&amp;nbsp; 0x8d915800 JavaThread &amp;quot;ElevationModel Resource Retriever Earth Elevation Model (USA 10m, WordWide 30m, Ocean 900m)&amp;quot; daemon [_thread_blocked, id=9105, stack(0x8cb0d000,0x8cb5e000)]
&lt;br/&gt;&amp;nbsp; 0x0936bc00 JavaThread &amp;quot;Thread-15&amp;quot; daemon [_thread_blocked, id=9104, stack(0x8cb5e000,0x8cbaf000)]
&lt;br/&gt;&amp;nbsp; 0x0b551800 JavaThread &amp;quot;Layer Resource Retriever USGS Topographic Maps 1:24K&amp;quot; daemon [_thread_blocked, id=9103, stack(0x8cbaf000,0x8cc00000)]
&lt;br/&gt;&amp;nbsp; 0x0b9b2c00 JavaThread &amp;quot;Idle World Wind Retriever&amp;quot; daemon [_thread_blocked, id=9102, stack(0x8d70d000,0x8d75e000)]
&lt;br/&gt;&amp;nbsp; 0x0b4ef400 JavaThread &amp;quot;Layer Resource Retriever USGS Topographic Maps 1:100K&amp;quot; daemon [_thread_blocked, id=9101, stack(0x8d75e000,0x8d7af000)]
&lt;br/&gt;&amp;nbsp; 0x8e120400 JavaThread &amp;quot;Layer Resource Retriever USGS Topographic Maps 1:250K&amp;quot; daemon [_thread_blocked, id=9100, stack(0x8d7af000,0x8d800000)]
&lt;br/&gt;&amp;nbsp; 0x09876800 JavaThread &amp;quot;Idle World Wind Retriever&amp;quot; daemon [_thread_blocked, id=9099, stack(0x8dc0d000,0x8dc5e000)]
&lt;br/&gt;&amp;nbsp; 0x8d49a000 JavaThread &amp;quot;Layer Resource Retriever i-cubed Landsat&amp;quot; daemon [_thread_blocked, id=9098, stack(0x8dc5e000,0x8dcaf000)]
&lt;br/&gt;&amp;nbsp; 0x0b794c00 JavaThread &amp;quot;Idle World Wind Retriever&amp;quot; daemon [_thread_blocked, id=9097, stack(0x8dcaf000,0x8dd00000)]
&lt;br/&gt;&amp;nbsp; 0x8ef75400 JavaThread &amp;quot;Layer Resource Retriever Blue Marble (WMS) 2004&amp;quot; daemon [_thread_blocked, id=9096, stack(0x8e2af000,0x8e300000)]
&lt;br/&gt;&amp;nbsp; 0x0b794400 JavaThread &amp;quot;Idle World Wind Retriever&amp;quot; daemon [_thread_blocked, id=9095, stack(0x8e22d000,0x8e27e000)]
&lt;br/&gt;&amp;nbsp; 0x8d6edc00 JavaThread &amp;quot;ElevationModel Resource Retriever Earth Elevation Model (USA 10m, WordWide 30m, Ocean 900m)&amp;quot; daemon [_thread_blocked, id=9094, stack(0x8e52b000,0x8e57c000)]
&lt;br/&gt;&amp;nbsp; 0x09c1f000 JavaThread &amp;quot;AWT-EventQueue-1-SharedResourceRunner&amp;quot; daemon [_thread_blocked, id=9093, stack(0x8f6bc000,0x8f70d000)]
&lt;br/&gt;&amp;nbsp; 0x8f8b7c00 JavaThread &amp;quot;DestroyJavaVM&amp;quot; [_thread_blocked, id=9067, stack(0xb7287000,0xb72d8000)]
&lt;br/&gt;&amp;nbsp; 0x0940a800 JavaThread &amp;quot;Inactive RequestProcessor thread [Was:TimedSoftReference/org.openide.util.TimedSoftReference]&amp;quot; daemon [_thread_blocked, id=9090, stack(0x8eb6b000,0x8ebbc000)]
&lt;br/&gt;=&amp;gt;0x093b8000 JavaThread &amp;quot;AWT-EventQueue-1&amp;quot; [_thread_in_native, id=9089, stack(0x8ebbc000,0x8ec0d000)]
&lt;br/&gt;&amp;nbsp; 0x0937b400 JavaThread &amp;quot;TimerQueue&amp;quot; daemon [_thread_blocked, id=9088, stack(0x8ec5e000,0x8ecaf000)]
&lt;br/&gt;&amp;nbsp; 0x093b9c00 JavaThread &amp;quot;Thread-1&amp;quot; daemon [_thread_blocked, id=9087, stack(0x8ec0d000,0x8ec5e000)]
&lt;br/&gt;&amp;nbsp; 0x09380400 JavaThread &amp;quot;AWT-Shutdown&amp;quot; [_thread_blocked, id=9085, stack(0x8ecaf000,0x8ed00000)]
&lt;br/&gt;&amp;nbsp; 0x09341000 JavaThread &amp;quot;AWT-XAWT&amp;quot; daemon [_thread_blocked, id=9084, stack(0x8eeaf000,0x8ef00000)]
&lt;br/&gt;&amp;nbsp; 0x8f8fbc00 JavaThread &amp;quot;Java2D Disposer&amp;quot; daemon [_thread_blocked, id=9083, stack(0x8f4ed000,0x8f53e000)]
&lt;br/&gt;&amp;nbsp; 0x092f8400 JavaThread &amp;quot;Warm Up&amp;quot; daemon [_thread_blocked, id=9081, stack(0x8f70d000,0x8f75e000)]
&lt;br/&gt;&amp;nbsp; 0x092f7400 JavaThread &amp;quot;CLI Requests Server&amp;quot; daemon [_thread_in_native, id=9080, stack(0x8f75e000,0x8f7af000)]
&lt;br/&gt;&amp;nbsp; 0x092da000 JavaThread &amp;quot;Active Reference Queue Daemon&amp;quot; daemon [_thread_blocked, id=9079, stack(0x8f7af000,0x8f800000)]
&lt;br/&gt;&amp;nbsp; 0x8fa92400 JavaThread &amp;quot;RequestProcessor queue manager&amp;quot; daemon [_thread_blocked, id=9078, stack(0x8f9af000,0x8fa00000)]
&lt;br/&gt;&amp;nbsp; 0x09174400 JavaThread &amp;quot;Low Memory Detector&amp;quot; daemon [_thread_blocked, id=9076, stack(0x8fbe3000,0x8fc34000)]
&lt;br/&gt;&amp;nbsp; 0x09172c00 JavaThread &amp;quot;C2 CompilerThread1&amp;quot; daemon [_thread_in_native, id=9075, stack(0x8fc34000,0x8fcb5000)]
&lt;br/&gt;&amp;nbsp; 0x09167400 JavaThread &amp;quot;C2 CompilerThread0&amp;quot; daemon [_thread_blocked, id=9074, stack(0x8fcb5000,0x8fd36000)]
&lt;br/&gt;&amp;nbsp; 0x09165c00 JavaThread &amp;quot;Signal Dispatcher&amp;quot; daemon [_thread_blocked, id=9073, stack(0x8fd36000,0x8fd87000)]
&lt;br/&gt;&amp;nbsp; 0x09153c00 JavaThread &amp;quot;Finalizer&amp;quot; daemon [_thread_blocked, id=9072, stack(0x8ff87000,0x8ffd8000)]
&lt;br/&gt;&amp;nbsp; 0x09152800 JavaThread &amp;quot;Reference Handler&amp;quot; daemon [_thread_blocked, id=9071, stack(0x8ffd8000,0x90029000)]
&lt;br/&gt;&lt;br/&gt;Other Threads:
&lt;br/&gt;&amp;nbsp; 0x0914e800 VMThread [stack: 0x90029000,0x900aa000] [id=9070]
&lt;br/&gt;&amp;nbsp; 0x09176400 WatcherThread [stack: 0x8fb62000,0x8fbe3000] [id=9077]
&lt;br/&gt;&lt;br/&gt;VM state:not at safepoint (normal execution)
&lt;br/&gt;&lt;br/&gt;VM Mutex/Monitor currently owned by a thread: None
&lt;br/&gt;&lt;br/&gt;Heap
&lt;br/&gt;&amp;nbsp;PSYoungGen &amp;nbsp; &amp;nbsp; &amp;nbsp;total 163776K, used 51819K [0xa9810000, 0xb4160000, 0xb4160000)
&lt;br/&gt;&amp;nbsp; eden space 157632K, 32% used [0xa9810000,0xacaaaef8,0xb3200000)
&lt;br/&gt;&amp;nbsp; from space 6144K, 0% used [0xb3af0000,0xb3af0000,0xb40f0000)
&lt;br/&gt;&amp;nbsp; to &amp;nbsp; space 7872K, 0% used [0xb3200000,0xb3200000,0xb39b0000)
&lt;br/&gt;&amp;nbsp;PSOldGen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;total 36480K, used 20970K [0x94560000, 0x96900000, 0xa9810000)
&lt;br/&gt;&amp;nbsp; object space 36480K, 57% used [0x94560000,0x959da9d0,0x96900000)
&lt;br/&gt;&amp;nbsp;PSPermGen &amp;nbsp; &amp;nbsp; &amp;nbsp; total 59776K, used 30945K [0x90560000, 0x93fc0000, 0x94560000)
&lt;br/&gt;&amp;nbsp; object space 59776K, 51% used [0x90560000,0x92398518,0x93fc0000)
&lt;br/&gt;&lt;br/&gt;Code Cache &amp;nbsp;[0xb422e000, 0xb446e000, 0xb722e000)
&lt;br/&gt;&amp;nbsp;total_blobs=974 nmethods=535 adapters=392 free_code_cache=48584512 largest_free_block=18496
&lt;br/&gt;&lt;br/&gt;Dynamic libraries:
&lt;br/&gt;00101000-00493000 r-xp 00000000 fd:00 20799903 &amp;nbsp; /usr/lib/libgtk-x11-2.0.so.0.1000.4
&lt;br/&gt;00493000-00499000 rwxp 00391000 fd:00 20799903 &amp;nbsp; /usr/lib/libgtk-x11-2.0.so.0.1000.4
&lt;br/&gt;00499000-0049a000 rwxp 00499000 00:00 0 
&lt;br/&gt;0049c000-00506000 r-xp 00000000 fd:00 20786234 &amp;nbsp; /usr/lib/libGL.so.1.2
&lt;br/&gt;00506000-00509000 rwxp 00069000 fd:00 20786234 &amp;nbsp; /usr/lib/libGL.so.1.2
&lt;br/&gt;00509000-0050a000 rwxp 00509000 00:00 0 
&lt;br/&gt;005d0000-005e1000 r-xp 00000000 fd:00 27298316 &amp;nbsp; /lib/libresolv-2.5.so
&lt;br/&gt;005e1000-005e2000 r-xp 00010000 fd:00 27298316 &amp;nbsp; /lib/libresolv-2.5.so
&lt;br/&gt;005e2000-005e3000 rwxp 00011000 fd:00 27298316 &amp;nbsp; /lib/libresolv-2.5.so
&lt;br/&gt;005e3000-005e5000 rwxp 005e3000 00:00 0 
&lt;br/&gt;0062d000-00648000 r-xp 00000000 fd:00 27298299 &amp;nbsp; /lib/ld-2.5.so
&lt;br/&gt;00648000-00649000 r-xp 0001a000 fd:00 27298299 &amp;nbsp; /lib/ld-2.5.so
&lt;br/&gt;00649000-0064a000 rwxp 0001b000 fd:00 27298299 &amp;nbsp; /lib/ld-2.5.so
&lt;br/&gt;0064c000-0079f000 r-xp 00000000 fd:00 27298300 &amp;nbsp; /lib/libc-2.5.so
&lt;br/&gt;0079f000-007a0000 --xp 00153000 fd:00 27298300 &amp;nbsp; /lib/libc-2.5.so
&lt;br/&gt;007a0000-007a2000 r-xp 00153000 fd:00 27298300 &amp;nbsp; /lib/libc-2.5.so
&lt;br/&gt;007a2000-007a3000 rwxp 00155000 fd:00 27298300 &amp;nbsp; /lib/libc-2.5.so
&lt;br/&gt;007a3000-007a6000 rwxp 007a3000 00:00 0 
&lt;br/&gt;007a8000-007cf000 r-xp 00000000 fd:00 27298307 &amp;nbsp; /lib/libm-2.5.so
&lt;br/&gt;007cf000-007d0000 r-xp 00026000 fd:00 27298307 &amp;nbsp; /lib/libm-2.5.so
&lt;br/&gt;007d0000-007d1000 rwxp 00027000 fd:00 27298307 &amp;nbsp; /lib/libm-2.5.so
&lt;br/&gt;007d3000-007d6000 r-xp 00000000 fd:00 27298301 &amp;nbsp; /lib/libdl-2.5.so
&lt;br/&gt;007d6000-007d7000 r-xp 00002000 fd:00 27298301 &amp;nbsp; /lib/libdl-2.5.so
&lt;br/&gt;007d7000-007d8000 rwxp 00003000 fd:00 27298301 &amp;nbsp; /lib/libdl-2.5.so
&lt;br/&gt;007da000-007ec000 r-xp 00000000 fd:00 27298308 &amp;nbsp; /lib/libz.so.1.2.3
&lt;br/&gt;007ec000-007ed000 rwxp 00011000 fd:00 27298308 &amp;nbsp; /lib/libz.so.1.2.3
&lt;br/&gt;007ef000-00804000 r-xp 00000000 fd:00 27298302 &amp;nbsp; /lib/libpthread-2.5.so
&lt;br/&gt;00804000-00805000 --xp 00015000 fd:00 27298302 &amp;nbsp; /lib/libpthread-2.5.so
&lt;br/&gt;00805000-00806000 r-xp 00015000 fd:00 27298302 &amp;nbsp; /lib/libpthread-2.5.so
&lt;br/&gt;00806000-00807000 rwxp 00016000 fd:00 27298302 &amp;nbsp; /lib/libpthread-2.5.so
&lt;br/&gt;00807000-00809000 rwxp 00807000 00:00 0 
&lt;br/&gt;0080b000-00812000 r-xp 00000000 fd:00 27298303 &amp;nbsp; /lib/librt-2.5.so
&lt;br/&gt;00812000-00813000 r-xp 00007000 fd:00 27298303 &amp;nbsp; /lib/librt-2.5.so
&lt;br/&gt;00813000-00814000 rwxp 00008000 fd:00 27298303 &amp;nbsp; /lib/librt-2.5.so
&lt;br/&gt;00816000-008b3000 r-xp 00000000 fd:00 27298304 &amp;nbsp; /lib/libglib-2.0.so.0.1200.3
&lt;br/&gt;008b3000-008b4000 rwxp 0009c000 fd:00 27298304 &amp;nbsp; /lib/libglib-2.0.so.0.1200.3
&lt;br/&gt;008b6000-009b5000 r-xp 00000000 fd:00 20799890 &amp;nbsp; /usr/lib/libX11.so.6.2.0
&lt;br/&gt;009b5000-009b9000 rwxp 000ff000 fd:00 20799890 &amp;nbsp; /usr/lib/libX11.so.6.2.0
&lt;br/&gt;009bb000-009c0000 r-xp 00000000 fd:00 20799889 &amp;nbsp; /usr/lib/libXdmcp.so.6.0.0
&lt;br/&gt;009c0000-009c1000 rwxp 00004000 fd:00 20799889 &amp;nbsp; /usr/lib/libXdmcp.so.6.0.0
&lt;br/&gt;009c3000-009c5000 r-xp 00000000 fd:00 20799888 &amp;nbsp; /usr/lib/libXau.so.6.0.0
&lt;br/&gt;009c5000-009c6000 rwxp 00001000 fd:00 20799888 &amp;nbsp; /usr/lib/libXau.so.6.0.0
&lt;br/&gt;009c8000-00a06000 r-xp 00000000 fd:00 27298306 &amp;nbsp; /lib/libgobject-2.0.so.0.1200.3
&lt;br/&gt;00a06000-00a07000 rwxp 0003e000 fd:00 27298306 &amp;nbsp; /lib/libgobject-2.0.so.0.1200.3
&lt;br/&gt;00a09000-00a18000 r-xp 00000000 fd:00 20799895 &amp;nbsp; /usr/lib/libXext.so.6.4.0
&lt;br/&gt;00a18000-00a19000 rwxp 0000e000 fd:00 20799895 &amp;nbsp; /usr/lib/libXext.so.6.4.0
&lt;br/&gt;00a1b000-00a98000 r-xp 00000000 fd:00 20799885 &amp;nbsp; /usr/lib/libfreetype.so.6.3.10
&lt;br/&gt;00a98000-00a9b000 rwxp 0007d000 fd:00 20799885 &amp;nbsp; /usr/lib/libfreetype.so.6.3.10
&lt;br/&gt;00a9d000-00a9f000 r-xp 00000000 fd:00 27298305 &amp;nbsp; /lib/libgmodule-2.0.so.0.1200.3
&lt;br/&gt;00a9f000-00aa0000 rwxp 00002000 fd:00 27298305 &amp;nbsp; /lib/libgmodule-2.0.so.0.1200.3
&lt;br/&gt;00aa2000-00ac9000 r-xp 00000000 fd:00 20799886 &amp;nbsp; /usr/lib/libfontconfig.so.1.1.0
&lt;br/&gt;00ac9000-00ad1000 rwxp 00027000 fd:00 20799886 &amp;nbsp; /usr/lib/libfontconfig.so.1.1.0
&lt;br/&gt;00ad3000-00af2000 r-xp 00000000 fd:00 27298309 &amp;nbsp; /lib/libexpat.so.0.5.0
&lt;br/&gt;00af2000-00af4000 rwxp 0001e000 fd:00 27298309 &amp;nbsp; /lib/libexpat.so.0.5.0
&lt;br/&gt;00af6000-00afe000 r-xp 00000000 fd:00 20799891 &amp;nbsp; /usr/lib/libXrender.so.1.3.0
&lt;br/&gt;00afe000-00aff000 rwxp 00007000 fd:00 20799891 &amp;nbsp; /usr/lib/libXrender.so.1.3.0
&lt;br/&gt;00b01000-00b26000 r-xp 00000000 fd:00 20799887 &amp;nbsp; /usr/lib/libpng12.so.0.10.0
&lt;br/&gt;00b26000-00b27000 rwxp 00024000 fd:00 20799887 &amp;nbsp; /usr/lib/libpng12.so.0.10.0
&lt;br/&gt;00b29000-00b30000 r-xp 00000000 fd:00 20799897 &amp;nbsp; /usr/lib/libXi.so.6.0.0
&lt;br/&gt;00b30000-00b31000 rwxp 00006000 fd:00 20799897 &amp;nbsp; /usr/lib/libXi.so.6.0.0
&lt;br/&gt;00b33000-00b35000 r-xp 00000000 fd:00 20799896 &amp;nbsp; /usr/lib/libXinerama.so.1.0.0
&lt;br/&gt;00b35000-00b36000 rwxp 00001000 fd:00 20799896 &amp;nbsp; /usr/lib/libXinerama.so.1.0.0
&lt;br/&gt;00b38000-00bc2000 r-xp 00000000 fd:00 20799901 &amp;nbsp; /usr/lib/libgdk-x11-2.0.so.0.1000.4
&lt;br/&gt;00bc2000-00bc5000 rwxp 0008a000 fd:00 20799901 &amp;nbsp; /usr/lib/libgdk-x11-2.0.so.0.1000.4
&lt;br/&gt;00bc7000-00be1000 r-xp 00000000 fd:00 20799902 &amp;nbsp; /usr/lib/libatk-1.0.so.0.1212.0
&lt;br/&gt;00be1000-00be3000 rwxp 0001a000 fd:00 20799902 &amp;nbsp; /usr/lib/libatk-1.0.so.0.1212.0
&lt;br/&gt;00be5000-00be9000 r-xp 00000000 fd:00 20799899 &amp;nbsp; /usr/lib/libXfixes.so.3.1.0
&lt;br/&gt;00be9000-00bea000 rwxp 00003000 fd:00 20799899 &amp;nbsp; /usr/lib/libXfixes.so.3.1.0
&lt;br/&gt;00bec000-00bf4000 r-xp 00000000 fd:00 20799894 &amp;nbsp; /usr/lib/libpangocairo-1.0.so.0.1400.9
&lt;br/&gt;00bf4000-00bf5000 rwxp 00007000 fd:00 20799894 &amp;nbsp; /usr/lib/libpangocairo-1.0.so.0.1400.9
&lt;br/&gt;00bf7000-00c0d000 r-xp 00000000 fd:00 20795159 &amp;nbsp; /usr/lib/libgdk_pixbuf-2.0.so.0.1000.4
&lt;br/&gt;00c0d000-00c0e000 rwxp 00016000 fd:00 20795159 &amp;nbsp; /usr/lib/libgdk_pixbuf-2.0.so.0.1000.4
&lt;br/&gt;00c10000-00c4d000 r-xp 00000000 fd:00 20799884 &amp;nbsp; /usr/lib/libpango-1.0.so.0.1400.9
&lt;br/&gt;00c4d000-00c4f000 rwxp 0003c000 fd:00 20799884 &amp;nbsp; /usr/lib/libpango-1.0.so.0.1400.9
&lt;br/&gt;00c51000-00c54000 r-xp 00000000 fd:00 20799898 &amp;nbsp; /usr/lib/libXrandr.so.2.0.0
&lt;br/&gt;00c54000-00c55000 rwxp 00002000 fd:00 20799898 &amp;nbsp; /usr/lib/libXrandr.so.2.0.0
&lt;br/&gt;00c57000-00c60000 r-xp 00000000 fd:00 20799900 &amp;nbsp; /usr/lib/libXcursor.so.1.0.2
&lt;br/&gt;00c60000-00c61000 rwxp 00008000 fd:00 20799900 &amp;nbsp; /usr/lib/libXcursor.so.1.0.2
&lt;br/&gt;00c63000-00ccf000 r-xp 00000000 fd:00 20799892 &amp;nbsp; /usr/lib/libcairo.so.2.9.2
&lt;br/&gt;00ccf000-00cd1000 rwxp 0006b000 fd:00 20799892 &amp;nbsp; /usr/lib/libcairo.so.2.9.2
&lt;br/&gt;00cd3000-00cff000 r-xp 00000000 fd:00 20799893 &amp;nbsp; /usr/lib/libpangoft2-1.0.so.0.1400.9
&lt;br/&gt;00cff000-00d00000 rwxp 0002c000 fd:00 20799893 &amp;nbsp; /usr/lib/libpangoft2-1.0.so.0.1400.9
&lt;br/&gt;00d02000-00d09000 r-xp 00000000 fd:00 20799985 &amp;nbsp; /usr/lib/libdrm.so.2.0.0
&lt;br/&gt;00d09000-00d0a000 rwxp 00006000 fd:00 20799985 &amp;nbsp; /usr/lib/libdrm.so.2.0.0
&lt;br/&gt;00d6a000-00d7f000 r-xp 00000000 fd:00 27298314 &amp;nbsp; /lib/libnsl-2.5.so
&lt;br/&gt;00d7f000-00d80000 r-xp 00014000 fd:00 27298314 &amp;nbsp; /lib/libnsl-2.5.so
&lt;br/&gt;00d80000-00d81000 rwxp 00015000 fd:00 27298314 &amp;nbsp; /lib/libnsl-2.5.so
&lt;br/&gt;00d81000-00d83000 rwxp 00d81000 00:00 0 
&lt;br/&gt;00dc6000-00dca000 r-xp 00000000 fd:00 27298311 &amp;nbsp; /lib/libgthread-2.0.so.0.1200.3
&lt;br/&gt;00dca000-00dcb000 rwxp 00003000 fd:00 27298311 &amp;nbsp; /lib/libgthread-2.0.so.0.1200.3
&lt;br/&gt;074a4000-074a9000 r-xp 00000000 fd:00 20786283 &amp;nbsp; /usr/lib/libXtst.so.6.1.0
&lt;br/&gt;074a9000-074aa000 rwxp 00004000 fd:00 20786283 &amp;nbsp; /usr/lib/libXtst.so.6.1.0
&lt;br/&gt;077b7000-077bb000 r-xp 00000000 fd:00 20785160 &amp;nbsp; /usr/lib/libXxf86vm.so.1.0.0
&lt;br/&gt;077bb000-077bc000 rwxp 00003000 fd:00 20785160 &amp;nbsp; /usr/lib/libXxf86vm.so.1.0.0
&lt;br/&gt;08048000-08052000 r-xp 00000000 fd:00 21659908 &amp;nbsp; /usr/local/java/jdk1.6.0_32/bin/java
&lt;br/&gt;08052000-08053000 rwxp 00009000 fd:00 21659908 &amp;nbsp; /usr/local/java/jdk1.6.0_32/bin/java
&lt;br/&gt;090cc000-0d164000 rwxp 090cc000 00:00 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[heap]
&lt;br/&gt;8b3b9000-8b3c8000 r-xs 00000000 fd:00 21239570 &amp;nbsp; /usr/share/fonts/default/ghostscript/hrgrr.pfa
&lt;br/&gt;8b3c8000-8b3db000 r-xs 00000000 fd:00 21239600 &amp;nbsp; /usr/share/fonts/default/ghostscript/putbi.pfa
&lt;br/&gt;8b3db000-8b3e5000 r-xs 00000000 fd:00 21239595 &amp;nbsp; /usr/share/fonts/default/ghostscript/hrscs.pfa
&lt;br/&gt;8b3e5000-8b3f0000 r-xs 00000000 fd:00 21239592 &amp;nbsp; /usr/share/fonts/default/ghostscript/hrscc.pfa
&lt;br/&gt;8b3f0000-8b401000 r-xs 00000000 fd:00 21239553 &amp;nbsp; /usr/share/fonts/default/ghostscript/bchr.pfa
&lt;br/&gt;8b401000-8b414000 r-xs 00000000 fd:00 21239602 &amp;nbsp; /usr/share/fonts/default/ghostscript/putri.pfa
&lt;br/&gt;8b414000-8b425000 r-xs 00000000 fd:00 21239549 &amp;nbsp; /usr/share/fonts/default/ghostscript/bchb.pfa
&lt;br/&gt;8b425000-8b434000 r-xs 00000000 fd:00 21239564 &amp;nbsp; /usr/share/fonts/default/ghostscript/hrger.pfa
&lt;br/&gt;8b434000-8b443000 r-xs 00000000 fd:00 21239588 &amp;nbsp; /usr/share/fonts/default/ghostscript/hrplt.pfa
&lt;br/&gt;8b443000-8b450000 r-xs 00000000 fd:00 21239573 &amp;nbsp; /usr/share/fonts/default/ghostscript/hritr.pfa
&lt;br/&gt;8b450000-8b45b000 r-xs 00000000 fd:00 21239576 &amp;nbsp; /usr/share/fonts/default/ghostscript/hrpld.pfa
&lt;br/&gt;8b45b000-8b46a000 r-xs 00000000 fd:00 21239591 &amp;nbsp; /usr/share/fonts/default/ghostscript/hrplti.pfa
&lt;br/&gt;8b46a000-8b475000 r-xs 00000000 fd:00 21239579 &amp;nbsp; /usr/share/fonts/default/ghostscript/hrpldi.pfa
&lt;br/&gt;8b475000-8b486000 r-xs 00000000 fd:00 21239555 &amp;nbsp; /usr/share/fonts/default/ghostscript/bchri.pfa
&lt;br/&gt;8b486000-8b497000 r-xs 00000000 fd:00 21239551 &amp;nbsp; /usr/share/fonts/default/ghostscript/bchbi.pfa
&lt;br/&gt;8b497000-8b4a9000 r-xs 00000000 fd:00 21239601 &amp;nbsp; /usr/share/fonts/default/ghostscript/putr.pfa
&lt;br/&gt;8b4a9000-8b4bb000 r-xs 00000000 fd:00 21239599 &amp;nbsp; /usr/share/fonts/default/ghostscript/putb.pfa
&lt;br/&gt;8b4bb000-8b4c9000 r-xs 00000000 fd:00 21237757 &amp;nbsp; /usr/share/X11/fonts/Type1/cursor.pfa
&lt;br/&gt;8b4c9000-8b4db000 r-xs 00000000 fd:00 21237767 &amp;nbsp; /usr/share/X11/fonts/Type1/l048013t.pfa
&lt;br/&gt;8b4db000-8b4e4000 r-xs 00000000 fd:00 21237746 &amp;nbsp; /usr/share/X11/fonts/Type1/c0648bt_.pfb
&lt;br/&gt;8b4e4000-8b4f6000 r-xs 00000000 fd:00 21237769 &amp;nbsp; /usr/share/X11/fonts/Type1/l048016t.pfa
&lt;br/&gt;8b4f6000-8b50a000 r-xs 00000000 fd:00 21237765 &amp;nbsp; /usr/share/X11/fonts/Type1/l047036t.pfa
&lt;br/&gt;8b50a000-8b521000 r-xs 00000000 fd:00 21237775 &amp;nbsp; /usr/share/X11/fonts/Type1/l049013t.pfa
&lt;br/&gt;8b521000-8b535000 r-xs 00000000 fd:00 21237761 &amp;nbsp; /usr/share/X11/fonts/Type1/l047016t.pfa
&lt;br/&gt;8b535000-8b53f000 r-xs 00000000 fd:00 21237740 &amp;nbsp; /usr/share/X11/fonts/Type1/c0611bt_.pfb
&lt;br/&gt;8b53f000-8b556000 r-xs 00000000 fd:00 21237777 &amp;nbsp; /usr/share/X11/fonts/Type1/l049016t.pfa
&lt;br/&gt;8b556000-8b568000 r-xs 00000000 fd:00 21237732 &amp;nbsp; /usr/share/X11/fonts/Type1/UTRG____.pfa
&lt;br/&gt;8b568000-8b57a000 r-xs 00000000 fd:00 21237771 &amp;nbsp; /usr/share/X11/fonts/Type1/l048033t.pfa
&lt;br/&gt;8b57a000-8b599000 r-xs 00000000 fd:00 21237750 &amp;nbsp; /usr/share/X11/fonts/Type1/cour.pfa
&lt;br/&gt;8b599000-8b5ad000 r-xs 00000000 fd:00 21237763 &amp;nbsp; /usr/share/X11/fonts/Type1/l047033t.pfa
&lt;br/&gt;8b5ad000-8b5cc000 r-xs 00000000 fd:00 21237752 &amp;nbsp; /usr/share/X11/fonts/Type1/courb.pfa
&lt;br/&gt;8b5cc000-8b5d6000 r-xs 00000000 fd:00 21237736 &amp;nbsp; /usr/share/X11/fonts/Type1/c0582bt_.pfb
&lt;br/&gt;8b5d6000-8b5e8000 r-xs 00000000 fd:00 21237773 &amp;nbsp; /usr/share/X11/fonts/Type1/l048036t.pfa
&lt;br/&gt;8b5e8000-8b5fb000 r-xs 00000000 fd:00 21237759 &amp;nbsp; /usr/share/X11/fonts/Type1/l047013t.pfa
&lt;br/&gt;8b5fb000-8b60e000 r-xs 00000000 fd:00 21237726 &amp;nbsp; /usr/share/X11/fonts/Type1/UTBI____.pfa
&lt;br/&gt;8b60e000-8b620000 r-xs 00000000 fd:00 21237728 &amp;nbsp; /usr/share/X11/fonts/Type1/UTB_____.pfa
&lt;br/&gt;8b620000-8b63f000 r-xs 00000000 fd:00 21237754 &amp;nbsp; /usr/share/X11/fonts/Type1/courbi.pfa
&lt;br/&gt;8b63f000-8b648000 r-xs 00000000 fd:00 21237744 &amp;nbsp; /usr/share/X11/fonts/Type1/c0633bt_.pfb
&lt;br/&gt;8b648000-8b652000 r-xs 00000000 fd:00 21237734 &amp;nbsp; /usr/share/X11/fonts/Type1/c0419bt_.pfb
&lt;br/&gt;8b652000-8b66c000 r-xs 00000000 fd:00 21237779 &amp;nbsp; /usr/share/X11/fonts/Type1/l049033t.pfa
&lt;br/&gt;8b66c000-8b675000 r-xs 00000000 fd:00 21237742 &amp;nbsp; /usr/share/X11/fonts/Type1/c0632bt_.pfb
&lt;br/&gt;8b675000-8b68d000 r-xs 00000000 fd:00 21237781 &amp;nbsp; /usr/share/X11/fonts/Type1/l049036t.pfa
&lt;br/&gt;8b68d000-8b697000 r-xs 00000000 fd:00 21237738 &amp;nbsp; /usr/share/X11/fonts/Type1/c0583bt_.pfb
&lt;br/&gt;8b697000-8b6b5000 r-xs 00000000 fd:00 21237756 &amp;nbsp; /usr/share/X11/fonts/Type1/couri.pfa
&lt;br/&gt;8b6b5000-8b6c8000 r-xs 00000000 fd:00 21237730 &amp;nbsp; /usr/share/X11/fonts/Type1/UTI_____.pfa
&lt;br/&gt;8b6c8000-8b6de000 r-xs 00000000 fd:00 21237464 &amp;nbsp; /usr/share/fonts/default/Type1/a010013l.pfb
&lt;br/&gt;8b6de000-8b6f4000 r-xs 00000000 fd:00 21237502 &amp;nbsp; /usr/share/fonts/default/Type1/n019063l.pfb
&lt;br/&gt;8b6f4000-8b717000 r-xs 00000000 fd:00 21237486 &amp;nbsp; /usr/share/fonts/default/Type1/c059036l.pfb
&lt;br/&gt;8b717000-8b73e000 r-xs 00000000 fd:00 21237520 &amp;nbsp; /usr/share/fonts/default/Type1/n022024l.pfb
&lt;br/&gt;8b73e000-8b759000 r-xs 00000000 fd:00 21237478 &amp;nbsp; /usr/share/fonts/default/Type1/b018035l.pfb
&lt;br/&gt;8b759000-8b77d000 r-xs 00000000 fd:00 21237506 &amp;nbsp; /usr/share/fonts/default/Type1/n021003l.pfb
&lt;br/&gt;8b77d000-8b796000 r-xs 00000000 fd:00 21237494 &amp;nbsp; /usr/share/fonts/default/Type1/n019023l.pfb
&lt;br/&gt;8b796000-8b7ae000 r-xs 00000000 fd:00 21237496 &amp;nbsp; /usr/share/fonts/default/Type1/n019024l.pfb
&lt;br/&gt;8b7ae000-8b7d2000 r-xs 00000000 fd:00 21237508 &amp;nbsp; /usr/share/fonts/default/Type1/n021004l.pfb
&lt;br/&gt;8b7d2000-8b7e8000 r-xs 00000000 fd:00 21237468 &amp;nbsp; /usr/share/fonts/default/Type1/a010033l.pfb
&lt;br/&gt;8b7e8000-8b801000 r-xs 00000000 fd:00 21237490 &amp;nbsp; /usr/share/fonts/default/Type1/n019003l.pfb
&lt;br/&gt;8b801000-8b824000 r-xs 00000000 fd:00 21237512 &amp;nbsp; /usr/share/fonts/default/Type1/n021024l.pfb
&lt;br/&gt;8b824000-8b84e000 r-xs 00000000 fd:00 21237524 &amp;nbsp; /usr/share/fonts/default/Type1/p052004l.pfb
&lt;br/&gt;8b84e000-8b876000 r-xs 00000000 fd:00 21237516 &amp;nbsp; /usr/share/fonts/default/Type1/n022004l.pfb
&lt;br/&gt;8b876000-8b88f000 r-xs 00000000 fd:00 21237492 &amp;nbsp; /usr/share/fonts/default/Type1/n019004l.pfb
&lt;br/&gt;8b88f000-8b8ad000 r-xs 00000000 fd:00 21237474 &amp;nbsp; /usr/share/fonts/default/Type1/b018015l.pfb
&lt;br/&gt;8b8ad000-8b8c4000 r-xs 00000000 fd:00 21237466 &amp;nbsp; /usr/share/fonts/default/Type1/a010015l.pfb
&lt;br/&gt;8b8c4000-8b8ee000 r-xs 00000000 fd:00 21237522 &amp;nbsp; /usr/share/fonts/default/Type1/p052003l.pfb
&lt;br/&gt;8b8ee000-8b904000 r-xs 00000000 fd:00 21237498 &amp;nbsp; /usr/share/fonts/default/Type1/n019043l.pfb
&lt;br/&gt;8b904000-8b926000 r-xs 00000000 fd:00 21237514 &amp;nbsp; /usr/share/fonts/default/Type1/n022003l.pfb
&lt;br/&gt;8b926000-8b950000 r-xs 00000000 fd:00 21237526 &amp;nbsp; /usr/share/fonts/default/Type1/p052023l.pfb
&lt;br/&gt;8b950000-8b972000 r-xs 00000000 fd:00 21237518 &amp;nbsp; /usr/share/fonts/default/Type1/n022023l.pfb
&lt;br/&gt;8b972000-8b99b000 r-xs 00000000 fd:00 21237532 &amp;nbsp; /usr/share/fonts/default/Type1/z003034l.pfb
&lt;br/&gt;8b99b000-8b9c7000 r-xs 00000000 fd:00 21237528 &amp;nbsp; /usr/share/fonts/default/Type1/p052024l.pfb
&lt;br/&gt;8b9c7000-8b9eb000 r-xs 00000000 fd:00 21237476 &amp;nbsp; /usr/share/fonts/default/Type1/b018032l.pfb
&lt;br/&gt;8b9eb000-8ba11000 r-xs 00000000 fd:00 21237482 &amp;nbsp; /usr/share/fonts/default/Type1/c059016l.pfb
&lt;br/&gt;8ba11000-8ba14000 --xp 8ba11000 00:00 0 
&lt;br/&gt;8ba14000-8ba62000 rwxp 8ba14000 00:00 0 
&lt;br/&gt;8ba62000-8ba65000 --xp 8ba62000 00:00 0 
&lt;br/&gt;8ba65000-8bab3000 rwxp 8ba65000 00:00 0 
&lt;br/&gt;8bab3000-8bab6000 --xp 8bab3000 00:00 0 
&lt;br/&gt;8bab6000-8bb04000 rwxp 8bab6000 00:00 0 
&lt;br/&gt;8bb04000-8bb07000 --xp 8bb04000 00:00 0 
&lt;br/&gt;8bb07000-8bb55000 rwxp 8bb07000 00:00 0 
&lt;br/&gt;8bb55000-8bb58000 --xp 8bb55000 00:00 0 
&lt;br/&gt;8bb58000-8bba6000 rwxp 8bb58000 00:00 0 
&lt;br/&gt;8bba6000-8bba9000 --xp 8bba6000 00:00 0 
&lt;br/&gt;8bba9000-8bbf7000 rwxp 8bba9000 00:00 0 
&lt;br/&gt;8bbf7000-8bbfa000 --xp 8bbf7000 00:00 0 
&lt;br/&gt;8bbfa000-8bc48000 rwxp 8bbfa000 00:00 0 
&lt;br/&gt;8bc48000-8bd0e000 r-xp 00000000 fd:00 21594172 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libmlib_image.so
&lt;br/&gt;8bd0e000-8bd0f000 rwxp 000c5000 fd:00 21594172 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libmlib_image.so
&lt;br/&gt;8bd0f000-8bd12000 --xp 8bd0f000 00:00 0 
&lt;br/&gt;8bd12000-8bd60000 rwxp 8bd12000 00:00 0 
&lt;br/&gt;8bd60000-8bdc0000 rwxs 00000000 00:09 6553626 &amp;nbsp; &amp;nbsp;/SYSV00000000 (deleted)
&lt;br/&gt;8bdc0000-8c300000 rwxs 00000000 00:09 6520857 &amp;nbsp; &amp;nbsp;/SYSV00000000 (deleted)
&lt;br/&gt;8c300000-8c3f9000 rwxp 8c300000 00:00 0 
&lt;br/&gt;8c3f9000-8c400000 --xp 8c3f9000 00:00 0 
&lt;br/&gt;8c400000-8c4f9000 rwxp 8c400000 00:00 0 
&lt;br/&gt;8c4f9000-8c500000 --xp 8c4f9000 00:00 0 
&lt;br/&gt;8c500000-8c5f9000 rwxp 8c500000 00:00 0 
&lt;br/&gt;8c5f9000-8c600000 --xp 8c5f9000 00:00 0 
&lt;br/&gt;8c60d000-8c610000 --xp 8c60d000 00:00 0 
&lt;br/&gt;8c610000-8c65e000 rwxp 8c610000 00:00 0 
&lt;br/&gt;8c65e000-8c661000 --xp 8c65e000 00:00 0 
&lt;br/&gt;8c661000-8c6af000 rwxp 8c661000 00:00 0 
&lt;br/&gt;8c6af000-8c6b2000 --xp 8c6af000 00:00 0 
&lt;br/&gt;8c6b2000-8c7f9000 rwxp 8c6b2000 00:00 0 
&lt;br/&gt;8c7f9000-8c800000 --xp 8c7f9000 00:00 0 
&lt;br/&gt;8c800000-8c8f9000 rwxp 8c800000 00:00 0 
&lt;br/&gt;8c8f9000-8c900000 --xp 8c8f9000 00:00 0 
&lt;br/&gt;8c900000-8c9f9000 rwxp 8c900000 00:00 0 
&lt;br/&gt;8c9f9000-8ca00000 --xp 8c9f9000 00:00 0 
&lt;br/&gt;8ca04000-8ca1a000 r-xs 00000000 fd:00 21237500 &amp;nbsp; /usr/share/fonts/default/Type1/n019044l.pfb
&lt;br/&gt;8ca1a000-8ca1d000 --xp 8ca1a000 00:00 0 
&lt;br/&gt;8ca1d000-8ca6b000 rwxp 8ca1d000 00:00 0 
&lt;br/&gt;8ca6b000-8ca6e000 --xp 8ca6b000 00:00 0 
&lt;br/&gt;8ca6e000-8cabc000 rwxp 8ca6e000 00:00 0 
&lt;br/&gt;8cabc000-8cabf000 --xp 8cabc000 00:00 0 
&lt;br/&gt;8cabf000-8cb0d000 rwxp 8cabf000 00:00 0 
&lt;br/&gt;8cb0d000-8cb10000 --xp 8cb0d000 00:00 0 
&lt;br/&gt;8cb10000-8cb5e000 rwxp 8cb10000 00:00 0 
&lt;br/&gt;8cb5e000-8cb61000 --xp 8cb5e000 00:00 0 
&lt;br/&gt;8cb61000-8cbaf000 rwxp 8cb61000 00:00 0 
&lt;br/&gt;8cbaf000-8cbb2000 --xp 8cbaf000 00:00 0 
&lt;br/&gt;8cbb2000-8cdfc000 rwxp 8cbb2000 00:00 0 
&lt;br/&gt;8cdfc000-8ce00000 --xp 8cdfc000 00:00 0 
&lt;br/&gt;8ce00000-8cef9000 rwxp 8ce00000 00:00 0 
&lt;br/&gt;8cef9000-8cf00000 --xp 8cef9000 00:00 0 
&lt;br/&gt;8cf00000-8cffe000 rwxp 8cf00000 00:00 0 
&lt;br/&gt;8cffe000-8d000000 --xp 8cffe000 00:00 0 
&lt;br/&gt;8d000000-8d0fb000 rwxp 8d000000 00:00 0 
&lt;br/&gt;8d0fb000-8d100000 --xp 8d0fb000 00:00 0 
&lt;br/&gt;8d100000-8d1fb000 rwxp 8d100000 00:00 0 
&lt;br/&gt;8d1fb000-8d200000 --xp 8d1fb000 00:00 0 
&lt;br/&gt;8d200000-8d2ff000 rwxp 8d200000 00:00 0 
&lt;br/&gt;8d2ff000-8d300000 --xp 8d2ff000 00:00 0 
&lt;br/&gt;8d300000-8d3fd000 rwxp 8d300000 00:00 0 
&lt;br/&gt;8d3fd000-8d400000 --xp 8d3fd000 00:00 0 
&lt;br/&gt;8d400000-8d4fb000 rwxp 8d400000 00:00 0 
&lt;br/&gt;8d4fb000-8d500000 --xp 8d4fb000 00:00 0 
&lt;br/&gt;8d505000-8d52a000 r-xs 00000000 fd:00 21237510 &amp;nbsp; /usr/share/fonts/default/Type1/n021023l.pfb
&lt;br/&gt;8d52a000-8d54e000 r-xs 00000000 fd:00 21237484 &amp;nbsp; /usr/share/fonts/default/Type1/c059033l.pfb
&lt;br/&gt;8d54e000-8d6ee000 rwxp 8d54e000 00:00 0 
&lt;br/&gt;8d6ee000-8d700000 --xp 8d6ee000 00:00 0 
&lt;br/&gt;8d70d000-8d710000 --xp 8d70d000 00:00 0 
&lt;br/&gt;8d710000-8d75e000 rwxp 8d710000 00:00 0 
&lt;br/&gt;8d75e000-8d761000 --xp 8d75e000 00:00 0 
&lt;br/&gt;8d761000-8d7af000 rwxp 8d761000 00:00 0 
&lt;br/&gt;8d7af000-8d7b2000 --xp 8d7af000 00:00 0 
&lt;br/&gt;8d7b2000-8d8ef000 rwxp 8d7b2000 00:00 0 
&lt;br/&gt;8d8ef000-8d900000 --xp 8d8ef000 00:00 0 
&lt;br/&gt;8d900000-8da00000 rwxp 8d900000 00:00 0 
&lt;br/&gt;8da00000-8dafb000 rwxp 8da00000 00:00 0 
&lt;br/&gt;8dafb000-8db00000 --xp 8dafb000 00:00 0 
&lt;br/&gt;8db00000-8dbf5000 rwxp 8db00000 00:00 0 
&lt;br/&gt;8dbf5000-8dc00000 --xp 8dbf5000 00:00 0 
&lt;br/&gt;8dc0d000-8dc10000 --xp 8dc0d000 00:00 0 
&lt;br/&gt;8dc10000-8dc5e000 rwxp 8dc10000 00:00 0 
&lt;br/&gt;8dc5e000-8dc61000 --xp 8dc5e000 00:00 0 
&lt;br/&gt;8dc61000-8dcaf000 rwxp 8dc61000 00:00 0 
&lt;br/&gt;8dcaf000-8dcb2000 --xp 8dcaf000 00:00 0 
&lt;br/&gt;8dcb2000-8def1000 rwxp 8dcb2000 00:00 0 
&lt;br/&gt;8def1000-8df00000 --xp 8def1000 00:00 0 
&lt;br/&gt;8df00000-8dffd000 rwxp 8df00000 00:00 0 
&lt;br/&gt;8dffd000-8e000000 --xp 8dffd000 00:00 0 
&lt;br/&gt;8e000000-8e0fb000 rwxp 8e000000 00:00 0 
&lt;br/&gt;8e0fb000-8e100000 --xp 8e0fb000 00:00 0 
&lt;br/&gt;8e100000-8e200000 rwxp 8e100000 00:00 0 
&lt;br/&gt;8e203000-8e20c000 r-xs 00000000 fd:00 21237748 &amp;nbsp; /usr/share/X11/fonts/Type1/c0649bt_.pfb
&lt;br/&gt;8e20c000-8e215000 r-xs 00000000 fd:00 21237530 &amp;nbsp; /usr/share/fonts/default/Type1/s050000l.pfb
&lt;br/&gt;8e215000-8e22d000 r-xs 00000000 fd:00 21237504 &amp;nbsp; /usr/share/fonts/default/Type1/n019064l.pfb
&lt;br/&gt;8e22d000-8e230000 --xp 8e22d000 00:00 0 
&lt;br/&gt;8e230000-8e27e000 rwxp 8e230000 00:00 0 
&lt;br/&gt;8e27f000-8e28b000 r-xs 00000000 fd:00 21237488 &amp;nbsp; /usr/share/fonts/default/Type1/d050000l.pfb
&lt;br/&gt;8e28b000-8e2af000 r-xs 00000000 fd:00 21237472 &amp;nbsp; /usr/share/fonts/default/Type1/b018012l.pfb
&lt;br/&gt;8e2af000-8e2b2000 --xp 8e2af000 00:00 0 
&lt;br/&gt;8e2b2000-8e3fe000 rwxp 8e2b2000 00:00 0 
&lt;br/&gt;8e3fe000-8e400000 --xp 8e3fe000 00:00 0 
&lt;br/&gt;8e400000-8e500000 rwxp 8e400000 00:00 0 
&lt;br/&gt;8e505000-8e52b000 r-xs 00000000 fd:00 21237480 &amp;nbsp; /usr/share/fonts/default/Type1/c059013l.pfb
&lt;br/&gt;8e52b000-8e52e000 --xp 8e52b000 00:00 0 
&lt;br/&gt;8e52e000-8e57c000 rwxp 8e52e000 00:00 0 
&lt;br/&gt;8e57c000-8e5fe000 r-xp 00000000 fd:00 23265359 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libjogl_desktop.so
&lt;br/&gt;8e5fe000-8e5ff000 r-xp 00081000 fd:00 23265359 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libjogl_desktop.so
&lt;br/&gt;8e5ff000-8e600000 rwxp 00082000 fd:00 23265359 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libjogl_desktop.so
&lt;br/&gt;8e600000-8e7fd000 rwxp 8e600000 00:00 0 
&lt;br/&gt;8e7fd000-8e800000 --xp 8e7fd000 00:00 0 
&lt;br/&gt;8e800000-8ea00000 rwxp 8e800000 00:00 0 
&lt;br/&gt;8ea00000-8eb00000 rwxp 8ea00000 00:00 0 
&lt;br/&gt;8eb03000-8eb1a000 r-xs 00000000 fd:00 21237470 &amp;nbsp; /usr/share/fonts/default/Type1/a010035l.pfb
&lt;br/&gt;8eb1a000-8eb1d000 --xp 8eb1a000 00:00 0 
&lt;br/&gt;8eb1d000-8eb6b000 rwxp 8eb1d000 00:00 0 
&lt;br/&gt;8eb6b000-8eb6e000 --xp 8eb6b000 00:00 0 
&lt;br/&gt;8eb6e000-8ebbc000 rwxp 8eb6e000 00:00 0 
&lt;br/&gt;8ebbc000-8ebbf000 --xp 8ebbc000 00:00 0 
&lt;br/&gt;8ebbf000-8ec0d000 rwxp 8ebbf000 00:00 0 
&lt;br/&gt;8ec0d000-8ec10000 --xp 8ec0d000 00:00 0 
&lt;br/&gt;8ec10000-8ec5e000 rwxp 8ec10000 00:00 0 
&lt;br/&gt;8ec5e000-8ec61000 --xp 8ec5e000 00:00 0 
&lt;br/&gt;8ec61000-8ecaf000 rwxp 8ec61000 00:00 0 
&lt;br/&gt;8ecaf000-8ecb2000 --xp 8ecaf000 00:00 0 
&lt;br/&gt;8ecb2000-8edfd000 rwxp 8ecb2000 00:00 0 
&lt;br/&gt;8edfd000-8ee00000 --xp 8edfd000 00:00 0 
&lt;br/&gt;8ee04000-8ee17000 r-xp 00000000 fd:00 23265328 &amp;nbsp; /tmp/jna3031364609445452064.tmp
&lt;br/&gt;8ee17000-8ee18000 rwxp 00013000 fd:00 23265328 &amp;nbsp; /tmp/jna3031364609445452064.tmp
&lt;br/&gt;8ee18000-8ee1c000 r-xp 00000000 fd:00 27295782 &amp;nbsp; /lib/libnss_dns-2.5.so
&lt;br/&gt;8ee1c000-8ee1d000 r-xp 00003000 fd:00 27295782 &amp;nbsp; /lib/libnss_dns-2.5.so
&lt;br/&gt;8ee1d000-8ee1e000 rwxp 00004000 fd:00 27295782 &amp;nbsp; /lib/libnss_dns-2.5.so
&lt;br/&gt;8ee22000-8ee28000 r-xp 00000000 fd:00 21594164 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libmanagement.so
&lt;br/&gt;8ee28000-8ee29000 rwxp 00005000 fd:00 21594164 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libmanagement.so
&lt;br/&gt;8ee29000-8ee2e000 r-xp 00000000 fd:00 23265362 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libnativewindow_x11.so
&lt;br/&gt;8ee2e000-8ee2f000 r-xp 00004000 fd:00 23265362 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libnativewindow_x11.so
&lt;br/&gt;8ee2f000-8ee30000 rwxp 00005000 fd:00 23265362 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libnativewindow_x11.so
&lt;br/&gt;8ee30000-8ee31000 r-xp 00000000 fd:00 23265361 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libnativewindow_awt.so
&lt;br/&gt;8ee31000-8ee32000 r-xp 00001000 fd:00 23265361 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libnativewindow_awt.so
&lt;br/&gt;8ee32000-8ee33000 rwxp 00002000 fd:00 23265361 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libnativewindow_awt.so
&lt;br/&gt;8ee33000-8ee34000 r-xp 00000000 fd:00 21594187 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libjawt.so
&lt;br/&gt;8ee34000-8ee35000 rwxp 00000000 fd:00 21594187 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libjawt.so
&lt;br/&gt;8ee35000-8ee37000 r-xp 00000000 fd:00 23265358 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libgluegen-rt.so
&lt;br/&gt;8ee37000-8ee38000 r-xp 00001000 fd:00 23265358 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libgluegen-rt.so
&lt;br/&gt;8ee38000-8ee39000 rwxp 00002000 fd:00 23265358 &amp;nbsp; /tmp/jogamp.tmp.cache_000000/jln7258109826595575919/jln3719487660981719925/libgluegen-rt.so
&lt;br/&gt;8ee39000-8ee3b000 r-xp 00000000 fd:00 20973525 &amp;nbsp; /usr/lib/pango/1.5.0/modules/pango-basic-fc.so
&lt;br/&gt;8ee3b000-8ee3c000 rwxp 00001000 fd:00 20973525 &amp;nbsp; /usr/lib/pango/1.5.0/modules/pango-basic-fc.so
&lt;br/&gt;8ee3c000-8eea9000 r-xp 00000000 fd:00 20975476 &amp;nbsp; /usr/share/fonts/dejavu-lgc/DejaVuLGCSans.ttf
&lt;br/&gt;8eea9000-8eeaf000 r-xs 00000000 fd:00 6521397 &amp;nbsp; &amp;nbsp;/var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-x86.cache-2
&lt;br/&gt;8eeaf000-8eeb2000 --xp 8eeaf000 00:00 0 
&lt;br/&gt;8eeb2000-8eff7000 rwxp 8eeb2000 00:00 0 
&lt;br/&gt;8eff7000-8f000000 --xp 8eff7000 00:00 0 
&lt;br/&gt;8f000000-8f002000 r-xs 00000000 fd:00 6521400 &amp;nbsp; &amp;nbsp;/var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-x86.cache-2
&lt;br/&gt;8f002000-8f005000 r-xs 00000000 fd:00 6520903 &amp;nbsp; &amp;nbsp;/var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-x86.cache-2
&lt;br/&gt;8f005000-8f00b000 r-xs 00000000 fd:00 6520905 &amp;nbsp; &amp;nbsp;/var/cache/fontconfig/7ddba6133ef499da58de5e8c586d3b75-x86.cache-2
&lt;br/&gt;8f00b000-8f00d000 r-xs 00000000 fd:00 6520884 &amp;nbsp; &amp;nbsp;/var/cache/fontconfig/e3ead4b767b8819993a6fa3ae306afa9-x86.cache-2
&lt;br/&gt;8f00d000-8f01e000 r-xp 00000000 fd:00 20976647 &amp;nbsp; /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
&lt;br/&gt;8f01e000-8f01f000 rwxp 00011000 fd:00 20976647 &amp;nbsp; /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
&lt;br/&gt;8f01f000-8f021000 r-xs 00001000 fd:00 21594135 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/ext/dnsns.jar
&lt;br/&gt;8f021000-8f027000 r-xs 00095000 fd:00 21594198 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/jsse.jar
&lt;br/&gt;8f027000-8f02e000 r-xs 0005d000 fd:00 21693055 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/ext/felix-3.2.2.jar
&lt;br/&gt;8f02e000-8f030000 r-xs 00000000 fd:00 21692973 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-libs-felix.jar
&lt;br/&gt;8f030000-8f036000 r-xs 000ae000 fd:00 28704948 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/com-viasat-vcat-core.jar
&lt;br/&gt;8f036000-8f04a000 r-xs 0015a000 fd:00 28704909 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/FlightXML2.jar
&lt;br/&gt;8f04a000-8f04b000 r-xs 00000000 fd:00 28704908 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/com-flightaware.jar
&lt;br/&gt;8f04b000-8f077000 r-xs 0048d000 fd:00 28704930 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/worldwind.jar
&lt;br/&gt;8f077000-8f079000 r-xs 00017000 fd:00 28704929 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/gdal.jar
&lt;br/&gt;8f079000-8f09d000 r-xs 002f0000 fd:00 28704931 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/worldwindx.jar
&lt;br/&gt;8f09d000-8f09e000 r-xs 00001000 fd:00 28704928 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/gov-nasa-worldwind_jogl2.jar
&lt;br/&gt;8f09e000-8f0af000 r-xs 00136000 fd:00 28704879 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jalopy-1.5rc3.jar
&lt;br/&gt;8f0af000-8f0b3000 r-xs 00021000 fd:00 28704838 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/XmlSchema-1.4.7.jar
&lt;br/&gt;8f0b3000-8f0b4000 r-xs 00004000 fd:00 28704855 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-json-1.6.1.jar
&lt;br/&gt;8f0b4000-8f0b7000 r-xs 0000c000 fd:00 28704873 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/geronimo-jaxws_2.2_spec-1.0.jar
&lt;br/&gt;8f0b7000-8f0b9000 r-xs 00022000 fd:00 28704849 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-corba-1.6.1.jar
&lt;br/&gt;8f0b9000-8f0ba000 r-xs 00004000 fd:00 28704889 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/juli-6.0.16.jar
&lt;br/&gt;8f0ba000-8f0bc000 r-xs 0000b000 fd:00 28704868 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/commons-fileupload-1.2.jar
&lt;br/&gt;8f0bc000-8f0be000 r-xs 00007000 fd:00 28704860 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-soapmonitor-servlet-1.6.1.jar
&lt;br/&gt;8f0be000-8f0c3000 r-xs 0005f000 fd:00 28704886 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jibx-bind-1.2.jar
&lt;br/&gt;8f0c3000-8f100000 r-xs 0024f000 fd:00 28704903 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/xmlbeans-2.3.0.jar
&lt;br/&gt;8f100000-8f1fe000 rwxp 8f100000 00:00 0 
&lt;br/&gt;8f1fe000-8f200000 --xp 8f1fe000 00:00 0 
&lt;br/&gt;8f201000-8f209000 r-xs 00000000 fd:00 6520902 &amp;nbsp; &amp;nbsp;/var/cache/fontconfig/e19de935dec46bbf3ed114ee4965548a-x86.cache-2
&lt;br/&gt;8f209000-8f227000 r-xs 0027d000 fd:00 28704901 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/xalan-2.7.0.jar
&lt;br/&gt;8f227000-8f230000 r-xs 000a0000 fd:00 28704844 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-adb-1.6.1.jar
&lt;br/&gt;8f231000-8f236000 r-xs 00000000 fd:00 6521398 &amp;nbsp; &amp;nbsp;/var/cache/fontconfig/beeeeb3dfe132a8a0633a017c99ce0c0-x86.cache-2
&lt;br/&gt;8f236000-8f237000 r-xp 00000000 fd:00 20874100 &amp;nbsp; /usr/lib/gconv/ISO8859-1.so
&lt;br/&gt;8f237000-8f239000 rwxp 00000000 fd:00 20874100 &amp;nbsp; /usr/lib/gconv/ISO8859-1.so
&lt;br/&gt;8f239000-8f240000 r-xs 00000000 fd:00 20874177 &amp;nbsp; /usr/lib/gconv/gconv-modules.cache
&lt;br/&gt;8f240000-8f241000 r-xs 00004000 fd:00 28704846 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-ant-plugin-1.6.1.jar
&lt;br/&gt;8f241000-8f244000 r-xs 00015000 fd:00 28704847 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-clustering-1.6.1.jar
&lt;br/&gt;8f244000-8f247000 r-xs 00023000 fd:00 28704862 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-transport-http-1.6.1.jar
&lt;br/&gt;8f247000-8f248000 r-xs 00006000 fd:00 28704864 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-xmlbeans-1.6.1.jar
&lt;br/&gt;8f248000-8f24e000 r-xs 00045000 fd:00 28704869 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/commons-httpclient-3.1.jar
&lt;br/&gt;8f24e000-8f252000 r-xs 00034000 fd:00 28704895 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/tribes-6.0.16.jar
&lt;br/&gt;8f252000-8f257000 r-xs 00068000 fd:00 28704840 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/antlr-2.7.7.jar
&lt;br/&gt;8f257000-8f25d000 r-xs 00059000 fd:00 28704891 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/mail-1.4.jar
&lt;br/&gt;8f25d000-8f25e000 r-xs 00003000 fd:00 28704877 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/geronimo-ws-metadata_2.0_spec-1.1.2.jar
&lt;br/&gt;8f25e000-8f263000 r-xs 0003a000 fd:00 28704848 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-codegen-1.6.1.jar
&lt;br/&gt;8f263000-8f26d000 r-xs 00060000 fd:00 28704841 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axiom-api-1.2.12.jar
&lt;br/&gt;8f26d000-8f276000 r-xs 00075000 fd:00 28704865 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/bcel-5.1.jar
&lt;br/&gt;8f276000-8f283000 r-xs 000f1000 fd:00 28704856 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-kernel-1.6.1.jar
&lt;br/&gt;8f283000-8f285000 r-xs 0000d000 fd:00 28704871 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/commons-logging-1.1.1.jar
&lt;br/&gt;8f285000-8f287000 r-xs 0000e000 fd:00 28704839 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/activation-1.1.jar
&lt;br/&gt;8f287000-8f289000 r-xs 00006000 fd:00 28704875 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/geronimo-saaj_1.3_spec-1.0.1.jar
&lt;br/&gt;8f289000-8f28b000 r-xs 00009000 fd:00 28704866 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/commons-cli-1.2.jar
&lt;br/&gt;8f28b000-8f28d000 r-xs 00006000 fd:00 28704852 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-jaxbri-1.6.1.jar
&lt;br/&gt;8f28d000-8f28e000 r-xs 00008000 fd:00 28704854 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-jibx-1.6.1.jar
&lt;br/&gt;8f28e000-8f294000 r-xs 0007a000 fd:00 28704900 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/wstx-asl-3.2.9.jar
&lt;br/&gt;8f294000-8f296000 r-xs 00002000 fd:00 28704858 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-mtompolicy-1.6.1.jar
&lt;br/&gt;8f296000-8f29b000 r-xs 00020000 fd:00 28704896 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/woden-api-1.0M9.jar
&lt;br/&gt;8f29b000-8f29c000 r-xs 0000b000 fd:00 28704898 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/woden-impl-dom-1.0M9.jar
&lt;br/&gt;8f29c000-8f2a9000 r-xs 000a9000 fd:00 28704853 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-jaxws-1.6.1.jar
&lt;br/&gt;8f2a9000-8f2b2000 r-xs 00061000 fd:00 28704857 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-metadata-1.6.1.jar
&lt;br/&gt;8f2b2000-8f2b4000 r-xs 00007000 fd:00 28704892 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/mex-1.6.1-impl.jar
&lt;br/&gt;8f2b4000-8f2b9000 r-xs 00026000 fd:00 28704878 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/httpcore-4.0.jar
&lt;br/&gt;8f2b9000-8f2bc000 r-xs 0001d000 fd:00 28704887 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jibx-run-1.2.jar
&lt;br/&gt;8f2bc000-8f2c3000 r-xs 00059000 fd:00 28704890 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/log4j-1.2.15.jar
&lt;br/&gt;8f2c3000-8f2c4000 r-xs 00006000 fd:00 28704851 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-java2wsdl-1.6.1.jar
&lt;br/&gt;8f2c4000-8f2c5000 r-xs 00003000 fd:00 28704874 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/geronimo-jta_1.1_spec-1.1.jar
&lt;br/&gt;8f2c5000-8f300000 r-xs 002c1000 fd:00 28704882 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jaxb-xjc-2.1.7.jar
&lt;br/&gt;8f300000-8f3ff000 rwxp 8f300000 00:00 0 
&lt;br/&gt;8f3ff000-8f400000 --xp 8f3ff000 00:00 0 
&lt;br/&gt;8f400000-8f402000 r-xs 00006000 fd:00 28704894 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/regexp-1.2.jar
&lt;br/&gt;8f402000-8f404000 r-xs 0000a000 fd:00 28704867 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/commons-codec-1.3.jar
&lt;br/&gt;8f404000-8f406000 r-xs 00009000 fd:00 28704888 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jsr311-api-1.0.jar
&lt;br/&gt;8f406000-8f408000 r-xs 00003000 fd:00 28704850 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-fastinfoset-1.6.1.jar
&lt;br/&gt;8f408000-8f40a000 r-xs 00013000 fd:00 28704902 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/xml-resolver-1.2.jar
&lt;br/&gt;8f40a000-8f40d000 r-xs 00024000 fd:00 28704842 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axiom-dom-1.2.12.jar
&lt;br/&gt;8f40d000-8f413000 r-xs 00032000 fd:00 28704883 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jaxen-1.1.1.jar
&lt;br/&gt;8f413000-8f415000 r-xs 00015000 fd:00 28704859 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-saaj-1.6.1.jar
&lt;br/&gt;8f415000-8f418000 r-xs 00018000 fd:00 28704870 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/commons-io-1.4.jar
&lt;br/&gt;8f418000-8f419000 r-xs 00003000 fd:00 28704863 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-transport-local-1.6.1.jar
&lt;br/&gt;8f419000-8f422000 r-xs 00074000 fd:00 28704884 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jaxws-tools-2.1.3.jar
&lt;br/&gt;8f422000-8f434000 r-xs 000bf000 fd:00 28704881 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jaxb-impl-2.1.7.jar
&lt;br/&gt;8f434000-8f437000 r-xs 0001b000 fd:00 28704843 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axiom-impl-1.2.12.jar
&lt;br/&gt;8f437000-8f439000 r-xs 0002a000 fd:00 28704845 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-adb-codegen-1.6.1.jar
&lt;br/&gt;8f439000-8f43d000 r-xs 0002a000 fd:00 28704897 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/woden-impl-commons-1.0M9.jar
&lt;br/&gt;8f43d000-8f440000 r-xs 0000f000 fd:00 28704893 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/neethi-3.0.1.jar
&lt;br/&gt;8f440000-8f445000 r-xs 00020000 fd:00 28704899 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/wsdl4j-1.6.2.jar
&lt;br/&gt;8f445000-8f448000 r-xs 00013000 fd:00 28704880 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jaxb-api-2.1.jar
&lt;br/&gt;8f448000-8f449000 r-xs 00002000 fd:00 28704861 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/axis2-spring-1.6.1.jar
&lt;br/&gt;8f449000-8f44b000 r-xs 0000c000 fd:00 28704885 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jettison-1.0-RC2.jar
&lt;br/&gt;8f44b000-8f44d000 r-xs 00006000 fd:00 28704876 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/geronimo-stax-api_1.0_spec-1.0.1.jar
&lt;br/&gt;8f44d000-8f44e000 r-xs 00006000 fd:00 28704835 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/org-apache-axis2.jar
&lt;br/&gt;8f44e000-8f44f000 r-xs 0001f000 fd:00 28704919 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jogl-all-natives-linux-i586.jar
&lt;br/&gt;8f44f000-8f453000 r-xs 00026000 fd:00 28704917 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/gluegen-rt.jar
&lt;br/&gt;8f453000-8f46b000 r-xs 0043d000 fd:00 28704922 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jogl.all.jar
&lt;br/&gt;8f46b000-8f46c000 r-xs 0001f000 fd:00 28704921 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jogl-all-natives-windows-i586.jar
&lt;br/&gt;8f46c000-8f46d000 r-xs 00020000 fd:00 28704918 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jogl-all-natives-linux-amd64.jar
&lt;br/&gt;8f46d000-8f46e000 r-xs 00019000 fd:00 28704920 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/jogl-all-natives-windows-amd64.jar
&lt;br/&gt;8f46e000-8f46f000 r-xs 00000000 fd:00 28704913 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/gluegen-rt-natives-linux-amd64.jar
&lt;br/&gt;8f46f000-8f470000 r-xs 00001000 fd:00 28704915 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/gluegen-rt-natives-windows-amd64.jar
&lt;br/&gt;8f470000-8f471000 r-xs 00001000 fd:00 28704916 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/gluegen-rt-natives-windows-i586.jar
&lt;br/&gt;8f471000-8f472000 r-xs 00000000 fd:00 28704914 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/gluegen-rt-natives-linux-i586.jar
&lt;br/&gt;8f472000-8f473000 r-xs 00001000 fd:00 28704912 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/org-jogamp-jogl.jar
&lt;br/&gt;8f473000-8f474000 r-xs 00012000 fd:00 28704935 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/miglayout-4.0-swing.jar
&lt;br/&gt;8f474000-8f475000 r-xs 00000000 fd:00 28704934 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/org-miglayout.jar
&lt;br/&gt;8f475000-8f477000 r-xs 00008000 fd:00 21692974 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-core-io-ui.jar
&lt;br/&gt;8f477000-8f480000 r-xs 000ba000 fd:00 21693034 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/ext/platform-3.2.7.jar
&lt;br/&gt;8f480000-8f481000 r-xs 00001000 fd:00 21692844 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-core-nativeaccess.jar
&lt;br/&gt;8f481000-8f482000 r-xs 0000c000 fd:00 21692944 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-core-netigso.jar
&lt;br/&gt;8f482000-8f485000 r-xs 00054000 fd:00 21692943 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-core-output2.jar
&lt;br/&gt;8f485000-8f486000 r-xs 00000000 fd:00 21692865 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-core-kit.jar
&lt;br/&gt;8f486000-8f487000 r-xs 00000000 fd:00 28704809 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/locale/org-netbeans-core-windows_vcat.jar
&lt;br/&gt;8f487000-8f495000 r-xs 001e7000 fd:00 21692942 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-core-windows.jar
&lt;br/&gt;8f495000-8f498000 r-xs 00015000 fd:00 21693045 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/ext/osgi.core-4.2.jar
&lt;br/&gt;8f498000-8f49f000 r-xs 0002e000 fd:00 21693046 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/ext/osgi.cmpn-4.2.jar
&lt;br/&gt;8f49f000-8f4a0000 r-xs 00000000 fd:00 21692984 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-libs-osgi.jar
&lt;br/&gt;8f4a0000-8f4a8000 r-xs 000e3000 fd:00 21692776 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-autoupdate-ui.jar
&lt;br/&gt;8f4a8000-8f4ad000 r-xs 00062000 fd:00 21693009 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-core-ui.jar
&lt;br/&gt;8f4ad000-8f4af000 r-xs 00039000 fd:00 21693072 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/ext/updater.jar
&lt;br/&gt;8f4af000-8f4b4000 r-xs 000ad000 fd:00 21692690 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-autoupdate-services.jar
&lt;br/&gt;8f4b4000-8f4b6000 r-xs 0000b000 fd:00 21692649 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-editor-mimelookup-impl.jar
&lt;br/&gt;8f4b6000-8f4b9000 r-xs 00036000 fd:00 21692846 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-favorites.jar
&lt;br/&gt;8f4b9000-8f4bb000 r-xs 00010000 fd:00 21692787 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-keyring-impl.jar
&lt;br/&gt;8f4bb000-8f4c1000 r-xs 00078000 fd:00 21692866 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-masterfs.jar
&lt;br/&gt;8f4c1000-8f4c5000 r-xs 000e3000 fd:00 21693064 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/ext/jna-3.2.7.jar
&lt;br/&gt;8f4c5000-8f4c7000 r-xs 00000000 fd:00 21692997 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-libs-jna.jar
&lt;br/&gt;8f4c7000-8f4cb000 r-xs 0004c000 fd:00 21692761 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-options-keymap.jar
&lt;br/&gt;8f4cb000-8f4cf000 r-xs 00062000 fd:00 21692808 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-options-api.jar
&lt;br/&gt;8f4cf000-8f4d0000 r-xs 00000000 fd:00 28704808 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/locale/org-netbeans-core_vcat.jar
&lt;br/&gt;8f4d0000-8f4d7000 r-xs 00090000 fd:00 21693043 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-core.jar
&lt;br/&gt;8f4d7000-8f4d9000 r-xs 00001000 fd:00 21692895 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-keyring.jar
&lt;br/&gt;8f4d9000-8f4dd000 r-xs 0003e000 fd:00 21692931 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-print.jar
&lt;br/&gt;8f4dd000-8f4e0000 r-xs 00020000 fd:00 21692810 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-progress-ui.jar
&lt;br/&gt;8f4e0000-8f4e3000 r-xs 0003e000 fd:00 21692870 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-settings.jar
&lt;br/&gt;8f4e3000-8f4ed000 r-xs 00145000 fd:00 21693026 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-openide-loaders.jar
&lt;br/&gt;8f4ed000-8f4f0000 --xp 8f4ed000 00:00 0 
&lt;br/&gt;8f4f0000-8f53e000 rwxp 8f4f0000 00:00 0 
&lt;br/&gt;8f53e000-8f5b7000 r-xp 00000000 fd:00 21594181 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libfontmanager.so
&lt;br/&gt;8f5b7000-8f5c1000 rwxp 00078000 fd:00 21594181 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libfontmanager.so
&lt;br/&gt;8f5c1000-8f5c6000 rwxp 8f5c1000 00:00 0 
&lt;br/&gt;8f5c6000-8f609000 r-xp 00000000 fd:00 21594176 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/xawt/libmawt.so
&lt;br/&gt;8f609000-8f60b000 rwxp 00043000 fd:00 21594176 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/xawt/libmawt.so
&lt;br/&gt;8f60b000-8f60c000 rwxp 8f60b000 00:00 0 
&lt;br/&gt;8f60c000-8f691000 r-xp 00000000 fd:00 21594173 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libawt.so
&lt;br/&gt;8f691000-8f698000 rwxp 00085000 fd:00 21594173 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libawt.so
&lt;br/&gt;8f698000-8f6bc000 rwxp 8f698000 00:00 0 
&lt;br/&gt;8f6bc000-8f6bf000 --xp 8f6bc000 00:00 0 
&lt;br/&gt;8f6bf000-8f70d000 rwxp 8f6bf000 00:00 0 
&lt;br/&gt;8f70d000-8f710000 --xp 8f70d000 00:00 0 
&lt;br/&gt;8f710000-8f75e000 rwxp 8f710000 00:00 0 
&lt;br/&gt;8f75e000-8f761000 --xp 8f75e000 00:00 0 
&lt;br/&gt;8f761000-8f7af000 rwxp 8f761000 00:00 0 
&lt;br/&gt;8f7af000-8f7b2000 --xp 8f7af000 00:00 0 
&lt;br/&gt;8f7b2000-8f8ff000 rwxp 8f7b2000 00:00 0 
&lt;br/&gt;8f8ff000-8f900000 --xp 8f8ff000 00:00 0 
&lt;br/&gt;8f900000-8f901000 r-xs 00002000 fd:00 28704872 &amp;nbsp; /home/Vit/vcat/build/cluster/modules/ext/geronimo-annotation_1.0_spec-1.1.jar
&lt;br/&gt;8f901000-8f904000 r-xs 00023000 fd:00 21692898 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-spi-quicksearch.jar
&lt;br/&gt;8f904000-8f907000 r-xs 00037000 fd:00 21692976 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-swing-plaf.jar
&lt;br/&gt;8f907000-8f909000 r-xs 0000a000 fd:00 21693060 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-openide-io.jar
&lt;br/&gt;8f909000-8f90b000 r-xs 0000a000 fd:00 21692899 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-queries.jar
&lt;br/&gt;8f90b000-8f90f000 r-xs 00032000 fd:00 21693027 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-openide-actions.jar
&lt;br/&gt;8f90f000-8f91c000 r-xs 001a6000 fd:00 21693008 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-openide-explorer.jar
&lt;br/&gt;8f91c000-8f91f000 r-xs 00041000 fd:00 21692930 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-swing-outline.jar
&lt;br/&gt;8f91f000-8f92c000 r-xs 000fe000 fd:00 21692869 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-swing-tabcontrol.jar
&lt;br/&gt;8f92c000-8f92f000 r-xs 0005f000 fd:00 21693050 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-openide-text.jar
&lt;br/&gt;8f92f000-8f931000 r-xs 0000b000 fd:00 21692737 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-modules-editor-mimelookup.jar
&lt;br/&gt;8f931000-8f933000 r-xs 00026000 fd:00 21693025 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-openide-windows.jar
&lt;br/&gt;8f933000-8f938000 r-xs 00081000 fd:00 21693044 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-openide-nodes.jar
&lt;br/&gt;8f938000-8f93b000 r-xs 0002f000 fd:00 21693028 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-openide-dialogs.jar
&lt;br/&gt;8f93b000-8f94f000 r-xp 00000000 fd:00 21594162 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libnet.so
&lt;br/&gt;8f94f000-8f950000 rwxp 00013000 fd:00 21594162 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libnet.so
&lt;br/&gt;8f950000-8f9af000 r-xs 00bac000 fd:00 21627805 &amp;nbsp; /usr/local/java/jdk1.6.0_32/lib/tools.jar
&lt;br/&gt;8f9af000-8f9b2000 --xp 8f9af000 00:00 0 
&lt;br/&gt;8f9b2000-8fb00000 rwxp 8f9b2000 00:00 0 
&lt;br/&gt;8fb00000-8fb01000 r-xs 00002000 fd:00 21692774 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-api-annotations-common.jar
&lt;br/&gt;8fb01000-8fb03000 r-xs 00011000 fd:00 21692947 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-netbeans-api-progress.jar
&lt;br/&gt;8fb03000-8fb09000 r-xs 0008d000 fd:00 21693056 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/modules/org-openide-awt.jar
&lt;br/&gt;8fb09000-8fb10000 r-xp 00000000 fd:00 21594163 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libnio.so
&lt;br/&gt;8fb10000-8fb11000 rwxp 00006000 fd:00 21594163 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libnio.so
&lt;br/&gt;8fb11000-8fb17000 r-xs 0001e000 fd:00 21627569 &amp;nbsp; /usr/local/java/jdk1.6.0_32/lib/dt.jar
&lt;br/&gt;8fb17000-8fb18000 r-xs 00001000 fd:00 21692953 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-util_zh_CN.jar
&lt;br/&gt;8fb18000-8fb19000 r-xs 00001000 fd:00 21692993 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-util_ru.jar
&lt;br/&gt;8fb19000-8fb1a000 r-xs 00001000 fd:00 21692954 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-util_pt_BR.jar
&lt;br/&gt;8fb1a000-8fb1b000 r-xs 00000000 fd:00 21692831 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-util-lookup_zh_CN.jar
&lt;br/&gt;8fb1b000-8fb1c000 r-xs 00000000 fd:00 21692890 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-util-lookup_ru.jar
&lt;br/&gt;8fb1c000-8fb1d000 r-xs 00000000 fd:00 21692830 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-util-lookup_pt_BR.jar
&lt;br/&gt;8fb1d000-8fb1e000 r-xs 00000000 fd:00 21692891 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-util-lookup_ja.jar
&lt;br/&gt;8fb1e000-8fb1f000 r-xs 00001000 fd:00 21692992 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-util_ja.jar
&lt;br/&gt;8fb1f000-8fb20000 r-xs 00000000 fd:00 21692912 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-modules_zh_CN.jar
&lt;br/&gt;8fb20000-8fb21000 r-xs 00000000 fd:00 21692952 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-modules_ru.jar
&lt;br/&gt;8fb21000-8fb22000 r-xs 00000000 fd:00 21692913 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-modules_pt_BR.jar
&lt;br/&gt;8fb22000-8fb23000 r-xs 00000000 fd:00 21692955 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/org-openide-modules_ja.jar
&lt;br/&gt;8fb23000-8fb24000 r-xs 00000000 fd:00 21693069 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/boot_zh_CN.jar
&lt;br/&gt;8fb24000-8fb25000 r-xs 00000000 fd:00 21693076 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/boot_ru.jar
&lt;br/&gt;8fb25000-8fb26000 r-xs 00000000 fd:00 21693068 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/boot_pt_BR.jar
&lt;br/&gt;8fb26000-8fb27000 r-xs 00000000 fd:00 21693075 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/locale/boot_ja.jar
&lt;br/&gt;8fb27000-8fb28000 r-xs 00000000 fd:00 21725415 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/locale/core_nb_ja.jar
&lt;br/&gt;8fb28000-8fb29000 r-xs 00000000 fd:00 21725414 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/locale/core_nb_ru.jar
&lt;br/&gt;8fb29000-8fb2a000 r-xs 00000000 fd:00 21725384 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/locale/org-netbeans-upgrader_pt_BR.jar
&lt;br/&gt;8fb2a000-8fb2b000 r-xs 00000000 fd:00 21725383 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/locale/org-netbeans-upgrader_zh_CN.jar
&lt;br/&gt;8fb2b000-8fb2c000 r-xs 00000000 fd:00 21725394 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/locale/org-netbeans-upgrader_ru.jar
&lt;br/&gt;8fb2c000-8fb2d000 r-xs 00000000 fd:00 21725393 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/locale/org-netbeans-upgrader_ja.jar
&lt;br/&gt;8fb2d000-8fb2e000 r-xs 0003f000 fd:00 21725418 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/locale/core_nb.jar
&lt;br/&gt;8fb2e000-8fb2f000 r-xs 00000000 fd:00 21725409 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/locale/core_nb_zh_CN.jar
&lt;br/&gt;8fb2f000-8fb30000 r-xs 00000000 fd:00 21725408 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/locale/core_nb_pt_BR.jar
&lt;br/&gt;8fb30000-8fb33000 r-xs 00053000 fd:00 21725407 &amp;nbsp; /usr/local/netbeans-7.1.2/nb/core/org-netbeans-upgrader.jar
&lt;br/&gt;8fb33000-8fb34000 r-xs 00020000 fd:00 28704805 &amp;nbsp; /home/Vit/vcat/build/cluster/core/locale/core_vcat.jar
&lt;br/&gt;8fb34000-8fb35000 r-xs 00001000 fd:00 21692856 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/locale/org-openide-filesystems_ru.jar
&lt;br/&gt;8fb35000-8fb36000 r-xs 00001000 fd:00 21693074 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/locale/core_ja.jar
&lt;br/&gt;8fb36000-8fb37000 r-xs 00001000 fd:00 21692803 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/locale/org-openide-filesystems_pt_BR.jar
&lt;br/&gt;8fb37000-8fb38000 r-xs 00001000 fd:00 21693062 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/locale/core_pt_BR.jar
&lt;br/&gt;8fb38000-8fb39000 r-xs 00001000 fd:00 21692855 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/locale/org-openide-filesystems_ja.jar
&lt;br/&gt;8fb39000-8fb3a000 r-xs 00001000 fd:00 21693073 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/locale/core_ru.jar
&lt;br/&gt;8fb3a000-8fb3b000 r-xs 00001000 fd:00 21693063 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/locale/core_zh_CN.jar
&lt;br/&gt;8fb3b000-8fb3c000 r-xs 00001000 fd:00 21692804 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/locale/org-openide-filesystems_zh_CN.jar
&lt;br/&gt;8fb3c000-8fb40000 r-xs 00026000 fd:00 21693093 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/gluegen-rt.jar
&lt;br/&gt;8fb40000-8fb41000 r-xs 00019000 fd:00 21693101 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/jogl-all-natives-windows-amd64.jar
&lt;br/&gt;8fb41000-8fb42000 r-xs 00000000 fd:00 21693091 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/singletonStartUp.jar
&lt;br/&gt;8fb42000-8fb43000 r-xs 00001000 fd:00 21693097 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/gluegen-rt-natives-windows-i586.jar
&lt;br/&gt;8fb43000-8fb44000 r-xs 0001f000 fd:00 21693100 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/jogl-all-natives-linux-i586.jar
&lt;br/&gt;8fb44000-8fb5c000 r-xs 0043d000 fd:00 21693098 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/jogl.all.jar
&lt;br/&gt;8fb5c000-8fb62000 r-xs 000d5000 fd:00 21693015 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/org-openide-filesystems.jar
&lt;br/&gt;8fb62000-8fb63000 --xp 8fb62000 00:00 0 
&lt;br/&gt;8fb63000-8fbe3000 rwxp 8fb63000 00:00 0 
&lt;br/&gt;8fbe3000-8fbe6000 --xp 8fbe3000 00:00 0 
&lt;br/&gt;8fbe6000-8fc34000 rwxp 8fbe6000 00:00 0 
&lt;br/&gt;8fc34000-8fc37000 --xp 8fc34000 00:00 0 
&lt;br/&gt;8fc37000-8fcb5000 rwxp 8fc37000 00:00 0 
&lt;br/&gt;8fcb5000-8fcb8000 --xp 8fcb5000 00:00 0 
&lt;br/&gt;8fcb8000-8fd36000 rwxp 8fcb8000 00:00 0 
&lt;br/&gt;8fd36000-8fd39000 --xp 8fd36000 00:00 0 
&lt;br/&gt;8fd39000-8fd87000 rwxp 8fd39000 00:00 0 
&lt;br/&gt;8fd87000-8ff87000 r-xp 00000000 fd:00 20780896 &amp;nbsp; /usr/lib/locale/locale-archive
&lt;br/&gt;8ff87000-8ff8a000 --xp 8ff87000 00:00 0 
&lt;br/&gt;8ff8a000-8ffd8000 rwxp 8ff8a000 00:00 0 
&lt;br/&gt;8ffd8000-8ffdb000 --xp 8ffd8000 00:00 0 
&lt;br/&gt;8ffdb000-90029000 rwxp 8ffdb000 00:00 0 
&lt;br/&gt;90029000-9002a000 --xp 90029000 00:00 0 
&lt;br/&gt;9002a000-900de000 rwxp 9002a000 00:00 0 
&lt;br/&gt;900de000-90275000 r-xs 03079000 fd:00 21594253 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/rt.jar
&lt;br/&gt;90275000-90276000 --xp 90275000 00:00 0 
&lt;br/&gt;90276000-902f6000 rwxp 90276000 00:00 0 
&lt;br/&gt;902f6000-902f7000 --xp 902f6000 00:00 0 
&lt;br/&gt;902f7000-90395000 rwxp 902f7000 00:00 0 
&lt;br/&gt;90395000-90397000 rwxp 90395000 00:00 0 
&lt;br/&gt;90397000-903a9000 rwxp 90397000 00:00 0 
&lt;br/&gt;903a9000-90441000 rwxp 903a9000 00:00 0 
&lt;br/&gt;90441000-9045f000 rwxp 90441000 00:00 0 
&lt;br/&gt;9045f000-90461000 rwxp 9045f000 00:00 0 
&lt;br/&gt;90461000-90473000 rwxp 90461000 00:00 0 
&lt;br/&gt;90473000-9050a000 rwxp 90473000 00:00 0 
&lt;br/&gt;9050a000-9055f000 rwxp 9050a000 00:00 0 
&lt;br/&gt;9055f000-93fc0000 rwxp 9055f000 00:00 0 
&lt;br/&gt;93fc0000-94560000 rwxp 93fc0000 00:00 0 
&lt;br/&gt;94560000-96900000 rwxp 94560000 00:00 0 
&lt;br/&gt;96900000-a9810000 rwxp 96900000 00:00 0 
&lt;br/&gt;a9810000-b4160000 rwxp a9810000 00:00 0 
&lt;br/&gt;b4160000-b4161000 r-xs 00000000 fd:00 21693094 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/gluegen-rt-natives-linux-amd64.jar
&lt;br/&gt;b4161000-b4162000 r-xs 00001000 fd:00 21693096 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/gluegen-rt-natives-windows-amd64.jar
&lt;br/&gt;b4162000-b4163000 r-xs 00020000 fd:00 21693099 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/jogl-all-natives-linux-amd64.jar
&lt;br/&gt;b4163000-b4164000 r-xs 00000000 fd:00 21693095 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/gluegen-rt-natives-linux-i586.jar
&lt;br/&gt;b4164000-b4167000 r-xs 00048000 fd:00 21693031 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/org-openide-util-lookup.jar
&lt;br/&gt;b4167000-b416e000 r-xs 000aa000 fd:00 21693071 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/org-openide-util.jar
&lt;br/&gt;b416e000-b4177000 rwxp b416e000 00:00 0 
&lt;br/&gt;b4177000-b422e000 rwxp b4177000 00:00 0 
&lt;br/&gt;b422e000-b446e000 rwxp b422e000 00:00 0 
&lt;br/&gt;b446e000-b722e000 rwxp b446e000 00:00 0 
&lt;br/&gt;b722e000-b723d000 r-xp 00000000 fd:00 21594158 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libzip.so
&lt;br/&gt;b723d000-b723f000 rwxp 0000e000 fd:00 21594158 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libzip.so
&lt;br/&gt;b723f000-b7249000 r-xp 00000000 fd:00 27295784 &amp;nbsp; /lib/libnss_files-2.5.so
&lt;br/&gt;b7249000-b724a000 r-xp 00009000 fd:00 27295784 &amp;nbsp; /lib/libnss_files-2.5.so
&lt;br/&gt;b724a000-b724b000 rwxp 0000a000 fd:00 27295784 &amp;nbsp; /lib/libnss_files-2.5.so
&lt;br/&gt;b724b000-b724c000 r-xs 00000000 fd:00 21693103 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/proxyStartUp.jar
&lt;br/&gt;b724c000-b7251000 r-xs 000bb000 fd:00 21693077 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/core.jar
&lt;br/&gt;b7251000-b7253000 r-xs 00009000 fd:00 21693058 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/org-openide-modules.jar
&lt;br/&gt;b7253000-b7256000 r-xs 0005d000 fd:00 21693078 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/lib/boot.jar
&lt;br/&gt;b7256000-b7279000 r-xp 00000000 fd:00 21594154 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libjava.so
&lt;br/&gt;b7279000-b727b000 rwxp 00023000 fd:00 21594154 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libjava.so
&lt;br/&gt;b727b000-b7286000 r-xp 00000000 fd:00 21594153 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libverify.so
&lt;br/&gt;b7286000-b7287000 rwxp 0000b000 fd:00 21594153 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/libverify.so
&lt;br/&gt;b7287000-b728a000 --xp b7287000 00:00 0 
&lt;br/&gt;b728a000-b72d8000 rwxp b728a000 00:00 0 
&lt;br/&gt;b72d8000-b7a8b000 r-xp 00000000 fd:00 21594142 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/server/libjvm.so
&lt;br/&gt;b7a8b000-b7adf000 rwxp 007b3000 fd:00 21594142 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/server/libjvm.so
&lt;br/&gt;b7adf000-b7eff000 rwxp b7adf000 00:00 0 
&lt;br/&gt;b7eff000-b7f06000 r-xp 00000000 fd:00 21594156 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/jli/libjli.so
&lt;br/&gt;b7f06000-b7f08000 rwxp 00006000 fd:00 21594156 &amp;nbsp; /usr/local/java/jdk1.6.0_32/jre/lib/i386/jli/libjli.so
&lt;br/&gt;b7f08000-b7f09000 r-xs 0001f000 fd:00 21693102 &amp;nbsp; /usr/local/netbeans-7.1.2/platform/core/jogl-all-natives-windows-i586.jar
&lt;br/&gt;b7f09000-b7f11000 rwxs 00000000 fd:00 23265352 &amp;nbsp; /tmp/hsperfdata_root/9066
&lt;br/&gt;b7f11000-b7f12000 rwxp b7f11000 00:00 0 
&lt;br/&gt;b7f12000-b7f13000 r-xp b7f12000 00:00 0 
&lt;br/&gt;b7f13000-b7f14000 rwxp b7f13000 00:00 0 
&lt;br/&gt;b7f14000-b7f15000 r-xp b7f14000 00:00 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[vdso]
&lt;br/&gt;bfb64000-bfb79000 rwxp bffe9000 00:00 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[stack]
&lt;br/&gt;&lt;br/&gt;VM Arguments:
&lt;br/&gt;jvm_args: -Djdk.home=/usr/local/java/jdk1.6.0_32 -Dnetbeans.system_http_proxy=DIRECT -Dnetbeans.system_http_non_proxy_hosts= -Dnetbeans.dirs=/home/Vit/vcat/build/cluster:/usr/local/netbeans-7.1.2/harness:/usr/local/netbeans-7.1.2/nb:/usr/local/netbeans-7.1.2/platform -Dnetbeans.home=/usr/local/netbeans-7.1.2/platform -Dnetbeans.logger.console=true -ea -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/Vit/vcat/build/testuserdir/var/log/heapdump.hprof 
&lt;br/&gt;java_command: org.netbeans.Main --userdir /home/Vit/vcat/build/testuserdir --branding vcat --nosplash
&lt;br/&gt;Launcher Type: SUN_STANDARD
&lt;br/&gt;&lt;br/&gt;Environment Variables:
&lt;br/&gt;JAVA_HOME=/usr/local/java/jdk1.6.0_32
&lt;br/&gt;PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/local/java/jdk1.6.0_32/bin:/root/bin
&lt;br/&gt;LD_LIBRARY_PATH=/usr/local/java/jdk1.6.0_32/jre/lib/i386/server:/usr/local/java/jdk1.6.0_32/jre/lib/i386:/usr/local/java/jdk1.6.0_32/jre/../lib/i386:/usr/local/java/jdk1.6.0_32/jre/lib/i386/client:/usr/local/java/jdk1.6.0_32/jre/lib/i386:/usr/local/java/jdk1.6.0_32/jre/../lib/i386
&lt;br/&gt;SHELL=/bin/bash
&lt;br/&gt;DISPLAY=:0.0
&lt;br/&gt;&lt;br/&gt;Signal Handlers:
&lt;br/&gt;SIGSEGV: [libjvm.so+0x726440], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
&lt;br/&gt;SIGBUS: [libjvm.so+0x726440], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
&lt;br/&gt;SIGFPE: [libjvm.so+0x5e0ff0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
&lt;br/&gt;SIGPIPE: [libjvm.so+0x5e0ff0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
&lt;br/&gt;SIGXFSZ: [libjvm.so+0x5e0ff0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
&lt;br/&gt;SIGILL: [libjvm.so+0x5e0ff0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
&lt;br/&gt;SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
&lt;br/&gt;SIGUSR2: [libjvm.so+0x5e4250], sa_mask[0]=0x00000004, sa_flags=0x10000004
&lt;br/&gt;SIGHUP: [libjvm.so+0x5e3e30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
&lt;br/&gt;SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
&lt;br/&gt;SIGTERM: [libjvm.so+0x5e3e30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
&lt;br/&gt;SIGQUIT: [libjvm.so+0x5e3e30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;--------------- &amp;nbsp;S Y S T E M &amp;nbsp;---------------
&lt;br/&gt;&lt;br/&gt;OS:CentOS release 5.8 (Final)
&lt;br/&gt;&lt;br/&gt;uname:Linux 2.6.18-308.el5 #1 SMP Tue Feb 21 20:05:41 EST 2012 i686
&lt;br/&gt;libc:glibc 2.5 NPTL 2.5 
&lt;br/&gt;rlimit: STACK 10240k, CORE 0k, NPROC 32745, NOFILE 1024, AS infinity
&lt;br/&gt;load average:2.18 0.79 0.38
&lt;br/&gt;&lt;br/&gt;/proc/meminfo:
&lt;br/&gt;MemTotal: &amp;nbsp; &amp;nbsp; &amp;nbsp;2073592 kB
&lt;br/&gt;MemFree: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;492460 kB
&lt;br/&gt;Buffers: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;141996 kB
&lt;br/&gt;Cached: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 635764 kB
&lt;br/&gt;SwapCached: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 kB
&lt;br/&gt;Active: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1089320 kB
&lt;br/&gt;Inactive: &amp;nbsp; &amp;nbsp; &amp;nbsp; 418388 kB
&lt;br/&gt;HighTotal: &amp;nbsp; &amp;nbsp; 1178184 kB
&lt;br/&gt;HighFree: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1716 kB
&lt;br/&gt;LowTotal: &amp;nbsp; &amp;nbsp; &amp;nbsp; 895408 kB
&lt;br/&gt;LowFree: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;490744 kB
&lt;br/&gt;SwapTotal: &amp;nbsp; &amp;nbsp; 4128760 kB
&lt;br/&gt;SwapFree: &amp;nbsp; &amp;nbsp; &amp;nbsp;4128760 kB
&lt;br/&gt;Dirty: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 15688 kB
&lt;br/&gt;Writeback: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 kB
&lt;br/&gt;AnonPages: &amp;nbsp; &amp;nbsp; &amp;nbsp;730000 kB
&lt;br/&gt;Mapped: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;79340 kB
&lt;br/&gt;Slab: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;56744 kB
&lt;br/&gt;PageTables: &amp;nbsp; &amp;nbsp; &amp;nbsp; 4720 kB
&lt;br/&gt;NFS_Unstable: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 kB
&lt;br/&gt;Bounce: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 kB
&lt;br/&gt;CommitLimit: &amp;nbsp; 5165556 kB
&lt;br/&gt;Committed_AS: &amp;nbsp;1239520 kB
&lt;br/&gt;VmallocTotal: &amp;nbsp; 114680 kB
&lt;br/&gt;VmallocUsed: &amp;nbsp; &amp;nbsp; &amp;nbsp;8144 kB
&lt;br/&gt;VmallocChunk: &amp;nbsp; 106304 kB
&lt;br/&gt;HugePages_Total: &amp;nbsp; &amp;nbsp; 0
&lt;br/&gt;HugePages_Free: &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br/&gt;HugePages_Rsvd: &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br/&gt;Hugepagesize: &amp;nbsp; &amp;nbsp; 4096 kB
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
&lt;br/&gt;&lt;br/&gt;/proc/cpuinfo:
&lt;br/&gt;processor	: 0
&lt;br/&gt;vendor_id	: GenuineIntel
&lt;br/&gt;cpu family	: 6
&lt;br/&gt;model		: 15
&lt;br/&gt;model name	: Intel(R) Core(TM)2 Duo CPU &amp;nbsp; &amp;nbsp; T7500 &amp;nbsp;@ 2.20GHz
&lt;br/&gt;stepping	: 10
&lt;br/&gt;cpu MHz		: 800.000
&lt;br/&gt;cache size	: 4096 KB
&lt;br/&gt;physical id	: 0
&lt;br/&gt;siblings	: 2
&lt;br/&gt;core id		: 0
&lt;br/&gt;cpu cores	: 2
&lt;br/&gt;apicid		: 0
&lt;br/&gt;fdiv_bug	: no
&lt;br/&gt;hlt_bug		: no
&lt;br/&gt;f00f_bug	: no
&lt;br/&gt;coma_bug	: no
&lt;br/&gt;fpu		: yes
&lt;br/&gt;fpu_exception	: yes
&lt;br/&gt;cpuid level	: 10
&lt;br/&gt;wp		: yes
&lt;br/&gt;flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc ida pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
&lt;br/&gt;bogomips	: 4387.94
&lt;br/&gt;&lt;br/&gt;processor	: 1
&lt;br/&gt;vendor_id	: GenuineIntel
&lt;br/&gt;cpu family	: 6
&lt;br/&gt;model		: 15
&lt;br/&gt;model name	: Intel(R) Core(TM)2 Duo CPU &amp;nbsp; &amp;nbsp; T7500 &amp;nbsp;@ 2.20GHz
&lt;br/&gt;stepping	: 10
&lt;br/&gt;cpu MHz		: 800.000
&lt;br/&gt;cache size	: 4096 KB
&lt;br/&gt;physical id	: 0
&lt;br/&gt;siblings	: 2
&lt;br/&gt;core id		: 1
&lt;br/&gt;cpu cores	: 2
&lt;br/&gt;apicid		: 1
&lt;br/&gt;fdiv_bug	: no
&lt;br/&gt;hlt_bug		: no
&lt;br/&gt;f00f_bug	: no
&lt;br/&gt;coma_bug	: no
&lt;br/&gt;fpu		: yes
&lt;br/&gt;fpu_exception	: yes
&lt;br/&gt;cpuid level	: 10
&lt;br/&gt;wp		: yes
&lt;br/&gt;flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc ida pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
&lt;br/&gt;bogomips	: 4388.42
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Memory: 4k page, physical 2073592k(492460k free), swap 4128760k(4128760k free)
&lt;br/&gt;&lt;br/&gt;vm_info: Java HotSpot(TM) Server VM (20.7-b02) for linux-x86 JRE (1.6.0_32-b05), built on Apr &amp;nbsp;5 2012 12:54:54 by &amp;quot;java_re&amp;quot; with gcc 3.2.1-7a (J2SE release)
&lt;br/&gt;&lt;br/&gt;time: Tue May 15 21:30:26 2012
&lt;br/&gt;elapsed time: 45 seconds
&lt;br/&gt;&lt;br/&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/intermittent-crashes-with-JOGL-tp3937624p3996814.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3938057"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3996796</id>
		<title>Re: Move to native jar: nearly there, but not quite</title>
		<published>2012-05-16T03:10:53Z</published>
		<updated>2012-05-16T03:10:53Z</updated>
		<author>
			<name>LordSmoke</name>
		</author>
		<content type="html">
			&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;gouessej wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I hope you will tell us more about your application :) I'm curious. If you choose not to host JOGL and GlueGen JARs on your own server, you will need only a very small JNLP file of about less than 20 lines. Good luck.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
I will do that separately. I just use a pseudonym for my technical inquires and personal stuff so searches for my name only turn up professional sites and postings. And, I am a agent for a super secret international organization seeking world domination! &lt;img class='smiley' src='http://n3.nabble.com/images/smiley/smiley_evil.gif' /&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3996796.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3996787"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3996787</id>
		<title>Re: Move to native jar: nearly there, but not quite</title>
		<published>2012-05-16T03:04:38Z</published>
		<updated>2012-05-16T03:04:38Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			I hope you will tell us more about your application :) I'm curious. If you choose not to host JOGL and GlueGen JARs on your own server, you will need only a very small JNLP file of about less than 20 lines. Good luck.
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3996787.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3990084"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3990084</id>
		<title>Re: Move to native jar: nearly there, but not quite</title>
		<published>2012-05-15T14:00:44Z</published>
		<updated>2012-05-15T14:00:44Z</updated>
		<author>
			<name>LordSmoke</name>
		</author>
		<content type="html">
			&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;gouessej wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;IzPack is nice, very complete but there is no auto update feature and it is harder to use than Java Web Start. Sorry to contradict you but lots of laptops and netbooks are sold with Ubuntu, some people using GNU Linux are not technical people. Java Web Start allows to have a simple installer that works where Java itself is installed and it can even trigger the install of a more recent JVM if you want. You can read this tutorial to learn how to use it:
&lt;br/&gt;&lt;a href=&quot;http://docs.oracle.com/javase/tutorial/deployment/webstart/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://docs.oracle.com/javase/tutorial/deployment/webstart/&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
My users are almost entirely life-sciences folks that tend to be math/computer averse (but that makes me look good :) ). I would estimate 80-90% only use Windows machines, ~10% (but growing) go with Macs (popular in genetics), and the remaining few Linux users are real or wannabe techies. I have asked for a volunteer amongst my (quite talented) minions to look into web start and general web development. Thanks for the link.
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3990084.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3988418"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3988467</id>
		<title>Re: Current plans for JInput</title>
		<published>2012-05-15T09:51:58Z</published>
		<updated>2012-05-15T09:51:58Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			The AWT plugin seems not difficult to port to NEWT:
&lt;br/&gt;&lt;a href=&quot;http://java.net/projects/jinput/sources/svn/show/trunk/plugins/awt/src/net/java/games/input&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://java.net/projects/jinput/sources/svn/show/trunk/plugins/awt/src/net/java/games/input&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Is it possible to use the automatic extraction and loading of native libraries from JARs without using GlueGen to build JInput?
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jinput-f3987185.html&quot;&gt;jinput&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Current-plans-for-JInput-tp3987664p3988467.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3988073"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3988441</id>
		<title>Re: Current plans for JInput</title>
		<published>2012-05-15T09:37:36Z</published>
		<updated>2012-05-15T09:37:36Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			It's here:
&lt;br/&gt;&lt;a href=&quot;http://java.net/projects/jinput/sources/svn/show&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://java.net/projects/jinput/sources/svn/show&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://www.newdawnsoftware.com/resources/jinput/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://www.newdawnsoftware.com/resources/jinput/&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://www.newdawnsoftware.com/jenkins/view/JInput/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://www.newdawnsoftware.com/jenkins/view/JInput/&lt;/a&gt;
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jinput-f3987185.html&quot;&gt;jinput&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Current-plans-for-JInput-tp3987664p3988441.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3988073"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3988418</id>
		<title>Re: Move to native jar: nearly there, but not quite</title>
		<published>2012-05-15T09:25:44Z</published>
		<updated>2012-05-15T09:25:44Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			IzPack is nice, very complete but there is no auto update feature and it is harder to use than Java Web Start. Sorry to contradict you but lots of laptops and netbooks are sold with Ubuntu, some people using GNU Linux are not technical people. Java Web Start allows to have a simple installer that works where Java itself is installed and it can even trigger the install of a more recent JVM if you want. You can read this tutorial to learn how to use it:
&lt;br/&gt;&lt;a href=&quot;http://docs.oracle.com/javase/tutorial/deployment/webstart/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://docs.oracle.com/javase/tutorial/deployment/webstart/&lt;/a&gt;
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3988418.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3988317"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3988396</id>
		<title>Re: Can anyone provide an example of how to use com.jogamp.graph.curve.opengl.TextRenderer</title>
		<published>2012-05-15T09:18:00Z</published>
		<updated>2012-05-15T09:18:00Z</updated>
		<author>
			<name>Sven Gothel</name>
		</author>
		<content type="html">
			In preparation of reviewing our graph package, I have pushed a one-file unit test
&lt;br/&gt;hopefully describing the new graph text renderer: 
&lt;br/&gt;&amp;nbsp; &lt;a href=&quot;http://jogamp.org/git/?p=jogl.git;a=blob;f=src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT00.java;hb=HEAD&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/git/?p=jogl.git;a=blob;f=src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT00.java;hb=HEAD&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;The other unit test / demos are here: 
&lt;br/&gt;&amp;nbsp; &lt;a href=&quot;http://jogamp.org/git/?p=jogl.git;a=tree;f=src/test/com/jogamp/opengl/test/junit/graph;hb=HEAD&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/git/?p=jogl.git;a=tree;f=src/test/com/jogamp/opengl/test/junit/graph;hb=HEAD&lt;/a&gt;&lt;br/&gt;&amp;nbsp; &lt;a href=&quot;http://jogamp.org/git/?p=jogl.git;a=tree;f=src/test/com/jogamp/opengl/test/junit/graph/demos;hb=HEAD&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/git/?p=jogl.git;a=tree;f=src/test/com/jogamp/opengl/test/junit/graph/demos;hb=HEAD&lt;/a&gt;&lt;br/&gt;&amp;nbsp; &lt;a href=&quot;http://jogamp.org/git/?p=jogl.git;a=tree;f=src/test/com/jogamp/opengl/test/junit/graph/demos/ui;hb=HEAD&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/git/?p=jogl.git;a=tree;f=src/test/com/jogamp/opengl/test/junit/graph/demos/ui;hb=HEAD&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Goal is to solve the 'setup' performance problem:
&lt;br/&gt;&amp;nbsp; &lt;a href=&quot;http://forum.jogamp.org/Best-way-to-drawing-a-lot-of-strings-td3893249.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://forum.jogamp.org/Best-way-to-drawing-a-lot-of-strings-td3893249.html&lt;/a&gt;&lt;br/&gt;and to clarify the API. &amp;nbsp;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Can-anyone-provide-an-example-of-how-to-use-com-jogamp-graph-curve-opengl-TextRenderer-tp3968662p3988396.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3968662"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3988317</id>
		<title>Re: Move to native jar: nearly there, but not quite</title>
		<published>2012-05-15T08:38:30Z</published>
		<updated>2012-05-15T08:38:30Z</updated>
		<author>
			<name>LordSmoke</name>
		</author>
		<content type="html">
			&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;gouessej wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Java Web Start is not difficult to use and you can use another installer if you prefer, it would be more user friendly than a zip. If you want to get more feedbacks, you should do your best to ease the install process.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
With this prodding, I looked around and found PackJacket and IzPack. The former is an older ('09) graphical front-end to the current latter. I now have three platform-specific installers, and the user can download the one they want - dbl-click and go. Only complexity is setting the exec flag on Linux, but if they are using Linux, that should not be too bad. Also, the result does not do well overwriting earlier installations of the software and failed to create a windows-executable .exe. All good enough for now. Will look into WebStart (or have students do that) later.
&lt;br/&gt;&lt;br/&gt;-LS
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3988317.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3986329"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3988073</id>
		<title>Re: Current plans for JInput</title>
		<published>2012-05-15T06:51:48Z</published>
		<updated>2012-05-15T06:51:48Z</updated>
		<author>
			<name>Sven Gothel</name>
		</author>
		<content type="html">
			On 05/15/2012 03:41 PM, gouessej [via jogamp] wrote:
&lt;br/&gt;&amp;gt; As far as I know, the AWT plugin allows to use keyboard and mouse with JInput
&lt;br/&gt;&amp;gt; when the permissions on /dev/input/* do not allow to read its descriptors, it
&lt;br/&gt;&amp;gt; uses AWT events under the hood and it converts them into JInput events. I
&lt;br/&gt;&amp;gt; suggest to do the same with NEWT. I don't know whether it would be possible to
&lt;br/&gt;&amp;gt; add Android support, I have never thought about that.
&lt;br/&gt;&lt;br/&gt;I see, NEWT events -&amp;gt; JInput.
&lt;br/&gt;Android would be implicit here if using NEWT.
&lt;br/&gt;&lt;br/&gt;&amp;gt; If it works before August, I will be able to use it for the demo of TUER.
&lt;br/&gt;&lt;br/&gt;Sure.
&lt;br/&gt;&lt;br/&gt;BTW: Whats the official git repo and branch for jinput
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;we should use / branch off ?
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Me not familiar w/ jinput.
&lt;br/&gt;&lt;br/&gt;~Sven
&lt;br/&gt;&lt;br/&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (910 bytes) &lt;a href=&quot;http://forum.jogamp.org/attachment/3988073/0/signature.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jinput-f3987185.html&quot;&gt;jinput&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Current-plans-for-JInput-tp3987664p3988073.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3988046"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3988062</id>
		<title>Re: Current plans for JInput</title>
		<published>2012-05-15T06:48:26Z</published>
		<updated>2012-05-15T06:48:26Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			Actually, com.ardor3d.input.jinput.JInputControllerWrapper could be used as is. I will copy/paste it in ardor3d-jogl but in a different package and it will use &amp;quot;our&amp;quot; modified version.
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jinput-f3987185.html&quot;&gt;jinput&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Current-plans-for-JInput-tp3987664p3988062.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3987800"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3988046</id>
		<title>Re: Current plans for JInput</title>
		<published>2012-05-15T06:41:11Z</published>
		<updated>2012-05-15T06:41:11Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			As far as I know, the AWT plugin allows to use keyboard and mouse with JInput when the permissions on /dev/input/* do not allow to read its descriptors, it uses AWT events under the hood and it converts them into JInput events. I suggest to do the same with NEWT. I don't know whether it would be possible to add Android support, I have never thought about that.
&lt;br/&gt;&lt;br/&gt;As for Ardor3D, ardor3d-jogl should include this modified version of JInput and I will provide a &amp;quot;controller&amp;quot; using it, I will have to look at the existing one that relies on the competitor of JOGL. It is not difficult.
&lt;br/&gt;&lt;br/&gt;If it works before August, I will be able to use it for the demo of TUER.
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jinput-f3987185.html&quot;&gt;jinput&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Current-plans-for-JInput-tp3987664p3988046.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3987800"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3987800</id>
		<title>Re: Current plans for JInput</title>
		<published>2012-05-15T04:01:28Z</published>
		<updated>2012-05-15T04:01:28Z</updated>
		<author>
			<name>Sven Gothel</name>
		</author>
		<content type="html">
			On 05/15/2012 10:46 AM, gouessej [via jogamp] wrote:
&lt;br/&gt;&amp;gt; Hi
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; I suggest the following changes in or near JInput to use it more easily in
&lt;br/&gt;&amp;gt; projects based on JogAmp:
&lt;br/&gt;&amp;gt; - the automatic extraction and loading of native libraries from JARs as it is
&lt;br/&gt;&amp;gt; already possible for other APIs
&lt;br/&gt;&lt;br/&gt;of course
&lt;br/&gt;&lt;br/&gt;&amp;gt; - a plugin to use this library with NEWT (like the one for AWT)
&lt;br/&gt;&lt;br/&gt;You mean the adapter for translating AWT or Android to NEWT events ?
&lt;br/&gt;If so, how shall they map to the current NEWT input scheme of
&lt;br/&gt;just having Key/Mouse input events ?
&lt;br/&gt;Would it imply to generate new NEWT event classes.
&lt;br/&gt;&lt;br/&gt;&amp;gt; - some modifications in Ardor3D to allow the use of such a modified version
&lt;br/&gt;&amp;gt; with JOGL
&lt;br/&gt;&lt;br/&gt;Sure. This work will be part of your/our Ardor3D migration work, right ?
&lt;br/&gt;&lt;br/&gt;Cheers, Sven
&lt;br/&gt;&lt;div class='shrinkable-quote'&gt;&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; Best regards.
&lt;br/&gt;&amp;gt; Julien Gouesse
&lt;br/&gt;&amp;gt; &lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&amp;gt; &lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; If you reply to this email, your message will be added to the discussion below:
&lt;br/&gt;&amp;gt; &lt;a href=&quot;http://forum.jogamp.org/Current-plans-for-JInput-tp3987664.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://forum.jogamp.org/Current-plans-for-JInput-tp3987664.html&lt;/a&gt;&lt;br/&gt;&amp;gt; To start a new topic under jogamp, email &lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3987800&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;
&lt;br/&gt;&amp;gt; To unsubscribe from jogamp, click here
&lt;br/&gt;&amp;gt; &amp;lt;&lt;a href=&quot;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;
&lt;br/&gt;&amp;gt; NAML
&lt;br/&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://forum.jogamp.org/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://forum.jogamp.org/template/NamlServlet.jtp?macro=macro_viewer&amp;amp;id=instant_html%21nabble%3Aemail.naml&amp;amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml&lt;/a&gt;&amp;gt;
&lt;br/&gt;&amp;gt; 
&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;-- 
&lt;br/&gt;health &amp;amp; wealth
&lt;br/&gt;mailto:&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3987800&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt; ; &lt;a href=&quot;http://jausoft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jausoft.com&lt;/a&gt;&lt;br/&gt;Timezone: Shanghai
&lt;br/&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jinput-f3987185.html&quot;&gt;jinput&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Current-plans-for-JInput-tp3987664p3987800.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3987664"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3987664</id>
		<title>Current plans for JInput</title>
		<published>2012-05-15T01:46:49Z</published>
		<updated>2012-05-15T01:46:49Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			Hi
&lt;br/&gt;&lt;br/&gt;I suggest the following changes in or near JInput to use it more easily in projects based on JogAmp:
&lt;br/&gt;- the automatic extraction and loading of native libraries from JARs as it is already possible for other APIs
&lt;br/&gt;- a plugin to use this library with NEWT (like the one for AWT)
&lt;br/&gt;- some modifications in Ardor3D to allow the use of such a modified version with JOGL
&lt;br/&gt;&lt;br/&gt;Best regards.
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jinput-f3987185.html&quot;&gt;jinput&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Current-plans-for-JInput-tp3987664.html" />
		
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3986329</id>
		<title>Re: Move to native jar: nearly there, but not quite</title>
		<published>2012-05-14T10:53:37Z</published>
		<updated>2012-05-14T10:53:37Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			Java Web Start is not difficult to use and you can use another installer if you prefer, it would be more user friendly than a zip. If you want to get more feedbacks, you should do your best to ease the install process.
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3986329.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3985290"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3985924</id>
		<title>Re: GLCanvas draws over Swing components on Mac</title>
		<published>2012-05-14T07:58:31Z</published>
		<updated>2012-05-14T07:58:31Z</updated>
		<author>
			<name>karelknoes</name>
		</author>
		<content type="html">
			I've tested the applet with Mac OS X 10.7.4 and Oracle JRE 7u6 (instead of the default Applet jvm).
&lt;br/&gt;The log: &lt;a href=&quot;http://forum.jogamp.org/file/n3985924/debug_log_mac_oracle7_cleaned.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;debug_log_mac_oracle7_cleaned.txt&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;CLCanvas respects the Swing layout when ran with Oracle Java 7u6 Mac OS X Port (and doesn't when ran with Apple's most recent JVM).
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/GLCanvas-draws-over-Swing-components-on-Mac-tp3973879p3985924.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3985615"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3985615</id>
		<title>Re: GLCanvas draws over Swing components on Mac</title>
		<published>2012-05-14T05:22:39Z</published>
		<updated>2012-05-14T05:22:39Z</updated>
		<author>
			<name>karelknoes</name>
		</author>
		<content type="html">
			Perhaps helpful, I've attached the jogl debug information for both the applet and the desktop application. 
&lt;br/&gt;&lt;br/&gt;The applet size is 900 x 600. The GLCanvas size should be 900x955 (top 45 pixels is top bar) but is set to the full 900x600.
&lt;br/&gt;&lt;a href=&quot;http://forum.jogamp.org/file/n3985615/debug_log_mac_cleaned.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;debug_log_mac_cleaned.txt&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;The desktop application correctly sets the canvas to 1030x701, leaving the rest of the GUI intact.&lt;a href=&quot;http://forum.jogamp.org/file/n3985615/debug_log_mac_desktop.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;debug_log_mac_desktop.txt&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/GLCanvas-draws-over-Swing-components-on-Mac-tp3973879p3985615.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3985238"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3985416</id>
		<title>Re: GLProfile.initSingleton</title>
		<published>2012-05-14T02:03:01Z</published>
		<updated>2012-05-14T02:03:01Z</updated>
		<author>
			<name>JOGL_Noob</name>
		</author>
		<content type="html">
			Is it automatically called?
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/GLProfile-initSingleton-false-tp3976282p3985416.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3976739"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3985290</id>
		<title>Re: Move to native jar: nearly there, but not quite</title>
		<published>2012-05-13T23:53:59Z</published>
		<updated>2012-05-13T23:53:59Z</updated>
		<author>
			<name>LordSmoke</name>
		</author>
		<content type="html">
			Thanks for the speedy feedback. I am not a Web developer, so the Web start stuff looks like classic Greek to me. However, I think I have found a solution. I exclude the platform-specific jars from the application jar package and just include them with the app in a .zip file. It is not unreasonable for me to have my users unzip that file into the application directory. That seems to work fine on OS X, Windows, and Linux. They can delete the unneeded ones if they wish. 
&lt;br/&gt;&lt;br/&gt;Now, to look at Java3D, again. :)
&lt;br/&gt;&lt;br/&gt;Again, thanks. 
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3985290.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3982739"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3985238</id>
		<title>Re: GLCanvas draws over Swing components on Mac</title>
		<published>2012-05-13T22:55:03Z</published>
		<updated>2012-05-13T22:55:03Z</updated>
		<author>
			<name>Sven Gothel</name>
		</author>
		<content type="html">
			AFAIK this is related to OSX's &amp;gt;= 10.5.8 offscreen rendering (CALayer).
&lt;br/&gt;&lt;br/&gt;We provide an OpenGL rendered layer to the CALayer, which will be composed 
&lt;br/&gt;by the Cocoa / Plugin parent.
&lt;br/&gt;&lt;br/&gt;This artifact is even visible with the Version Info Applet, as shown here:
&lt;br/&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://jogamp.org/deployment/jogamp-current/jogl-applet-version-napplet.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/deployment/jogamp-current/jogl-applet-version-napplet.html&lt;/a&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Either we lack providing essential clipping information or similar data
&lt;br/&gt;or the CALayer composer for the Applet is buggy.
&lt;br/&gt;&lt;br/&gt;AFAIK our offscreen window is of the correct size .. maybe somebody 
&lt;br/&gt;likes to digg into this ? 
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/GLCanvas-draws-over-Swing-components-on-Mac-tp3973879p3985238.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3973879"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3985233</id>
		<title>Re: Move to native jar: nearly there, but not quite</title>
		<published>2012-05-13T22:47:32Z</published>
		<updated>2012-05-13T22:47:32Z</updated>
		<author>
			<name>Sven Gothel</name>
		</author>
		<content type="html">
			I agree w/ Julien here.
&lt;br/&gt;&lt;br/&gt;However, if you really must deploy your app as one JAR file,
&lt;br/&gt;you may like to chose the jar-in-jar solution as described 
&lt;br/&gt;in Bug 522 / Comment 7 / Test 2:
&lt;br/&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;https://jogamp.org/bugzilla/show_bug.cgi?id=522#c7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://jogamp.org/bugzilla/show_bug.cgi?id=522#c7&lt;/a&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Yes, it's Eclipse related, i.e. the JAR-IN-JAR is produced by Eclipse
&lt;br/&gt;and I haven't test the creation with a vanilla JDK/Ant or NB.
&lt;br/&gt;However, as long the JogAmp JAR file names and content 
&lt;br/&gt;are 'somewhat' preserved .. you can encapsulate them as shown.
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3985233.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3982739"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3984546</id>
		<title>Re: GLWindow.setSize exception upgrading to rc8</title>
		<published>2012-05-13T13:23:00Z</published>
		<updated>2012-05-13T13:23:00Z</updated>
		<author>
			<name>Sven Gothel</name>
		</author>
		<content type="html">
			Fixed 'GLContext/Surface Deadlock', which also simplifies GLContext locking
&lt;br/&gt;and removes the '[is/set]Synchronized()' GLContext functions.
&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://jogamp.org/git/?p=jogl.git;a=commit;h=78d9e7c84f03ac7b83ad2933cac884ce9ecac161&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/git/?p=jogl.git;a=commit;h=78d9e7c84f03ac7b83ad2933cac884ce9ecac161&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://jogamp.org/git/?p=jogl.git;a=commit;h=df6c9accd84b801d86c8f6f9ce35e02ffd417f71&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/git/?p=jogl.git;a=commit;h=df6c9accd84b801d86c8f6f9ce35e02ffd417f71&lt;/a&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/GLWindow-setSize-exception-upgrading-to-rc8-tp3966421p3984546.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3973072"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3983907</id>
		<title>Re: Move to native jar: nearly there, but not quite</title>
		<published>2012-05-13T04:41:04Z</published>
		<updated>2012-05-13T04:41:04Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			Hi
&lt;br/&gt;&lt;br/&gt;Sorry to repeat that once again but packaging a whole application as a single JAR is a very bad idea, it's dirty and it will obviously not work on a lot of machines because other applications may try to open the JAR instead of allowing the user to run your program, for example Arch under GNU Linux and WinRAR under Windows. Rather use Java Web Start with several JARs, don't put everything into the same JAR. If you need an example, look at the Ant script used in my game.
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3983907.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3982739"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3982739</id>
		<title>Move to native jar: nearly there, but not quite</title>
		<published>2012-05-12T10:21:12Z</published>
		<updated>2012-05-12T10:21:12Z</updated>
		<author>
			<name>LordSmoke</name>
		</author>
		<content type="html">
			Greetings. As mentioned in another post, I am back in semi-seclusion for the next two weeks working feverishly on my app and jogl2.
&lt;br/&gt;&lt;br/&gt;My first order of business was to shift to the fat jar distribution instead of the user-installed native libraries. The wiki helped me figure out the principle, and I have met with some success. That is, I removed the native libraries from my system, redefined my JOGL2 lib (in Netbeans) to include the desired native jars, and rebuild. It works fine from my Netbeans IDE.
&lt;br/&gt;&lt;br/&gt;I use the following code I grabbed from somewhere to package all the libraries into a single jar for distribution:
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;target name=&amp;quot;package-for-store&amp;quot; depends=&amp;quot;jar&amp;quot;&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;!-- Change the value of this property to be the name of your JAR,
             minus the .jar extension. It should not have spaces.
             &lt;property name=&quot;store.jar.name&quot; value=&quot;MyJarName&quot;/&gt;
        --&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;store.jar.name&amp;quot; value=&amp;quot;my_app&amp;quot;/&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;!-- don't edit below this line --&gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;store.dir&amp;quot; value=&amp;quot;store&amp;quot;/&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;store.jar&amp;quot; value=&amp;quot;${store.dir}/${store.jar.name}.jar&amp;quot;/&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;echo message=&amp;quot;Packaging ${application.title} into a single JAR at ${store.jar}&amp;quot;/&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;delete dir=&amp;quot;${store.dir}&amp;quot;/&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mkdir dir=&amp;quot;${store.dir}&amp;quot;/&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jar destfile=&amp;quot;${store.dir}/temp_final.jar&amp;quot; filesetmanifest=&amp;quot;skip&amp;quot;&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;zipgroupfileset dir=&amp;quot;dist&amp;quot; includes=&amp;quot;*.jar&amp;quot;/&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;zipgroupfileset dir=&amp;quot;dist/lib&amp;quot; includes=&amp;quot;*.jar&amp;quot;/&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;manifest&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;attribute name=&amp;quot;Main-Class&amp;quot; value=&amp;quot;${main.class}&amp;quot;/&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/manifest&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/jar&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;zip destfile=&amp;quot;${store.jar}&amp;quot;&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;zipfileset src=&amp;quot;${store.dir}/temp_final.jar&amp;quot;
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; excludes=&amp;quot;META-INF/*.SF, META-INF/*.DSA, META-INF/*.RSA&amp;quot;/&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/zip&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;delete file=&amp;quot;${store.dir}/temp_final.jar&amp;quot;/&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/target&amp;gt;&lt;br/&gt;&lt;br/&gt;Alas, the resulting jar gives the following error at startup:
&lt;br/&gt;&lt;br/&gt;Catched: error in opening zip file
&lt;br/&gt;Exception in thread &amp;quot;main&amp;quot; java.lang.NoClassDefFoundError: Could not initialize class javax.media.opengl.GLProfile
&lt;br/&gt;&lt;br/&gt;Same error on Windows/Linux/OS X. 
&lt;br/&gt;&lt;br/&gt;All of the required files seem to be in the resulting jar. 
&lt;br/&gt;&lt;br/&gt;Any suggestions as to what I am missing would be appreciated.
&lt;br/&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739.html" />
		
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3981972</id>
		<title>Re: GLCanvas draws over Swing components on Mac</title>
		<published>2012-05-12T02:55:17Z</published>
		<updated>2012-05-12T02:55:17Z</updated>
		<author>
			<name>gouessej</name>
		</author>
		<content type="html">
			Hi
&lt;br/&gt;&lt;br/&gt;Using Java Web Start in an heavyweight client (no applet) would work around your problem in this case.
&lt;br/&gt;&lt;br/&gt;Oracle JVM 7 for Mac is worth a try too but keep in mind that OpenJDK may contain much more interesting fixes.
	&lt;div class=&quot;signature weak-color&quot;&gt;Julien Gouesse
&lt;br/&gt;&lt;a href=&quot;http://tuer.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tuer.sourceforge.net&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://gouessej.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://gouessej.wordpress.com&lt;/a&gt;&lt;/div&gt;
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/GLCanvas-draws-over-Swing-components-on-Mac-tp3973879p3981972.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3980053"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3981534</id>
		<title>Re: Problems with gluUnProject</title>
		<published>2012-05-11T19:14:05Z</published>
		<updated>2012-05-11T19:14:05Z</updated>
		<author>
			<name>Sven Gothel</name>
		</author>
		<content type="html">
			&amp;lt;&lt;a href=&quot;http://jogamp.org/git/?p=jogl.git;a=commit;h=7f85501bd448afc9ba52f6abbe5f049d673d824d&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/git/?p=jogl.git;a=commit;h=7f85501bd448afc9ba52f6abbe5f049d673d824d&lt;/a&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Added further unit test w/ actual gluUnProject(..) usage.
&lt;br/&gt;&lt;br/&gt;Remark: FloatUtil's multMatrixf(..) does column-major multiplication,
&lt;br/&gt;i.e. expect the linear matrix layout to be in column order.
&lt;br/&gt;&lt;br/&gt;In case the implementation does not follow the above statement (you find a bug),
&lt;br/&gt;pls re-open this bug report. 
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Problems-with-gluUnProject-tp3954975p3981534.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3981030"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3981030</id>
		<title>Re: Problems with gluUnProject</title>
		<published>2012-05-11T13:50:52Z</published>
		<updated>2012-05-11T13:50:52Z</updated>
		<author>
			<name>Sven Gothel</name>
		</author>
		<content type="html">
			Fixed, see below bug 581 report ..
&lt;br/&gt;&lt;br/&gt;Please recompile jogl and test ... and report 
&lt;br/&gt;whether the fix satisfies your expectation (it should).
&lt;br/&gt;&lt;br/&gt;Maybe you can provide a simple gluUnproject unit test. Thx.
&lt;br/&gt;&lt;br/&gt;+++
&lt;br/&gt;&lt;br/&gt;&amp;lt;&lt;a href=&quot;https://jogamp.org/bugzilla/show_bug.cgi?id=581&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://jogamp.org/bugzilla/show_bug.cgi?id=581&lt;/a&gt;&amp;gt;:
&lt;br/&gt;&lt;br/&gt;&amp;lt;&lt;a href=&quot;http://jogamp.org/git/?p=jogl.git;a=commit;h=cbc77718f01a8190e1a8aa0e9afdc2a3a3403358&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/git/?p=jogl.git;a=commit;h=cbc77718f01a8190e1a8aa0e9afdc2a3a3403358&lt;/a&gt;&amp;gt;&lt;br/&gt;&lt;br/&gt;Fix regression of commit 
&lt;br/&gt;&amp;lt;&lt;a href=&quot;http://jogamp.org/git/?p=jogl.git;a=commit;h=de2b129a56335262a44a05541a3ab2e35668cc6e&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://jogamp.org/git/?p=jogl.git;a=commit;h=de2b129a56335262a44a05541a3ab2e35668cc6e&lt;/a&gt;&amp;gt;:
&lt;br/&gt;ProjectFloat Matrix Multiplication of gluUnProject(..) impl.
&lt;br/&gt;&lt;br/&gt;ProjectFloat's previous gluMultMatricesf(..) used row-major order,
&lt;br/&gt;but the replacement multMatrixf(..) uses column-major order (like OpenGL, ..).
&lt;br/&gt;&lt;br/&gt;Note: The replaced 'gluMultMatrixVecf' by multMatrixVecf() already
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;used column-major order.
&lt;br/&gt;&lt;br/&gt;Fix: Reverse the arguments of matrix multiplication
&lt;br/&gt;&amp;nbsp; &amp;nbsp; m1 x m2 -&amp;gt; m2 x m1
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Problems-with-gluUnProject-tp3954975p3981030.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3974108"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3980704</id>
		<title>Re: CLGLTexture2d.java bug and fix</title>
		<published>2012-05-11T11:38:59Z</published>
		<updated>2012-05-11T11:38:59Z</updated>
		<author>
			<name>GiGurra</name>
		</author>
		<content type="html">
			Did I report this in the wrong place? 
&lt;br/&gt;&lt;a href=&quot;https://jogamp.org/bugzilla/show_bug.cgi?id=579&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://jogamp.org/bugzilla/show_bug.cgi?id=579&lt;/a&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jocl-f782173.html&quot;&gt;jocl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/CLGLTexture2d-java-bug-and-fix-tp3894276p3980704.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3894276"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3980189</id>
		<title>Re: GLCanvas draws over Swing components on Mac</title>
		<published>2012-05-11T08:06:44Z</published>
		<updated>2012-05-11T08:06:44Z</updated>
		<author>
			<name>karelknoes</name>
		</author>
		<content type="html">
			An interesting discovery: GLCanvas does behave well in our desktop application, which starts in a JFrame instead of JApplet. The applet and desktop application share almost all their UI code.
&lt;br/&gt;&lt;br/&gt;It may seem that the problem is introduced by the java browser plugins.
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/GLCanvas-draws-over-Swing-components-on-Mac-tp3973879p3980189.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3980053"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3980130</id>
		<title>Re: Confirm Hardware Tessellation?</title>
		<published>2012-05-11T07:46:41Z</published>
		<updated>2012-05-11T07:46:41Z</updated>
		<author>
			<name>linsnos</name>
		</author>
		<content type="html">
			The OpenGL API is extended with hardware tessellation, but you have to use a profile of 4.1+ (or maybe 4.0, I'm not sure. Look in the specification.)
&lt;br/&gt;&lt;br/&gt;Ok, here's the code. I've used source from various places as a base (with credits and links in the comments of MainListenerGL4.java. Sorry if I forgot anyone!), modified it a bit and then just added the tessellation.
&lt;br/&gt;It is an eclipse project and I added dependency to a lwjgl library, but that's not needed in the code.
&lt;br/&gt;&lt;br/&gt;Hope you can extract the essence of it anyway and sorry for the mess.
&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://forum.jogamp.org/file/n3980130/Tutorials_tessellation_forum.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Tutorials_tessellation_forum.tar.gz&lt;/a&gt;&lt;br/&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/Confirm-Hardware-Tessellation-tp3937923p3980130.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3979868"/>
	</entry>
	<entry>
		<id>tag:jogamp.762907.n3.nabble.com,2006:post-3980053</id>
		<title>Re: GLCanvas draws over Swing components on Mac</title>
		<published>2012-05-11T07:13:32Z</published>
		<updated>2012-05-11T07:13:32Z</updated>
		<author>
			<name>karelknoes</name>
		</author>
		<content type="html">
			Thanks again for the very helpful ideas. New directions to add to our experiment list.
&lt;br/&gt;&lt;br/&gt;Regarding your question about the use of JInternalFrame. The first few levels of our UI are build up with nested JPanels using BorderLayout, with the root JPanel set as ContentPane of a JApplet. The GLCanvas is directly added into this nested JPanel UI.
&lt;br/&gt;&lt;br/&gt;The impact of the Z ordering problem on our Applet is a bit puzzling. Strictly speaking, the GLCanvas does not overlap our top menu bar in Z-ordering. The GLCanvas however does not respect the BorderLayout management and fills the entire JApplet ContentPane. &amp;nbsp;I guess the GLCanvas checks the available UI space on a different Z-level from where the rest of the UI is living and incorrectly concludes that the entire ContentPane is still free.
&lt;br/&gt;&lt;br/&gt;I'll definitely add the OpenJDK as a potential solution direction to our list. Perhaps in the same line of thought, the new Oracle JVM 7 for Mac might also be worth a shot?
&lt;br/&gt;&lt;br/&gt;
	
			&lt;p&gt;Posted in &lt;a href=&quot;http://forum.jogamp.org/jogl-f782158.html&quot;&gt;jogl&lt;/a&gt;&lt;/p&gt;
		</content>
		<link rel="alternate" type="text/html" href="http://forum.jogamp.org/GLCanvas-draws-over-Swing-components-on-Mac-tp3973879p3980053.html" />
		<thr:in-reply-to ref="tag:jogamp.762907.n3.nabble.com,2006:post-3979543"/>
	</entry>
</feed>
