Desktop App Layout

Hi,
Has anyone got a good basic structure for setting up the layout of a desktop application. What i want to create is a Swing layout structure simlilar to Eclipse (or numerous other desktop apps), so that there is a central desktop area and a number of other controller panels that can can be docked to the east, west and south as necessary. I wouldn't be particularly bothered about drag and drop at the minute.
Currently what i have is the code below, which works fine until the window is resized too small, then it messes around with the size of the controller panels and it all starts looking very amateurish.
If anyone has any ideas, suggestions or even better, some rock hard bullet proof industrial strength code that would be fantastic, Cheers,
Dave
// heres the code
import java.awt.*;
import java.awt.event.*;
import java.beans.*;
import javax.swing.*;
import com.dessasystems.ui.docking.DockPanel;
public class WorkArea {
     private JPanel area = new JPanel();
     public DockPanel eastDock = new DockPanel("East");
     public DockPanel westDock = new DockPanel("West");
     public DockPanel southDock = new DockPanel("South");
     private JDesktopPane desktop;
     private JSplitPane sp1 = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
     private JSplitPane sp2 = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
     private JSplitPane sp3 = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
     public WorkArea() {
          area.setLayout(new BorderLayout());
          desktop = new JDesktopPane(){
               public Dimension getMinimumSize(){
                    return new Dimension(1,1);
          sp1.setRightComponent(sp2);
          sp2.setLeftComponent(sp3);
          sp2.setResizeWeight(1);
          sp3.setTopComponent(desktop);
          sp3.setResizeWeight(1);
          sp1.setDividerSize(0);
          sp2.setDividerSize(0);
          sp3.setDividerSize(0);
          sp2.addPropertyChangeListener(new PropertyChangeListener() {
               public void propertyChange(PropertyChangeEvent e) {
                    if (e.getPropertyName().equalsIgnoreCase("dividerLocation")){
                         if (eastDock.getComponentCount() > 0){
                              int newWidth = sp2.getWidth() - sp2.getDividerLocation() - sp2.getDividerSize();
                              eastDock.setComponentsPreferredWidth(newWidth);                              
          sp1.addPropertyChangeListener(new PropertyChangeListener() {
               public void propertyChange(PropertyChangeEvent e) {
                    if (e.getPropertyName().equalsIgnoreCase("dividerLocation")){
                         if (westDock.getComponentCount() > 0){
                              int newWidth = sp1.getDividerLocation();
                              westDock.setComponentsPreferredWidth(newWidth);                              
          sp3.addPropertyChangeListener(new PropertyChangeListener() {
               public void propertyChange(PropertyChangeEvent e) {
                    if (e.getPropertyName().equalsIgnoreCase("dividerLocation")){
                         if (southDock.getComponentCount() > 0){
                              int newHeight = sp3.getHeight() - sp3.getDividerLocation() - sp3.getDividerSize();
                              southDock.setComponentsPreferredHeight(newHeight);                              
          eastDock.addContainerListener(new ContainerAdapter() {
               public void componentAdded(ContainerEvent e) {
                    if (eastDock.getComponentCount() == 1) {
                         sp2.setRightComponent(eastDock);
                         sp2.setDividerSize(4);
               public void componentRemoved(ContainerEvent e) {
                    if (eastDock.getComponentCount() == 0) {
                         sp2.setRightComponent(null);
                         sp2.setDividerSize(0);
          westDock.addContainerListener(new ContainerAdapter() {
               public void componentAdded(ContainerEvent e) {
                    if (westDock.getComponentCount() == 1) {
                         sp1.setLeftComponent(westDock);
                         sp1.setDividerSize(4);
               public void componentRemoved(ContainerEvent e) {
                    if (westDock.getComponentCount() == 0) {
                         sp1.setLeftComponent(null);
                         sp1.setDividerSize(0);
          southDock.addContainerListener(new ContainerAdapter() {
               public void componentAdded(ContainerEvent e) {
                    if (southDock.getComponentCount() == 1) {
                         sp3.setBottomComponent(southDock);
                         sp3.setDividerSize(4);
               public void componentRemoved(ContainerEvent e) {
                    if (southDock.getComponentCount() == 0) {
                         sp3.setBottomComponent(null);
                         sp3.setDividerSize(0);
          area.add(sp1, BorderLayout.CENTER);
     public Component getArea() {
          return area;
// heres the relevant excerpt from DockPanel
     public void setComponentsPreferredWidth(int newWidth){
          if (docks == null)
               return;
          for (Iterator iter = docks.iterator(); iter.hasNext();) {
               Dockable element = (Dockable) iter.next();
               if (element.getDockableComponent() instanceof JComponent){
                    JComponent comp = (JComponent)element.getDockableComponent();
                    comp.setPreferredSize(new Dimension(newWidth, (int)comp.getPreferredSize().getHeight()));

www.novaworx.org. I am also looking to build a UI around my plugin engine, which the engine is very similar to the eclipse plugin engine in that it loads/unloads/reloads plugins at runtime, uses extension points and extensions, dependencies, etc. www.sourceforge.net/projects/genpluginengine if you are interested.

Similar Messages

  • Safari crashes on open after installing 4shared desktop app

    Safari crashes on open after installing the 4shared desktop app, i have included the error report in case anybody needs it!!!!
    Any help would be great5 as using chrome at the moment and want to go back to safari
    many thanks
    Process:         Safari [3443]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.1.2 (9537.85.11.5)
    Build Info:      WebBrowser-7537085011005000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [166]
    Responsible:     Safari [3443]
    User ID:         501
    Date/Time:       2014-12-19 14:23:54.311 +0000
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  45B27DC3-0F7B-0E3C-6B81-AC0B96E94C75
    Sleep/Wake UUID: E332FD90-3702-4BC9-B575-497BC7CF587B
    Crashed Thread:  12
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    External Modification Warnings:
    Thread creation by external task.
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.genieo.safari-K444F5Z2ZH (1 - 1.2) Omnibar
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_platform.dylib       0x00007fff854e527f _platform_memmove$VARIANT$Merom + 31
    1   com.apple.Foundation           0x00007fff81a8fd6c __34-[_NSDispatchData getBytes:range:]_block_invoke + 230
    2   libdispatch.dylib             0x00007fff8a6d0f8d _dispatch_client_callout3 + 9
    3   libdispatch.dylib             0x00007fff8a6d0f08 _dispatch_data_apply + 113
    4   libdispatch.dylib             0x00007fff8a6d74e3 dispatch_data_apply + 31
    5   com.apple.Foundation           0x00007fff81a8fc72 -[_NSDispatchData getBytes:range:] + 111
    6   com.apple.ImageIO.framework   0x00007fff826a2416 CGImageReadGetBytesAtOffset + 400
    7   com.apple.ImageIO.framework   0x00007fff826a515d CGImageReadSessionGetBytes + 33
    8   com.apple.ImageIO.framework   0x00007fff826d6247 getGlobalICNSInfo + 695
    9   com.apple.ImageIO.framework   0x00007fff826d5f5e _CGImagePluginImageCountICNS + 9
    10  com.apple.ImageIO.framework   0x00007fff826a1716 CGImageSourceGetCount + 119
    11  com.apple.AppKit               0x00007fff89a337da +[NSBitmapImageRep _imagesWithData:hfsFileType:extension:zone:expandImageContentNow:includeAllReps :] + 403
    12  com.apple.AppKit               0x00007fff89a33621 +[NSBitmapImageRep _imageRepsWithData:hfsFileType:extension:expandImageContentNow:] + 93
    13  com.apple.AppKit               0x00007fff899880f0 +[NSImageRep _imageRepsWithContentsOfURL:expandImageContentNow:giveUpOnNetworkURLsWithoutGoo dExtensions:] + 906
    14  com.apple.AppKit               0x00007fff89987d1d __51-[NSImageURLReferencingRepProvider representations]_block_invoke + 47
    15  com.apple.Foundation           0x00007fff81a4d333 _NSFaultInObject + 32
    16  com.apple.AppKit               0x00007fff89987ce5 -[NSImageURLReferencingRepProvider representations] + 94
    17  com.apple.AppKit               0x00007fff89928337 __45-[NSImage _usingRepresentationsPerformBlock:]_block_invoke + 45
    18  com.apple.AppKit               0x00007fff89928291 -[NSImage _usingRepProviderPerformBlock:] + 35
    19  com.apple.AppKit               0x00007fff89928263 -[NSImage _usingRepresentationsPerformBlock:] + 91
    20  com.apple.AppKit               0x00007fff89987bbc __15-[NSImage size]_block_invoke + 390
    21  com.apple.AppKit               0x00007fff89928291 -[NSImage _usingRepProviderPerformBlock:] + 35
    22  com.apple.AppKit               0x00007fff8997aefd -[NSImage size] + 138
    23  com.apple.AppKit               0x00007fff89a64078 -[NSImageCell _cellSizeAccountingForImageInControl:] + 92
    24  com.apple.AppKit               0x00007fff89a63f31 -[NSImageView intrinsicContentSize] + 129
    25  com.apple.AppKit               0x00007fff899dbbee -[NSView(NSConstraintBasedLayout) _generateContentSizeConstraints] + 49
    26  com.apple.AppKit               0x00007fff899db7fa -[NSView(NSConstraintBasedLayout) _updateContentSizeConstraints] + 424
    27  com.apple.AppKit               0x00007fff899dadd0 -[NSView updateConstraints] + 80
    28  com.apple.AppKit               0x00007fff899daa1a -[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:] + 634
    29  com.apple.AppKit               0x00007fff899da985 -[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:] + 485
    30  com.apple.AppKit               0x00007fff899fff97 __82-[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:]_block _invoke + 282
    31  com.apple.Foundation           0x00007fff81a8441a -[NSISEngine withBehaviors:performModifications:] + 119
    32  com.apple.AppKit               0x00007fff899da87d -[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:] + 221
    33  com.apple.AppKit               0x00007fff899da6d8 __45-[NSView updateConstraintsForSubtreeIfNeeded]_block_invoke + 49
    34  com.apple.Foundation           0x00007fff81a8441a -[NSISEngine withBehaviors:performModifications:] + 119
    35  com.apple.AppKit               0x00007fff8995695c -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 66
    36  com.apple.AppKit               0x00007fff899da6a0 -[NSView updateConstraintsForSubtreeIfNeeded] + 88
    37  com.apple.AppKit               0x00007fff89a63e4b __62-[NSWindow(NSConstraintBasedLayout) updateConstraintsIfNeeded]_block_invoke + 136
    38  com.apple.Foundation           0x00007fff81a8441a -[NSISEngine withBehaviors:performModifications:] + 119
    39  com.apple.AppKit               0x00007fff8995695c -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 66
    40  com.apple.AppKit               0x00007fff89a63d70 -[NSWindow(NSConstraintBasedLayout) updateConstraintsIfNeeded] + 212
    41  com.apple.AppKit               0x00007fff899da290 -[NSView layoutSubtreeIfNeeded] + 159
    42  com.apple.AppKit               0x00007fff89c92a00 -[NSAlert buildAlertStyle:title:formattedMsg:first:second:third:oldStyle:] + 9384
    43  com.apple.AppKit               0x00007fff89c9050e -[NSAlert layout] + 383
    44  com.apple.AppKit               0x00007fff89c9e09a -[NSAlert runModal] + 46
    45  com.apple.AppKit               0x00007fff89946119 __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1054
    46  com.apple.AppKit               0x00007fff89945cbe -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    47  com.apple.AppKit               0x00007fff89945c5f -[NSPersistentUIRestorer promptToIgnorePersistentState] + 213
    48  com.apple.AppKit               0x00007fff89945b83 -[NSPersistentUIManager promptToIgnorePersistentState] + 28
    49  com.apple.AppKit               0x00007fff899459a4 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 252
    50  com.apple.AppKit               0x00007fff89945779 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    51  com.apple.AppKit               0x00007fff899451db -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    52  com.apple.Foundation           0x00007fff81a5559a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    53  com.apple.Foundation           0x00007fff81a5540d _NSAppleEventManagerGenericHandler + 106
    54  com.apple.AE                   0x00007fff8b2dfe1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    55  com.apple.AE                   0x00007fff8b2dfc32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    56  com.apple.AE                   0x00007fff8b2dfb36 aeProcessAppleEvent + 315
    57  com.apple.HIToolbox           0x00007fff80f4b161 AEProcessAppleEvent + 56
    58  com.apple.AppKit               0x00007fff899410b6 _DPSNextEvent + 1026
    59  com.apple.AppKit               0x00007fff8994089b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    60  com.apple.Safari.framework     0x0000000108a63870 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    61  com.apple.AppKit               0x00007fff8993499c -[NSApplication run] + 553
    62  com.apple.AppKit               0x00007fff8991f783 NSApplicationMain + 940
    63  com.apple.Safari.framework     0x0000000108c3687d SafariMain + 267
    64  libdyld.dylib                 0x00007fff806115fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib         0x00007fff82e32e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff82e61f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff82e64fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff82e33662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8a6d2421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8a6d2136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff82e32e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff82e61f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff82e64fb9 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib         0x00007fff82e2ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff82e2dd18 mach_msg + 64
    2   com.apple.Metadata             0x00007fff86513f51 mdsStoreAttributesForItems + 171
    3   com.apple.Metadata             0x00007fff864f9215 __MDItemSetAttributes + 460
    4   com.apple.Metadata             0x00007fff864e0158 MDItemSetAttribute + 302
    5   com.apple.CoreServices.CarbonCore 0x00007fff87487238 CSBackupSetItemExcluded + 424
    6   com.apple.WebCore             0x000000010a0f0105 WebCore::excludeFromBackup(***::String const&) + 37
    7   com.apple.WebCore             0x000000010a0d6d79 WebCore::IconDatabase::performOpenInitialization() + 777
    8   com.apple.WebCore             0x000000010a0d63d5 WebCore::IconDatabase::iconDatabaseSyncThread() + 261
    9   com.apple.JavaScriptCore       0x0000000109309fbf ***::wtfThreadEntryPoint(void*) + 15
    10  libsystem_pthread.dylib       0x00007fff82e60899 _pthread_body + 138
    11  libsystem_pthread.dylib       0x00007fff82e6072a _pthread_start + 137
    12  libsystem_pthread.dylib       0x00007fff82e64fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff82e32e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff82e61f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff82e64fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff82e32e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff82e61f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff82e64fb9 start_wqthread + 13
    Thread 7:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff82e2ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff82e2dd18 mach_msg + 64
    2   com.apple.QuartzCore           0x00007fff8acb9377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore           0x00007fff8acb92ad thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff82e60899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff82e6072a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff82e64fc9 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff82e2ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff82e2dd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8cf05f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8cf05539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8cf04e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff81a9aff7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff81a9adfb __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff82e60899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff82e6072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff82e64fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff82e32e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff82e61f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff82e64fb9 start_wqthread + 13
    Thread 10:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff82e32716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff82e62c3b _pthread_cond_wait + 727
    2   libc++.1.dylib                 0x00007fff876c3ddc std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::m utex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
    3   com.apple.JavaScriptCore       0x00000001094f1f51 JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 177
    4   com.apple.JavaScriptCore       0x0000000109313df5 JSC::BlockAllocator::blockFreeingThreadMain() + 85
    5   com.apple.JavaScriptCore       0x0000000109309fbf ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_pthread.dylib       0x00007fff82e60899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff82e6072a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff82e64fc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff82e32716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff82e62c3b _pthread_cond_wait + 727
    2   libc++.1.dylib                 0x00007fff876c3d43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x00000001093146cb JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x0000000109314528 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x0000000109309fbf ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_pthread.dylib       0x00007fff82e60899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff82e6072a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff82e64fc9 thread_start + 13
    Thread 12 Crashed:
    0   libsystem_c.dylib             0x00007fff8015a4a1 __xvprintf + 106
    Thread 12 crashed with X86 Thread State (64-bit):
      rax: 0x000000010e23b864  rbx: 0x00007fff700e0002  rcx: 0x00007fff700e6940  rdx: 0x00007fff700e74a0
      rdi: 0xffffffffffffffff  rsi: 0x0000000000000000  rbp: 0x000000010e23be44  rsp: 0x000000010e23b844
       r8: 0x000000010ff8dc37   r9: 0x000000010e23bf34  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x000000000000000a  r13: 0x0000000000000000  r14: 0xffffffffffffffff  r15: 0x00007fff700e74a0
      rip: 0x00007fff8015a4a1  rfl: 0x0000000000010202  cr2: 0x000000010e23a050
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
           0x1089fb000 -        0x1089fbffd  com.apple.Safari (7.1.2 - 9537.85.11.5) <E14D6696-76B6-3B4C-98FC-C2984B9999E3> /Applications/Safari.app/Contents/MacOS/Safari
           0x108a06000 -        0x108f11ffb  com.apple.Safari.framework (9537 - 9537.85.11.5) <E8CBF0AB-91F5-3D8D-B6AB-4B9D981ECF79> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
           0x109300000 -        0x1097b7ff5  com.apple.JavaScriptCore (9600 - 9600.2.1) <BD3010D8-75CF-305B-AD70-D638EED59A18> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
           0x109929000 -        0x109bc3ff7  com.apple.WebKit (9600 - 9600.2.5) <C11EC6C4-CA99-3294-A69D-0AF21E33DEFC> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
           0x109e9c000 -        0x109e9cfff  com.apple.WebKit2 (9600 - 9600.2.5) <24875A98-7B59-3CA9-88F0-202C5A7A649B> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
           0x109ea4000 -        0x109fd7fff  com.apple.WebKitLegacy (9600 - 9600.2.5) <A3BD3BE1-D857-3E71-B0CE-890A1EE678BB> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
           0x10a0d2000 -        0x10af87ff9  com.apple.WebCore (9600 - 9600.2.1) <88300CE1-50B9-34A9-BD0B-6731957D1878> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
        0x7fff64514000 -     0x7fff64547817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
        0x7fff800ed000 -     0x7fff80176ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff80203000 -     0x7fff8020bfff  libsystem_dnssd.dylib (522.92.1) <3F8C6A07-3046-3E88-858F-D9CEFC43A405> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff80241000 -     0x7fff8028eff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff805ff000 -     0x7fff8060dfff  com.apple.opengl (9.6.1 - 9.6.1) <359D0ECB-D100-341B-B437-BDE56E27B74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8060e000 -     0x7fff80611ff7  libdyld.dylib (239.4) <41077DD7-F909-3B8A-863E-72AE304EDE13> /usr/lib/system/libdyld.dylib
        0x7fff80612000 -     0x7fff806f9ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff80848000 -     0x7fff80851ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff80978000 -     0x7fff809b7fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff809b8000 -     0x7fff809f6ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff80ebe000 -     0x7fff80ec3fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff80ec4000 -     0x7fff80f0bff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
        0x7fff80f0c000 -     0x7fff80f0ffff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff80f10000 -     0x7fff811baff5  com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff811ed000 -     0x7fff8125afff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8125b000 -     0x7fff8125bff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8125c000 -     0x7fff812cbff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff812cc000 -     0x7fff812d6ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff812d7000 -     0x7fff812d8fff  libquit.dylib (161.2) <B7BD1F27-FA26-38CB-B018-FA2E14F7D26B> /usr/lib/libquit.dylib
        0x7fff812d9000 -     0x7fff81447ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8146a000 -     0x7fff814bdfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff814cc000 -     0x7fff814d0fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff814d1000 -     0x7fff81904ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff81905000 -     0x7fff81909ff7  libsystem_stats.dylib (93.90.3) <C588E082-D94B-3510-9F9A-7AD83B3402DE> /usr/lib/system/libsystem_stats.dylib
        0x7fff81953000 -     0x7fff81965fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff81966000 -     0x7fff819effff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff819f0000 -     0x7fff81a15ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff81a16000 -     0x7fff81a1eff3  libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff81a1f000 -     0x7fff81a23ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff81a34000 -     0x7fff81d34ff7  com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff81d35000 -     0x7fff81d77ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff822b4000 -     0x7fff822befff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff822bf000 -     0x7fff822c1fff  libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff823e8000 -     0x7fff823f5ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff823f6000 -     0x7fff825b4fff  com.apple.GeoServices (1.0 - 702.15.12) <850DC458-20CC-3E16-BB50-7C9FDBA308D3> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff825bb000 -     0x7fff825c4ffb  libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
        0x7fff825fd000 -     0x7fff8264bff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8269f000 -     0x7fff827a5ff7  com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff827a6000 -     0x7fff827a8fff  libCVMSPluginSupport.dylib (9.6.1) <B724E444-6FAE-31B5-9814-1572517229C6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff827a9000 -     0x7fff827d5fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff827ec000 -     0x7fff8291cff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8291d000 -     0x7fff8296bfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff82979000 -     0x7fff82986ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff82987000 -     0x7fff82988fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff82ab8000 -     0x7fff82b1efff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff82ce8000 -     0x7fff82d4bffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff82e1d000 -     0x7fff82e39ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
        0x7fff82e3a000 -     0x7fff82e47fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff82e53000 -     0x7fff82e5eff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff82e5f000 -     0x7fff82e66ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff82e67000 -     0x7fff83138ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff83139000 -     0x7fff831fdff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8320b000 -     0x7fff8320cfff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff83223000 -     0x7fff8322fffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff83230000 -     0x7fff8328ffff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8333a000 -     0x7fff8333bfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff8333f000 -     0x7fff83367ffb  libRIP.A.dylib (599.35.4) <F3C60582-1F27-335D-9C97-8CF307670F7B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff83368000 -     0x7fff83c87797  com.apple.CoreGraphics (1.600.0 - 599.35.4) <C8CBC664-0CD2-3C7D-A301-9B3BA731250C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff83c88000 -     0x7fff83cc3fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff83f09000 -     0x7fff83f3aff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff83f3b000 -     0x7fff84029fff  libJP2.dylib (1044) <BE5FF765-5ECE-38B5-BF5D-BE806F5CAD18> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8402a000 -     0x7fff84036ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff84130000 -     0x7fff84159ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff8416d000 -     0x7fff84171fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff844ea000 -     0x7fff844ecfff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff846b1000 -     0x7fff8485ef27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff8485f000 -     0x7fff8485ffff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff84860000 -     0x7fff84861ff7  libSystem.B.dylib (1197.1.1) <70B235FC-BCED-367B-BA6C-67C299BAE7D9> /usr/lib/libSystem.B.dylib
        0x7fff84862000 -     0x7fff84951fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff849ee000 -     0x7fff84ab0ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff84b9f000 -     0x7fff84b9ffff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff84e6f000 -     0x7fff84ec0ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8505e000 -     0x7fff85066ffc  libGFXShared.dylib (9.6.1) <65BC4378-C023-30EC-8B80-60FB4EA0B036> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff85067000 -     0x7fff85068ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff85110000 -     0x7fff85174fff  com.apple.datadetectorscore (5.0 - 354.5) <C9FAB401-3FE2-3221-B60C-E4F1841CA5F1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff85175000 -     0x7fff85201ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff85202000 -     0x7fff85243fff  com.apple.PerformanceAnalysis (1.47 - 47) <DBC7349E-8440-3FE0-B5E4-B6A8EF3017E9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff85246000 -     0x7fff854a4ff2  com.apple.RawCamera.bundle (5.06 - 753) <7315ED29-77A1-3990-9054-F00B96527C06> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff854e1000 -     0x7fff854e7ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff854e8000 -     0x7fff85504fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8561b000 -     0x7fff85626fff  libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
        0x7fff8647c000 -     0x7fff86483ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff86484000 -     0x7fff86495ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff864a3000 -     0x7fff864caff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff864cb000 -     0x7fff864cbfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff864cc000 -     0x7fff8655cff7  com.apple.Metadata (10.7.0 - 800.28) <04D510EA-1169-392F-9702-EE7EB00882E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff870ba000 -     0x7fff87272ffb  libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
        0x7fff87273000 -     0x7fff872a2fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff872a3000 -     0x7fff872c0ff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff872c1000 -     0x7fff872c5ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff872c6000 -     0x7fff872cbff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff872cc000 -     0x7fff872ceff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff872e7000 -     0x7fff873d1fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff873d2000 -     0x7fff876bcfff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff876bd000 -     0x7fff8770ffff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff87710000 -     0x7fff87729ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff877fc000 -     0x7fff87820ff7  libJPEG.dylib (1044) <BE0ED4E1-F7FC-3038-86D3-0456DD173FCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff87821000 -     0x7fff87822fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8784e000 -     0x7fff87866ff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff87867000 -     0x7fff87867ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff87944000 -     0x7fff87954fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff87dc7000 -     0x7fff87dcbff7  libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff87dcc000 -     0x7fff87dfcfff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff87e1d000 -     0x7fff87e24ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff87e25000 -     0x7fff87e2fff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff88076000 -     0x7fff88083ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff880e5000 -     0x7fff8814affb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8814b000 -     0x7fff88163ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff88164000 -     0x7fff8817fff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff88180000 -     0x7fff881deff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff881df000 -     0x7fff881e2fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff88219000 -     0x7fff88221ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff882cb000 -     0x7fff88323ff7  com.apple.Symbolication (1.4 - 129.0.2) <78AE8B21-BF15-373F-88C6-73BF740BFFFB> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff88324000 -     0x7fff88588ffd  com.apple.security (7.0 - 55471.14.21) <B3C61C91-E9D6-3A3C-99CF-665D54D13C34> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff88589000 -     0x7fff8896affe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff889cc000 -     0x7fff88abdff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff88abe000 -     0x7fff88ad5ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff88ad6000 -     0x7fff88ae7ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff88ae8000 -     0x7fff88b0dff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff88ef0000 -     0x7fff88ef2ff7  com.apple.securityhi (9.0 - 55005) <9985032A-0EE1-3760-8D23-ADD3965A4D18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff88ef3000 -     0x7fff88f1bffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff89122000 -     0x7fff89125ffa  libCGXType.A.dylib (599.35.4) <A2B493FD-2EDE-3BC2-A281-2381E0156411> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff89126000 -     0x7fff8914dffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff89285000 -     0x7fff892b4ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff897f4000 -     0x7fff8982cff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8982d000 -     0x7fff89856fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff898ea000 -     0x7fff89919fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8991d000 -     0x7fff8a493ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8a494000 -     0x7fff8a494fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8a6aa000 -     0x7fff8a6cefff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff8a6cf000 -     0x7fff8a6e9fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff8ac67000 -     0x7fff8ac79ff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8ac92000 -     0x7fff8ae2eff3  com.apple.QuartzCore (1.8 - 332.3) <BD68AF62-D369-34CD-9EA2-B4A4325696FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8ae31000 -     0x7fff8afccff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8b22f000 -     0x7fff8b230ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8b234000 -     0x7fff8b237ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b238000 -     0x7fff8b243fff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8b244000 -     0x7fff8b24dfff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8b298000 -     0x7fff8b2d1ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8b2d2000 -     0x7fff8b32dffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8b447000 -     0x7fff8b448ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8b4ee000 -     0x7fff8b4eefff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8b4ef000 -     0x7fff8b562fff  com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8b56b000 -     0x7fff8b572fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8b5b4000 -     0x7fff8b635fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <82170C9C-73E0-3108-9DC5-C214C9B72292> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8b640000 -     0x7fff8b640ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8b73e000 -     0x7fff8b759ff7  libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8b76d000 -     0x7fff8b7b2ff6  com.apple.HIServices (1.23 - 468) <A4E9E28B-95C3-3654-85C6-E6A1C53CACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8b822000 -     0x7fff8b82cff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8b82d000 -     0x7fff8ba75ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8ba76000 -     0x7fff8bacffff  libTIFF.dylib (1044) <FBC5800B-7F34-3755-A44E-7B37B3E0B32E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8bd62000 -     0x7fff8bdcefff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8bde9000 -     0x7fff8bf3dff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8bf3e000 -     0x7fff8bf3efff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8bfc0000 -     0x7fff8bfc7fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8bfc8000 -     0x7fff8bfe1ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8c3d3000 -     0x7fff8c3fdff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8c40f000 -     0x7fff8c4bfff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8c4f1000 -     0x7fff8c500ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8c504000 -     0x7fff8c5ceff7  com.apple.LaunchServices (572.28 - 572.28) <FC72C089-A069-3374-B80A-E041AF149F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8ce95000 -     0x7fff8d07afff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8d07b000 -     0x7fff8d07cff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8d07d000 -     0x7fff8d07fff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8d297000 -     0x7fff8d37bff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8d3d6000 -     0x7fff8d404ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8d4bb000 -     0x7fff8d532fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <5A44F0B5-4A24-3875-ADE4-5B47D6C7E251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8d894000 -     0x7fff8d95ffff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8d960000 -     0x7fff8d963fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8d969000 -     0x7fff8d96efff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8da11000 -     0x7fff8dce5fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8dce6000 -     0x7fff8dd01ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8dd02000 -     0x7fff8dd49fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8ddb5000 -     0x7fff8ddd3ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 1
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 13981
        thread_create: 8
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=203.3M resident=99.8M(49%) swapped_out_or_unallocated=103.5M(51%)
    Writable regions: Total=1.1G written=5172K(0%) resident=6924K(1%) swapped_out=10.6M(1%) unallocated=1.1G(99%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG backing stores                     136K
    CG image                                4K
    CG shared images                      180K
    Foundation                              4K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    JS garbage collector                  320K
    Kernel Alloc Once                       8K
    MALLOC                               30.7M
    MALLOC (admin)                         32K
    Memory Tag 240                          4K
    Memory Tag 241                        128K
    Memory Tag 242                         12K
    Memory Tag 251                         36K
    SQLite page cache                     512K
    STACK GUARD                          56.0M
    Stack                                13.1M
    VM_ALLOCATE                          16.4M
    WebKit Malloc                        1072K
    __DATA                               23.6M
    __IMAGE                               528K
    __LINKEDIT                           81.1M
    __TEXT                              122.2M
    __UNICODE                             544K
    mapped file                          46.6M
    shared memory                           4K
    ===========                        =======
    TOTAL                                 1.4G
    TOTAL, minus reserved VM space      393.3M
    Model: MacBookPro5,4, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.49f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: SAMSUNG HN-M101MBB, 1 TB
    Serial ATA Device: HL-DT-ST DVDRW  GS23NR
    USB Device: Internal Memory Card Reader
    USB Device: Built-in iSight
    USB Device: USB Receiver
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: IR Receiver
    Thunderbolt Bus:

    If you have another browser:
         Use  free  AdwareMedic by clicking “Download ” from here
         http://www.adwaremedic.com/index.php
         Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
         Once done, quit AdwareMedic by clicking AdwareMedic in the menu bar and selecting
        “Quit AdwareMedic”.
                   or
    If you don’t have another browser:
         Remove adware  manually  by following the “HowTo” from Apple.
        “Remove Genieo, also known as InstallMac”
        http://support.apple.com/en-us/HT203987
          Safari > Preferences > Extensions
        Turn those off and relaunch Safari again.
        Turn those on one by one and test.

  • Deploying Java Desktop App using executable JAR files

    Hi there.
    Today I am very optimistic about java. I am a beginner, and I had tried (in my few free time) to understand how to deploy java desktop apps.
    I am using the lattest NetBeans IDE to do the programming and it is very very fast and optimized.
    Going to the point, I tried some time ago to deploy an application (made with this IDE) using JAR files, but even though the application run well on my IDE, when I packed it, it rised an error saying that
    java.lang.NoClassDefFoundError: org/netbeans/lib/awtextra/AbsoluteLayout
    I was using an absolute layout on my JFrame forms and this AbsoluteLayout is provided by netbeans and not by the normal SDK.
    I then looked for the absolute layout class and found a jar file in the following path:
    C:\netbeans\modules\ext\AbsoluteLayout.jar
    So I mounted the Jar file in my File Systems and then added the contents of the file to myApp.Jar file.
    I used the automated Jar Recipe Packaging feature of netbeans, that is why I needed to mount the AbsoluteLayout.jar file into my file systems.
    Now it runs fine by just right clicking the MyApp.jar file from Windows Explorer.
    In a next reply to this topic I will include some sample code so that anybody requiring to do such implementation can take this for help.
    Regards!
    JN

    Well,
    I will take some time here to show the basic source code and procedure to create a desktop application, pack it up in a Jar file for deployment, add other classes or jars to the deployment jar file and finally open the jar file as an executable. This applies for either windows and linux environments.
    Take in count i am using Netbeans IDE 3.x (3.5)
    First I open the IDE and create a new project called MyDesktopApp. This is done by going to the menu Project / Project Manager. Then click on the New button and specify the project name and click on OK.
    At this point, the Filesystems tab in the project explorer is empty. So I mount a directory to store myDesktopApp in it. I selected c:\MyDesktopApp but you can select any name you want.
    To mount the directory you follow these steps:
    1. Right-click on File Systems
    2. From the contextual menu select Mount > Local Directory
    3. In the filechooser window, you just browse it and SELECT the directory to mount. Be aware that you can even create the directory on this window. Do not enter (double-click) into the directory you want to mount, just select it and click on finish...
    4.Then the directory entry appears under the filesystems node of the project explorer.
    Now you have to create your application. You can either create a package (special configured and tracked directory) or you can create the clases directly inside the directory. For tidy project, I will create the package.
    To create the package follow these instructions:
    1. Right-click on the mounted directory and from the contextual menu select New > Java Package
    2. In the New Wizard - Java Package window, type the package name and click on finish. I use the "MyDesktopApp" as package name.
    OK. Now the package is created under the mounted directory. Now we have to create the Main Class. In this case I will use a JFRAME as the main class but you can create any class you want.
    To create the JFRAME as main class follow these steps:
    1. Right click on the java package you just created and select New>JFRAME from the contextual menu. If you do not see the JFRAME option on the NEW sub menu you will have to select the All Templates option. I explain the All Templates option now on, it will be easier to use the JFRAME if available. Once you use JFRAME with the all templates then the JFRAME will show up in further NEW usage.
    2. So finally we used the All Templates, and you select the Java GUI Forms > JFRAME form option and click on NEXT.
    3. Give it a name. (I used MyDesktopAppFrm) and click on finish. Be aware you can set advanced options by clicking on next. But for the purposes of this topic we will use default options so click on FINISH
    4. A new JFRAME form appears inside your package. Right click on the form and select Set layout > Absolute Layout.
    5. Add some controls and code. I added a label and a button. And coded the ActionPerformed event of the button to say hello! on the label. this is up to you. The code just looks as follows:
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
    // Add your handling code here:
    jLabel1.setText("Hello folks!");
    6. Compile and execute the form.
    Let's say this is our Desktop Application. Now We will pack it in a Jar in two steps...
    A. Create a JAR file (Recipe)
    1. Right-click on your package and select New > All Tempaltes (Long Route) You can also select New > JAR Recipe if available.
    2. On the New Wizard Window, choose the JAR ARchives > JAR Recipe template and click on NEXT
    3. I used MyDesktopApp as the file name and Defaults and then click on Next.
    4. Specify the JAR Contents. Select the Package (not the mounted folder) from the mounted file system and click on add and then click on NEXT twice...
    5. On the JAR Manifest window, click on GENERATE
    6. Edit the manifest in the window to add the following code:
    Main-Class: MyDesktopApp.MyDesktopAppFrm
    7. Ensure the Main-Class definition is the same as your java package and JFRAME name. Click on FINISH
    8. At this point we have a jar file in your project directory but this file wont run because it is missing some Netbeans clases that we will add in the next set of steps... Just to check, compile the file (right click on the JAR file and compile) and try to execute. It must compile but must not execute.(well if it executes you are done. It may execute if you did not set the lay out of the form as AbsoluteLayout)
    B. Add the AbsoluteLayOut to the JAR
    1. Right click on File Systems and select Mount > Archive Files
    2. Look for your netbeans installation folder and select the following file:
    .../netbeans/modules/ext/AbsoluteLayout.jar
    3. Click on finish
    4. Now the JAR File is mounted in the file systems.
    5. Right-click on your MyDesktopApp.JAR file and select properties.
    6. Look for the contents property click once on it and then on its elipsis button [...]
    7. From the FileSystems box in the Contents window, select the AbsoluteLayOut file and click on Add
    8. Then the system asks you if you are sure. Of course you are so click OK. (If not sure, just read the message text and click OK...:-))
    9. Click on OK
    10. Compile your JAR Recipe (right click on it and Compile)
    11. Now you must be able to run the file by right clicking it and EXECUTE.
    12. Also you must be able to run the file by double clicking the file from a Windows Explorer. You may receive a message asking to select the program to run the file with. You must browse and select the Javaw.exe file in the bin directory of your Java RUn Time installation. This is typically located at C:\j2sdk1.4.0_01\jre\bin or something like that. Use the File-Search feature of window to locate the JAVAW.exe file if needed.
    I hope this long explanation helps somebody to deploy Java Desktop applications. Please reply the message if it helps you just to know it was useful.
    Thanks for your time....
    JN

  • Download error in (osx) adobe desktop app (corrupted download link).

    Here is a discription of the problem. Please consider that some of the wording might not be correct, as I do have to translate the error message from German into English.
    Using OSX 10.9.2, when clicking inside the adobe desktop app (top of the screen bar) on the tap "apps", the following screen (screenshot) appears, which states, translated from top to bottom:
    download error
    download error. Please contact support.
    (link) contact support
    (link/button) download creative cloud -> This button unfortunatly leads to the following error page "http://www.adobe.com/special/errorpages/404.html"
    All apps, like Bridge, Photoshop, Lightroom, etc. are installed and work just fine. So no problem here. I seem however unable to redownload the desktop app (in order to reinstall). As stated above the provided link inside the desktop app itself is coruppted and within the (online) web-based download centre (user logged in) I am only adviced to use the desktop app. This is a dead end and I do not know what to make of this error, let alone solving it. Please help!

    I am sorry Romsinha but this doesn't really help.
    I already restarted the desktop app and while I am obviously online and connected the problem (error message) remains the same. Information within the "home" tap is recieved/loaded  (little blue spinning wheel) stating that various apps recently have been updated. Yet the same loading wheel within the "apps" tap results in an error. My best guess is that some internal link within the app is corrupted, leading to a source on a server that can not be reached.
    UPDATE
    I clean uninstalled adobe creative cloud as discribed in the article you provided (using the cleaner tool) and even uninstalled the browser plugin. After downloading and reinstalling creative cloud the problem however remains the same. "Apps" tap still shows the same problem. "Home" tap now displays the following:

  • Looking for a simple, standalone desktop app for web stats

    Well, I see they've changed the forums here again. SIGH.
    Anyway, a certain web host has eliminated AWStats from it's shared hosting. So I used Webmaster Tools. And now they've changed, and no longer display the simple visitors and hits. Google Analytics is way too complex for what I need, as are many of the stats programs I've looked into.
    I can download the daily Apache log files, that's no problem. Just looking for a small standalone program to import these and show the data like AWStats.  Any suggestions? The only other options would be to go to a different web host. Not a big deal overall, but I would rather not deal with the hassle, especially the migrating the database.

    Not sure of standalone 'desktop' apps. But check out http://www.openwebanalytics.com/ and Web Analytics in Real Time | Clicky  - they're both very intuitive and easy to use with a lot more simplified stats than Google Analytics.

  • My iPad no longer appears in the iTunes desktop app, so I can't sync or transfer files?, my iPad no longer appears in the iTunes desktop app, so I can'y sync or transfer files?

    My iPad no longer appears in the iTunes desktop app, so I can't sync or transfer files?
    I also have an iPod Touch. It appears in iTunes but willnot sync... "unknown error 1723"
    This is a recent problem. Everything was fine initially, and I don't think that I've done anything to change my setup.
    ...Charles

    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iTunes for Windows: iTunes can’t contact the iPhone, iPad, or iPod software update server
    http://support.apple.com/kb/ts1814
    iTunes for Windows: Device Sync Tests
    http://support.apple.com/kb/HT4235
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi Syncing
    http://support.apple.com/kb/ts4062
    iOS: “Not enough free space” alert when trying to sync
    http://support.apple.com/kb/ts1503
    You may need to delete iTunes on your computer and then reinstall.
    How To Completely Uninstall and Remove All Traces of iTunes
    http://zardozz.com/zz/2008/04/how-to-completely-uninstall-and-remove-all-traces- of-itunes.html/
     Cheers, Tom

  • Desktop app re-downloads installers without retrying on any failure

    [Bug report/feature request]
    The Creative Cloud desktop app on PC has a bad habit of downloading installers from scratch, without retrying an installation, when anything fails -- even if it's a minor connection problem after the installer has finished downloading.
    This is wasting my monthly download quota with my ISP!
    Here's an example of what's happened most recently:
    Tell Creative Cloud desktop app to download the new version of Photoshop
    Photoshop downloads (progress goes past 50%, at which point the desktop app will have downloaded the installer and initialised it)
    Installer initialises
    Desktop app reports a connection error to the adobe servers
    Desktop app starts downloading the installer from scratch, with no option to relaunch the installer
    What should happen:
    Installer downloads
    Any failure launching the installer? Ask if the user would like to try the installation again or download from scratch

    I tried to report the same Feature Request for the Creative Cloud desktop app (in Windows) but this applicaiton does nto exist in the drop-down menu.
    It is very frustrating for files (many that are greater than 1GB) to have to be re-downloaded when the internet connection fails, even momentarily.  I'm a brand new Creative Cloud subscriber and this is not making me a happy customer.
    The Creative Cloud desktop app needs to be able to handle interruptions in connection.

  • Error 201; CC desktop app constantly logged out, won't redownload

    Running CC on Windows 7, 64bit. Have run into the "Please log in/You are now logged out" loop before, so uninstalled the CC desktop app, renamed the OOBE file to OOBE_OLD, and attempted to re-download and re-install the CC app. This worked last time, but today every time I attempt to download, it gives me error code 201 and tells me to seek help.
    There does not appear to be anything pertinent to this issue on the forums already. Any help would be appreciated.

    Hi LawnSnark ,
    Welcome to Adobe Forums.
    Error 201 indicates that the download of the installation files was unable to be resumed successfully or it can be lack of sufficient permissions as well.
    Please create a new Administrator user account , Download Creative Cloud desktop app in new account and sign in.
    Please reply for any assistance.
    Thanks

  • Error Code 201 and 213 when trying to install any Adobe application / Update my Creative Cloud Desktop App. Have tried troubleshooting with Online Chat Agents, no luck.

    I have been trying for 2 days now to get this resolved.
    Computer hashard wired internet connection, running Windows 7 Home Premium. No other issues with downloading or uploading from any other sites or programs. No other network issues reported on other computers.
    It started when I went to install Lightroom through my Creative Cloud. It prompted me to update my Creative Cloud Desktop App, which I went to do and then promptly got Error Code 201. I restarted my Creative Cloud and then skipped the update, hoping it was just an issue with that specific download. I clicked to install Lightroom and the same thing happened, Error code 201.
    I restarted my machine, and tried again. Same issue.
    I contacted Support. They had me go in and change a bunch of folder names to and add "old" to the end of them and then had me try using the Adobe Cleaner tool, which did not work. He had me go in and change some internet settings, still nothing. Same issues as before, only now with all the renaming of things I cannot even open programs I had previously been able to open like Photoshop.
    He instructed me to reinstall the CC Desktop App because the Cleaner tool was not recognizing that it existed anymore (probably something to do with renaming files.. just saying) and now I get the 201 Error when I try to reinstall the CC Desktop App.
    I ran out of time and had to stop after being on with them for over an hour.
    Today I contact back and was instructed to create a new user account on my computer and try downloading and installing the application in the new user. Same errors. 213 at first, restarted my computer and then got Error Code 201 again.
    I am getting really frustrated and really behind on my work. Any information someone could give me would be greatly appreciated. Currently waiting for a chat person to be available again.
    Thank you for your time and assistance.

    Meowia for Error 201 please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html.  Error 213 indicates there was problem locating the update or an incorrect URL.  The troubleshooting steps are still the same as both errors are related to failure of the current network connection.

  • ERROR MESSAGE: "Photoshop is a desktop app so you'll want to download it from your computer."

    I just sigend up for Adobe Creative Cloud and I'm trying to install Photo Shop onto my desktop computer.  When I click the download button I receive an error message saying "Photoshop is a desktop app so you'll want to download it from your computer."  I cannot move forward with the download.  Any advice on how to troubleshoot this problem?
    Thanks.

    In my case it's Illustrator and I'm trying to reinstall it. Clearing the cache and using another browser were no help. When I use IE instead of Chrome, an authentication dialog opens to ask permission for CC Desktop to launch, but when I "Allow" it, all that happens is that the CC app opens and gives no indication of a dowload or installation taking place.
    I've always been a strong advocate of CC and was one of the earliest adopters (May 2012), but this is the end of the love affair. I need this fixed immediately. I have work to do. If I had a set-up file sitting on my computer or a disk, I would have no problem right now.

  • Repeatedly receive error message from CC desktop app

    Download Error
    The Creative Cloud installation is no longer functioning, please uninstall and download again from https://creative.adobe.com/products/creative-cloud
    I seem to get this message about once every week or two.

    Hi Mark,
    I think Creative cloud desktop app is currepted. Please go the below location rename OOBE folder and reinstall Adobe creative cloud desktop app.
    WIN: C:\Users\username\AppData\Local\Adobe\OOBE
    MAC: Go>Go to folder>type "~/library" >Application support>Adobe>OOBE
    Let us know if it works.
    Regards,
    Ashish

  • CC apps only have try button in Creative Cloud desktop app

    I received a free 1 year membership because i attended the Adobe Max Conference. I activated the membership in May 2013 and when I go to my profile at adobe.com it says the creative cloud membership is active until May 2014.
    I updated my Creative Cloud desktop app yesterday to download the CC apps and did not have any problems or get any errors. All my CS6 programs are listed in the app along with the CC programs but the CC programs have a try button, not install button. Do I need to re-enter my creative cloud activation code again somewhere else so the programs I download are not trial versions.
    I'm using OS10.8.4

    Jodi I am showing 4 successful activation requests from yesterday.  If you are continuing to experience difficulties then I would recommend contacting our support team.  For the best assistance, I recommend our chat support at http://adobe.ly/yxj0t6.  Our chat representatives can provide a personalized experience to resolve the issue you have described.

  • "Download Error" message in desktop app

    Had an issue with updated payment info not taking a little while back. Found out when the desktop app gave me the "download error" message and to contact customer service. Got the billing info squared away but the download error message I'm getting is still all I can get on the desktop app.
    I've tried signing out and signing back in, uninstalling the desktop app and reinstalling and still no joy. Anyone else having this issue? Or any insight as to what else I can try?
    Thanks

    What browser, and have you tried with your firewall temporarily disabled?
    Link for Download & Install & Setup & Activation problems may help
    -Chat http://www.adobe.com/support/download-install/supportinfo/
    OR
    -Comodo Security kills download http://forums.adobe.com/thread/1460361?tstart=0
    -http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html
    -http://forums.adobe.com/community/download_install_setup
    -http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html
    -http://helpx.adobe.com/x-productkb/global/errors-or-unexpected-behavior-websites.html
    -http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html
    -Server won't connect https://forums.adobe.com/thread/1233088

  • Error code 50 CC desktop app install

    I tried to update the creative cloud desktop app and it has now disappeared, I tried to re-install the app but it failed with "error code 50". I searched this error code and followed the link in the forum replies http://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html, this relates to error code 1. nevertheless I ran the cleaner tool and it completed successfully. i again tried to reinstall CC app for desktop and again got error code 50. Need this sorted asap!

    Sheenag99555967 did you also rename the OOBE folder after running the CC Cleaner Tool?  What operating system are you using?  What type of environment is this computer located in?

  • Getting download Error in CC desktop app on iMac

    In the creative cloud desktop APP in the APPS window I get a message "Download Error" press retry to try again". When I click reload applications I keep getting the same error.
    I'm using a iMac Core 2 duo with Mac OSX Yosemite. Any thoughts?
    Thanks,
    TK

    Please read, and reply back here with information https://forums.adobe.com/thread/1499014
    -and try some steps such as changing browsers and turning off your firewall for downloads
    http://myleniumerrors.com/installation-and-licensing-problems/creative-cloud-error-codes-w ip/
    http://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

Maybe you are looking for

  • Allowing user to set password for form?

    I have a performance evaluation form that has been rights-extended so users can save data typed into the form, but the users would like to be able to set their own passwords for security purposes. Is there any way to do this? My last resort I guess w

  • F110 - Internal SAPScript Error

    Hi: We are on ECC6.0 environment. Our IT team has applied many pending service packs in sandbox environment. We are in the process of testing the key functionalities for these new service packs. In F110 process, proposal and payment is processed succ

  • Used Macbook Pro

    I just bought a used Mac Pro and am learning to use it. One of the first things I discovered is that it requires a password to update the software, which I don't have. Can anyone tell me how to go about changing an administrator password without havi

  • Time shift instructions & dummy variables

    hello experts, i am new to bpc & script logic.(sap nw 7.0 bpc). i am trying to do 'time shift' values of the account dim. i've tried the keywords (next, prev, base etc) and i've tried the mdx format. (time = [time].currentmember.lag(n)) but i didn't

  • Editor like Tiny or BTF

    Hi, I am looking for an Editor like Tiny, HTML3Area or BTF in WebDynpro ABAP. With BTF I can write a Text and get the HTML code. This is a very helpful BSP extension. Does anybody know how to do this in WebDynpro ABAP? Thanks for help. Best regards R