Java load a different program

i would appreciate if someone could tell me (if it is possible with java) how to make my java application open a file. for example i want my java app to open a .bmp file with paint. i am using windows O.S.
Message was edited by:
drab

uhh thanks a lot, but i have another question, if you could answer... GoodWindowsExec testes windows nt and windows 95, how do i know which array to give the conditional expression in case windows is Millenium, 2000, and i am most interested in WINDOWS XP as it is the operating system i use.
Thank you very much again.

Similar Messages

  • Calling a java loaded API from PL/SQL

    HI,
    I have a java program loaded in the Database.
    For sake of clarity I am posting the java Program also.
    package mypackage1;
    public class WriteClob extends CLOB
    public static void main(String[] args) {
    Connection conn = null;
    String url = null;
    String user = null;
    String password = null;
    Properties props = new Properties();
    String fileName = null;
    String xml_test ="KINGSTON";
    StringBuffer s_xml = new StringBuffer();
    // PreparedStatement ps = null;
    OraclePreparedStatement ps=null;
    int ret_int=0;
    props.put("user", "apps" );
    props.put("password", "apps");
    long len=0;
    int temp;
    ResultSet rs = null;
    SimpleDateFormat fSDateFormat = null;
    props.put("SetBigStringTryClob", "true");
    long first=System.currentTimeMillis();
    url = "jdbc:oracle:thin:@ap619sdb:4115:owf12dev";
    user = "apps";
    password = "apps";
    try
    DriverManager.registerDriver(new OracleDriver()); // Get the database connection
    conn = DriverManager.getConnection( url, props );
    long second=System.currentTimeMillis();
    System.out.println("Time between conn. "+(second-first));
    first=System.currentTimeMillis();
    for (int i =0;i<1000;i++){
    s_xml.append(xml_test);
    second=System.currentTimeMillis();
    System.out.println("Time between loop "+(second-first));
    first=System.currentTimeMillis();
    ps =(OraclePreparedStatement) conn.prepareStatement("insert into xml_clob_temp1 values(:1)");
    ps.setString(1,s_xml.toString());
    ps.executeUpdate();
    second=System.currentTimeMillis();
    System.out.println("Time between loop "+(second-first));
    } catch(SQLException sqlexp){ sqlexp.printStackTrace(); }
    Now i am trying to create a procedure to call this Java API.
    create or replace package load_perf as
    procedure WriteClob ;
    end;
    create or replace package body load_perf as
    procedure WriteClob
    is
    language java name 'mypackage1.WriteClob.main(java.lang.String)';
    end;
    I have tried debugging this a lot and am not able to overcome this error while creating the procedure.
    LINE/COL ERROR
    3/1 PL/SQL: Item ignored
    5/15 PLS-00311: the declaration of
    "mypackage1.WriteClob.main(java.lang.String)" is incomplete or
    malformed
    I have earlier created Java APIs which have returned some value and have been able to load them in the DB and call through a PL/SQL function wrapper.
    But I am unable to create a procedure for this.
    I have tried all sorts of debugging but always am getting error around this.
    Can someone Please take a look at this Pronblem.
    Thanks In Advance,
    Gaurav

    A proper designed application in the database tier is far more scalable and performs better than using a separate middle tier for the application.
    This should be self evident.
    A middle tier requires more moving parts between the application and data. There now sits a network pipe between application and data. There are more software layers that slows down the interaction of the application with the data - more stuff that can go wrong. More stuff that needs to be maintained and configured and secured.
    What's more, the database tier is a lot more scalable than the middle tier. Oracle Real Application Clusters. Oracle Parallel Processing. Oracle Shared Server. Etc.
    These are robust and mature technologies.
    One major fact that seems to be missed by so-called IS architects favouring a middle tier is that the middle tier cannot make a single database query or transaction go faster.
    Scaling the middle tier is done by throwing more hardware at it. But not a single additional mid-tier h/w platform will make the database tier any faster. Will make the database tier scale.
    Then there is also the issue of costs. A middle tier requires additional hardware. It requires support and maintenance agreements with the vendors. It requires middle tier software to be purchased. It requires a new set of skills to do middle tier development. It deals with different technology and different programming languages.
    Why? How can this approach be sensible when:
    - Oracle scales exceedingly well (and this scalability is not dependent on more h/w purchasing)
    - Oracle deals with a single programming language (PL/SQL)
    - Oracle supports high availability
    - Oracle supports redudancy
    - Oracle supports the complete application tier inside the database
    If you have problems now leveraging Oracle (as an application tier), then you will have more problems when doing it a middle layer. Why?
    Because the lack of experience/skill/knowledge required to make Oracle work for you, is not now suddenly negated and not needed when moving the application tier to Java.

  • Loads of my programs are quitting unexpectedly on my Macbook Pro with Lion

    So from 2008 until June this year I had a Macbook that ran on the original operating system for its entire life. Never had any issues with it whatsoever.
    Then last month I decided to upgrade to a 13" Macbook Pro a couple of days after the release (the non retina version, 2.9ghz). It is currently running software version 10.7.4.
    In the shop they started it up for me and created an user, and when I got home I imported my old information over using Migration Assistant which imported as a secondry user. iPhoto would quit unexpectedly before it even opened, but I didn't try out much of my other software before I tried fixing it.
    I took it back to the store and they restored it from scratch and iPhoto worked, so I came home and did the same thing with importing as a secondry user and iPhoto stopped working again. So hoping it would be third time lucky I restored for a third time and imported it directly from the hard-drive as the primary user. iPhoto worked. I then did all the software updates including the update to the new iPhoto and it began unexpectedly quitting again (before it would even open). After a bit of help from a helpful user on this forum I got it working after the crash report originally said it was a font error.. THEN a color sync problem THEN he got me to open it in safe mode, and it worked for a day of so and stopped working again.
    Before it stopped I managed to work my library into aperture and assumed that the iPhoto problem would be fixed as a lot of people have had the same issue, but since i've been using my laptop more I've realised lots of my programs keep quitting before they have even opened and will only up in safe mode.
    So here's a few different crash reports from different programs if anyone can help. I've come to realise the 'genuises' at apple stores are as useful as a chocolate teapot so I'd much prefer help from someone who actually knows what they're talking about.
    Adobe Photoshop CS5
    Process:         PDApp [551]
    Path:            /Library/Application Support/Adobe/*/PDApp.app/Contents/MacOS/PDApp
    Identifier:      com.adobe.PDApp
    Version:         1.0.175.0 (1.0.175.0)
    Code Type:       X86 (Native)
    Parent Process:  ??? [1]
    Date/Time:       2012-07-12 18:59:51.163 +0100
    OS Version:      Mac OS X 10.7.4 (11E2620)
    Report Version:  9
    Interval Since Last Report:          114648 sec
    Crashes Since Last Report:           36
    Per-App Interval Since Last Report:  1151 sec
    Per-App Crashes Since Last Report:   17
    Anonymous UUID:                      1A2484D1-9E1E-48BB-A930-CEF7A50083B2
    Crashed Thread:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000033f8700
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x33f8700:
        CoreServices           00000000031f9000-000000000334d000 [ 1360K] rw-/rwx SM=COW 
    -->
        MALLOC_TINY            0000000003400000-000000000342c000 [  176K] rw-/rwx SM=ZER 
    Application Specific Information:
    dyld: in dlopen()
    /Library/Application Support/Adobe/OOBE/PDApp/core/AdobePIM.dylib
    objc[551]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   dyld                                    0x8fedd2b2 pread$UNIX2003 + 10
    1   dyld                                    0x8febdd4d _ZN4dyldL10loadPhase6EiRK4statPKcRKNS_11LoadContextE + 292
    2   dyld                                    0x8febe314 _ZN4dyldL10loadPhase5EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 508
    3   dyld                                    0x8febe5a8 _ZN4dyldL10loadPhase4EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 179
    4   dyld                                    0x8febeed8 _ZN4dyldL10loadPhase3EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 1429
    5   dyld                                    0x8febf298 _ZN4dyldL10loadPhase1EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 166
    6   dyld                                    0x8febf3e7 _ZN4dyldL10loadPhase0EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 240
    7   dyld                                    0x8febf509 dyld::load(char const*, dyld::LoadContext const&) + 233
    8   dyld                                    0x8fec20de dlopen + 428
    9   libdyld.dylib                           0x93353a95 dlopen + 70
    10  com.adobe.PDApp                         0x00009dd0 start + 28436
    11  com.adobe.PDApp                         0x00004197 start + 4827
    12  com.apple.Foundation                    0x95beedf1 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49
    13  com.apple.CoreFoundation                0x928dd903 ___CFXNotificationPost_block_invoke_1 + 275
    14  com.apple.CoreFoundation                0x928a8688 _CFXNotificationPost + 2776
    15  com.apple.Foundation                    0x95bd9fde -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    16  com.apple.AppKit                        0x96609d99 -[NSApplication _postDidFinishNotification] + 259
    17  com.apple.AppKit                        0x96609a8f -[NSApplication _sendFinishLaunchingNotification] + 84
    18  com.apple.AppKit                        0x966085b0 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 277
    19  com.apple.AppKit                        0x966082c6 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 377
    20  com.apple.CoreFoundation                0x928f61c8 -[NSObject performSelector:withObject:withObject:] + 72
    21  com.apple.Foundation                    0x95c140c2 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 121
    22  com.apple.Foundation                    0x95c12e75 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 476
    23  com.apple.Foundation                    0x95c12c49 _NSAppleEventManagerGenericHandler + 234
    24  com.apple.AE                            0x94314045 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 202
    25  com.apple.AE                            0x942fdb67 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 43
    26  com.apple.AE                            0x942fda54 aeProcessAppleEvent + 253
    27  com.apple.HIToolbox                     0x953fec66 AEProcessAppleEvent + 103
    28  com.apple.AppKit                        0x96605347 _DPSNextEvent + 1301
    29  com.apple.AppKit                        0x96604942 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    30  com.apple.AppKit                        0x96600cb1 -[NSApplication run] + 911
    31  com.apple.AppKit                        0x96891bd9 NSApplicationMain + 1054
    32  com.adobe.PDApp                         0x000058ee start + 10802
    33  com.adobe.PDApp                         0x00002ef2 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92b8690a kevent + 10
    1   libdispatch.dylib                       0x92fdbe10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x92fda85f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 6 Crashed:
    0   ???                                     0x033f8700 0 + 54494976
    Thread 6 crashed with X86 Thread State (32-bit):
      eax: 0x00744000  ebx: 0x0074870c  ecx: 0x00000000  edx: 0x000f7000
      edi: 0x00000000  esi: 0x00000000  ebp: 0x00745ff8  esp: 0x00745f9c
       ss: 0x00000023  efl: 0x00010246  eip: 0x033f8700   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x00000000
      cr2: 0x033f8700
    Logical CPU: 1
    Bit Torrent won't even give me a crash report, but just wobbles around a bit then stops working, same for spotify.
    iMovie
    Process:         iMovie [631]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovie7
    Version:         7.1.4 (585)
    Build Info:      iMovieApp-5850000~26
    Code Type:       X86 (Native)
    Parent Process:  launchd [144]
    Date/Time:       2012-07-12 19:04:03.069 +0100
    OS Version:      Mac OS X 10.7.4 (11E2620)
    Report Version:  9
    Interval Since Last Report:          114898 sec
    Crashes Since Last Report:           38
    Per-App Interval Since Last Report:  4 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      1A2484D1-9E1E-48BB-A930-CEF7A50083B2
    Crashed Thread:  5
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000009e8d001
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x9e8d001:
        shared memory          0000000009e8a000-0000000009e8b000 [    4K] rw-/rw- SM=SHM 
    -->
        MALLOC_LARGE           0000000009e9d000-0000000009eb0000 [   76K] rw-/rwx SM=PRV 
    Application Specific Information:
    objc[631]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x92b83c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x92b831f6 mach_msg + 70
    2   com.apple.framework.IOKit               0x92afe7f2 io_service_get_matching_services + 231
    3   com.apple.framework.IOKit               0x92aaa6bd IOServiceGetMatchingServices + 147
    4   com.apple.MultitouchSupport.framework          0x9ba9848a _mthid_copyAvailableDevicesInfo + 268
    5   com.apple.HIToolbox                     0x953f85b6 TISHardwareSupportsGestureHandwriting + 47
    6   com.apple.HIToolbox                     0x953f83b2 SyncHandwritingHotKey + 20
    7   com.apple.HIToolbox                     0x953f7530 _FirstEventTime + 1474
    8   com.apple.HIToolbox                     0x953ef603 RunCurrentEventLoopInMode + 30
    9   com.apple.HIToolbox                     0x953f69b6 ReceiveNextEventCommon + 168
    10  com.apple.HIToolbox                     0x953f68fa BlockUntilNextEventMatchingListInMode + 88
    11  com.apple.AppKit                        0x966050d8 _DPSNextEvent + 678
    12  com.apple.AppKit                        0x96604942 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    13  com.apple.iMovie7                       0x00031ee0 0x1000 + 200416
    14  com.apple.AppKit                        0x96600cb1 -[NSApplication run] + 911
    15  com.apple.AppKit                        0x96891bd9 NSApplicationMain + 1054
    16  com.apple.iMovie7                       0x00005474 0x1000 + 17524
    17  com.apple.iMovie7                       0x00002e92 0x1000 + 7826
    18  com.apple.iMovie7                       0x00002db9 0x1000 + 7609
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92b8690a kevent + 10
    1   libdispatch.dylib                       0x92fdbe10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x92fda85f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 5 Crashed:
    0   ???                                     0x033f8725 0 + 54495013
    Thread 5 crashed with X86 Thread State (32-bit):
      eax: 0x09e81001  ebx: 0x09e8570c  ecx: 0x00000000  edx: 0x09e89000
      edi: 0x00000000  esi: 0x00000000  ebp: 0x09e82ff8  esp: 0x09e82f9c
       ss: 0x00000023  efl: 0x00010202  eip: 0x033f8725   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x00000000
      cr2: 0x09e8d001
    Logical CPU: 0
    iWeb
    Process:         iWeb [641]
    Path:            /Applications/iWeb.app/Contents/MacOS/iWeb
    Identifier:      com.apple.iWeb
    Version:         2.0.4 (200)
    Build Info:      iWeb-4060000~25
    Code Type:       X86 (Native)
    Parent Process:  launchd [144]
    Date/Time:       2012-07-12 19:04:35.285 +0100
    OS Version:      Mac OS X 10.7.4 (11E2620)
    Report Version:  9
    Interval Since Last Report:          114930 sec
    Crashes Since Last Report:           39
    Per-App Interval Since Last Report:  2 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      1A2484D1-9E1E-48BB-A930-CEF7A50083B2
    Crashed Thread:  11
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000002
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x2:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/iWeb.app/Contents/MacOS/iWeb
        __TEXT                 0000000000001000-0000000000367000 [ 3480K] r-x/rwx SM=COW  /Applications/iWeb.app/Contents/MacOS/iWeb
    Application Specific Information:
    objc[641]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x92b83c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x92b831f6 mach_msg + 70
    2   com.apple.CoreGraphics                  0x90351870 _CGSCompleteServiceReq + 161
    3   com.apple.CoreGraphics                  0x903517c3 CPSCompleteServiceReq + 47
    4   com.apple.HIToolbox                     0x9544e02b ConfirmAppShowHideEvent + 92
    5   com.apple.AppKit                        0x9684d9ab _hideShowHandler + 202
    6   com.apple.HIToolbox                     0x95579dec _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    7   com.apple.HIToolbox                     0x953f54f3 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    8   com.apple.HIToolbox                     0x953f4970 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    9   com.apple.HIToolbox                     0x95409755 SendEventToEventTarget + 76
    10  com.apple.AppKit                        0x966054df _DPSNextEvent + 1709
    11  com.apple.AppKit                        0x96604942 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    12  com.apple.AppKit                        0x96600cb1 -[NSApplication run] + 911
    13  com.apple.AppKit                        0x96891bd9 NSApplicationMain + 1054
    14  com.apple.iWeb                          0x000191a5 0x1000 + 98725
    15  com.apple.iWeb                          0x0000395a 0x1000 + 10586
    16  com.apple.iWeb                          0x00003881 0x1000 + 10369
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92b85b5e __select_nocancel + 10
    1   libdispatch.dylib                       0x92fdbcc9 _dispatch_mgr_invoke + 642
    2   libdispatch.dylib                       0x92fda85f _dispatch_mgr_thread + 53
    Thread 2:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.CoreFoundation                0x9286d631 __CFBasicHashRehash + 1
    1   com.apple.CoreFoundation                0x9286611f __CFBasicHashAddValue + 63
    2   com.apple.CoreFoundation                0x92866077 CFBasicHashSetValue + 2759
    3   com.apple.CoreFoundation                0x92865564 CFDictionarySetValue + 228
    4   com.apple.CoreFoundation                0x928bdd72 -[__NSCFDictionary setObject:forKey:] + 306
    5   com.apple.Foundation                    0x95bffacf -[NSMutableDictionary(NSKeyValueCoding) setValue:forKey:] + 64
    6   com.apple.iLMBAperturePlugin2012          0x08f9738b 0x8eed000 + 697227
    7   com.apple.iLifeMediaBrowser             0x99e633a8 -[ILMediaManager setRootMediaGroup:] + 179
    8   com.apple.iLifeMediaBrowser             0x99e622dc -[ILMediaManager checkAndCreateRootMediaGroup:] + 542
    9   com.apple.iLifeMediaBrowser             0x99e64504 -[ILMediaManager _performLoadData] + 458
    10  com.apple.iLifeMediaBrowser             0x99e64183 -[ILMediaManager _loadDataThreaded] + 514
    11  com.apple.CoreFoundation                0x928f5a9d __invoking___ + 29
    12  com.apple.CoreFoundation                0x928f59d9 -[NSInvocation invoke] + 137
    13  com.apple.Foundation                    0x95d0961a -[NSInvocationOperation main] + 267
    14  com.apple.Foundation                    0x95c24347 -[__NSOperationInternal start] + 1177
    15  com.apple.Foundation                    0x95c23ea7 -[NSOperation start] + 67
    16  com.apple.Foundation                    0x95c37ffa ____NSOQSchedule_block_invoke_2 + 135
    17  libdispatch.dylib                       0x92fd9fc9 _dispatch_call_block_and_release + 15
    18  libdispatch.dylib                       0x92fdb028 _dispatch_worker_thread2 + 231
    19  libsystem_c.dylib                       0x92699b24 _pthread_wqthread + 346
    20  libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 4:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x92b85876 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x926966af pthread_mutex_lock + 633
    2   libobjc.A.dylib                         0x9d03dd14 lockForMethodLookup + 80
    3   libobjc.A.dylib                         0x9d03d6c9 lookUpMethod + 279
    4   libobjc.A.dylib                         0x9d0484fb _class_lookupMethodAndLoadCache + 40
    5   libobjc.A.dylib                         0x9d03cd83 objc_msgSend + 83
    6   com.apple.iLifeMediaBrowser             0x99e2a513 -[ILMediaGroup allMediaObjects_SearchedGroups:] + 209
    7   com.apple.iLifeMediaBrowser             0x99e2a3c4 -[ILMediaGroup _allMediaObjectsNoLock] + 62
    8   com.apple.iLifeMediaBrowser             0x99e2cbbe -[ILMediaGroup mediaObjects] + 89
    9   com.apple.iLifeMediaBrowser             0x99e624aa -[ILMediaManager _recursiveToCollectSubTreeInfoForMediaGroup:objsSet:groupsSet:groupsArray:] + 366
    10  com.apple.iLifeMediaBrowser             0x99e625dd -[ILMediaManager _recursiveToCollectSubTreeInfoForMediaGroup:objsDict:groupsDict:] + 151
    11  com.apple.iLifeMediaBrowser             0x99e620b9 -[ILMediaManager buildIdToObjectMap:idToGroupMap:forRootGroup:] + 54
    12  com.apple.iLifeMediaBrowser             0x99e633a8 -[ILMediaManager setRootMediaGroup:] + 179
    13  com.apple.iLifeMediaBrowser             0x99e64591 -[ILMediaManager _performLoadData] + 599
    14  com.apple.iLifeMediaBrowser             0x99e64183 -[ILMediaManager _loadDataThreaded] + 514
    15  com.apple.CoreFoundation                0x928f5a9d __invoking___ + 29
    16  com.apple.CoreFoundation                0x928f59d9 -[NSInvocation invoke] + 137
    17  com.apple.Foundation                    0x95d0961a -[NSInvocationOperation main] + 267
    18  com.apple.Foundation                    0x95c24347 -[__NSOperationInternal start] + 1177
    19  com.apple.Foundation                    0x95c23ea7 -[NSOperation start] + 67
    20  com.apple.Foundation                    0x95c37ffa ____NSOQSchedule_block_invoke_2 + 135
    21  libdispatch.dylib                       0x92fd9fc9 _dispatch_call_block_and_release + 15
    22  libdispatch.dylib                       0x92fdb028 _dispatch_worker_thread2 + 231
    23  libsystem_c.dylib                       0x92699b24 _pthread_wqthread + 346
    24  libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 5:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x92b85876 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x926966af pthread_mutex_lock + 633
    2   libobjc.A.dylib                         0x9d03dd14 lockForMethodLookup + 80
    3   libobjc.A.dylib                         0x9d03d6c9 lookUpMethod + 279
    4   libobjc.A.dylib                         0x9d0484fb _class_lookupMethodAndLoadCache + 40
    5   libobjc.A.dylib                         0x9d03cd83 objc_msgSend + 83
    6   com.apple.iLifeMediaBrowser             0x99e2a513 -[ILMediaGroup allMediaObjects_SearchedGroups:] + 209
    7   com.apple.iLifeMediaBrowser             0x99e2a3c4 -[ILMediaGroup _allMediaObjectsNoLock] + 62
    8   com.apple.iLifeMediaBrowser             0x99e2cbbe -[ILMediaGroup mediaObjects] + 89
    9   com.apple.iLifeMediaBrowser             0x99e624aa -[ILMediaManager _recursiveToCollectSubTreeInfoForMediaGroup:objsSet:groupsSet:groupsArray:] + 366
    10  com.apple.iLifeMediaBrowser             0x99e625dd -[ILMediaManager _recursiveToCollectSubTreeInfoForMediaGroup:objsDict:groupsDict:] + 151
    11  com.apple.iLifeMediaBrowser             0x99e620b9 -[ILMediaManager buildIdToObjectMap:idToGroupMap:forRootGroup:] + 54
    12  com.apple.iLifeMediaBrowser             0x99e633a8 -[ILMediaManager setRootMediaGroup:] + 179
    13  com.apple.iLifeMediaBrowser             0x99e64591 -[ILMediaManager _performLoadData] + 599
    14  com.apple.iLifeMediaBrowser             0x99e64183 -[ILMediaManager _loadDataThreaded] + 514
    15  com.apple.CoreFoundation                0x928f5a9d __invoking___ + 29
    16  com.apple.CoreFoundation                0x928f59d9 -[NSInvocation invoke] + 137
    17  com.apple.Foundation                    0x95d0961a -[NSInvocationOperation main] + 267
    18  com.apple.Foundation                    0x95c24347 -[__NSOperationInternal start] + 1177
    19  com.apple.Foundation                    0x95c23ea7 -[NSOperation start] + 67
    20  com.apple.Foundation                    0x95c37ffa ____NSOQSchedule_block_invoke_2 + 135
    21  libdispatch.dylib                       0x92fd9fc9 _dispatch_call_block_and_release + 15
    22  libdispatch.dylib                       0x92fdb028 _dispatch_worker_thread2 + 231
    23  libsystem_c.dylib                       0x92699b24 _pthread_wqthread + 346
    24  libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 6:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x92b8658a fstat$INODE64 + 10
    1   com.apple.Foundation                    0x95be655d _NSReadBytesFromFileWithExtendedAttributes + 305
    2   com.apple.Foundation                    0x95be6424 _NSReadBytesFromFile + 85
    3   com.apple.Foundation                    0x95be6343 -[NSData(NSData) initWithContentsOfFile:] + 80
    4   com.apple.Foundation                    0x95be628f +[NSDictionary(NSDictionary) newWithContentsOf:immutable:] + 117
    5   com.apple.CoreFoundation                0x928dbd9c -[__NSPlaceholderDictionary initWithContentsOfFile:] + 236
    6   com.apple.iLMBiPhotoPlugin2012          0x09331c46 0x928c000 + 678982
    7   com.apple.iLifeMediaBrowser             0x99e643d7 -[ILMediaManager _performLoadData] + 157
    8   com.apple.iLifeMediaBrowser             0x99e64183 -[ILMediaManager _loadDataThreaded] + 514
    9   com.apple.CoreFoundation                0x928f5a9d __invoking___ + 29
    10  com.apple.CoreFoundation                0x928f59d9 -[NSInvocation invoke] + 137
    11  com.apple.Foundation                    0x95d0961a -[NSInvocationOperation main] + 267
    12  com.apple.Foundation                    0x95c24347 -[__NSOperationInternal start] + 1177
    13  com.apple.Foundation                    0x95c23ea7 -[NSOperation start] + 67
    14  com.apple.Foundation                    0x95c37ffa ____NSOQSchedule_block_invoke_2 + 135
    15  libdispatch.dylib                       0x92fd9fc9 _dispatch_call_block_and_release + 15
    16  libdispatch.dylib                       0x92fdb028 _dispatch_worker_thread2 + 231
    17  libsystem_c.dylib                       0x92699b24 _pthread_wqthread + 346
    18  libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib                  0x92b85a62 __read_nocancel + 10
    1   libsystem_c.dylib                       0x92693ee6 __sread + 35
    2   libsystem_c.dylib                       0x92693f0e _sread + 35
    3   libsystem_c.dylib                       0x92694465 __srefill1 + 34
    4   libsystem_c.dylib                       0x92695110 __fread + 217
    5   libsystem_c.dylib                       0x9269501f fread + 65
    6   com.apple.iLMBiPhotoPlugin2012          0x0933140f 0x928c000 + 676879
    7   com.apple.iLMBiPhotoPlugin2012          0x0932f2ad 0x928c000 + 668333
    8   com.apple.Foundation                    0x95c36e25 -[NSThread main] + 45
    9   com.apple.Foundation                    0x95c36dd5 __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x92697ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9269b6de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 9:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 10:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 11 Crashed:
    0   ???                                     0x037f8014 0 + 58687508
    Thread 11 crashed with X86 Thread State (32-bit):
      eax: 0x09fac000  ebx: 0x09fb070c  ecx: 0x00000000  edx: 0x09fb4000
      edi: 0x00000000  esi: 0x00000000  ebp: 0x09fadff8  esp: 0x09fadf9c
       ss: 0x00000023  efl: 0x00010246  eip: 0x037f8014   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x00000000
      cr2: 0x00000002
    Logical CPU: 3
    Rosetta Stone
    Process:         Rosetta Stone [646]
    Path:            /Applications/Rosetta Stone Version 3.app/Contents/MacOS/Rosetta Stone
    Identifier:      com.rosettastone.rosettastoneversion3
    Version:         3.4.5 (3.4.5)
    Code Type:       X86 (Native)
    Parent Process:  launchd [144]
    Date/Time:       2012-07-12 19:05:17.368 +0100
    OS Version:      Mac OS X 10.7.4 (11E2620)
    Report Version:  9
    Interval Since Last Report:          114971 sec
    Crashes Since Last Report:           40
    Per-App Interval Since Last Report:  30 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      1A2484D1-9E1E-48BB-A930-CEF7A50083B2
    Crashed Thread:  4
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000083000000
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x83000000:
        CG shared images       00000000071b2000-00000000072b2000 [ 1024K] rw-/rwx SM=COW 
    -->
        __TEXT                 000000008fe20000-000000008fe53000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Application Specific Information:
    objc[646]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x92b83c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x92b831f6 mach_msg + 70
    2   com.apple.framework.IOKit               0x92afe7f2 io_service_get_matching_services + 231
    3   com.apple.framework.IOKit               0x92aaa6bd IOServiceGetMatchingServices + 147
    4   com.apple.MultitouchSupport.framework          0x9ba9848a _mthid_copyAvailableDevicesInfo + 268
    5   com.apple.HIToolbox                     0x953f85b6 TISHardwareSupportsGestureHandwriting + 47
    6   com.apple.HIToolbox                     0x953f83b2 SyncHandwritingHotKey + 20
    7   com.apple.HIToolbox                     0x953f7530 _FirstEventTime + 1474
    8   com.apple.HIToolbox                     0x953ef603 RunCurrentEventLoopInMode + 30
    9   com.apple.HIToolbox                     0x953f69b6 ReceiveNextEventCommon + 168
    10  com.apple.HIToolbox                     0x953f68fa BlockUntilNextEventMatchingListInMode + 88
    11  com.apple.AppKit                        0x966050d8 _DPSNextEvent + 678
    12  com.apple.AppKit                        0x96604942 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    13  com.apple.AppKit                        0x96600cb1 -[NSApplication run] + 911
    14  com.apple.AppKit                        0x96891bd9 NSApplicationMain + 1054
    15  com.rosettastone.rosettastoneversion3          0x00002953 main + 107
    16  com.rosettastone.rosettastoneversion3          0x0000227e _start + 216
    17  com.rosettastone.rosettastoneversion3          0x000021a5 start + 41
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92b8690a kevent + 10
    1   libdispatch.dylib                       0x92fdbe10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x92fda85f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x92b8602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92699ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9269b6fe start_wqthread + 30
    Thread 4 Crashed:
    0   ???                                     0x033f8702 GCC_except_table2 + 46

    UPDATE (25/3/12)
    The issue resolved itself after about 8 hours, so evidently this was a server-side problem at Apple which only affected one of my iCloud addresses. Throughout the issue the Status report for the iCloud Server reported no problems: Apple needs to provide more accurate information on its server status.

  • Different program's sound sent to different jack ports with Pulseaudio

    Hello,
    I just installed Pulseaudio so I could send the output of different programs to different jacks on my computer, both the jacks on my computer are provided by the same motherboard sound card, one on the front for my headphone and one on the back. So far I haven't been able to see them in pavucontrol I only see a single output.
    Here's the output of "pacmd list"
    Welcome to PulseAudio! Use "help" for usage information.
    >>> Memory blocks currently allocated: 530, size: 1.2 MiB.
    Memory blocks allocated during the whole lifetime: 4140720, size: 2.1 GiB.
    Memory blocks imported from other processes: 125, size: 550.6 KiB.
    Memory blocks exported to other processes: 1, size: 512 B.
    Total sample cache size: 0 B.
    Default sample spec: s16le 2ch 44100Hz
    Default channel map: front-left,front-right
    Default sink name: alsa_output.pci-0000_00_1b.0.analog-stereo
    Default source name: alsa_input.pci-0000_00_1b.0.analog-stereo
    Memory blocks of type POOL: 404 allocated/2532098 accumulated.
    Memory blocks of type POOL_EXTERNAL: 1 allocated/651424 accumulated.
    Memory blocks of type APPENDED: 0 allocated/0 accumulated.
    Memory blocks of type USER: 0 allocated/0 accumulated.
    Memory blocks of type FIXED: 0 allocated/1302521 accumulated.
    Memory blocks of type IMPORTED: 125 allocated/306101 accumulated.
    27 module(s) loaded.
    index: 0
    name: <module-device-restore>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore the volume/mute state of devices"
    module.version = "2.1"
    index: 1
    name: <module-stream-restore>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore the volume/mute/device state of streams"
    module.version = "2.1"
    index: 2
    name: <module-card-restore>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore profile of cards"
    module.version = "2.1"
    index: 3
    name: <module-augment-properties>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Augment the property sets of streams with additional static information"
    module.version = "2.1"
    index: 4
    name: <module-alsa-card>
    argument: <device_id="0" name="pci-0000_00_1b.0" card_name="alsa_card.pci-0000_00_1b.0" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes card_properties="module-udev-detect.discovered=1">
    used: 6
    load once: no
    properties:
    module.author = "Lennart Poettering"
    module.description = "ALSA Card"
    module.version = "2.1"
    index: 5
    name: <module-udev-detect>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Detect available audio hardware and load matching drivers"
    module.version = "2.1"
    index: 6
    name: <module-jackdbus-detect>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "David Henningsson"
    module.description = "Adds JACK sink/source ports when JACK is started"
    module.version = "2.1"
    index: 7
    name: <module-bluetooth-discover>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Joao Paulo Rechi Vita"
    module.description = "Detect available bluetooth audio devices and load bluetooth audio drivers"
    module.version = "2.1"
    index: 8
    name: <module-esound-protocol-unix>
    argument: <>
    used: -1
    load once: no
    properties:
    module.author = "Lennart Poettering"
    module.description = "ESOUND protocol (UNIX sockets)"
    module.version = "2.1"
    index: 9
    name: <module-native-protocol-unix>
    argument: <>
    used: -1
    load once: no
    properties:
    module.author = "Lennart Poettering"
    module.description = "Native protocol (UNIX sockets)"
    module.version = "2.1"
    index: 10
    name: <module-gconf>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "GConf Adapter"
    module.version = "2.1"
    index: 11
    name: <module-default-device-restore>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore the default sink and source"
    module.version = "2.1"
    index: 12
    name: <module-rescue-streams>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "When a sink/source is removed, try to move their streams to the default sink/source"
    module.version = "2.1"
    index: 13
    name: <module-always-sink>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Colin Guthrie"
    module.description = "Always keeps at least one sink loaded even if it's a null one"
    module.version = "2.1"
    index: 14
    name: <module-intended-roles>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically set device of streams based of intended roles of devices"
    module.version = "2.1"
    index: 15
    name: <module-suspend-on-idle>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "When a sink/source is idle for too long, suspend it"
    module.version = "2.1"
    index: 16
    name: <module-console-kit>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Create a client for each ConsoleKit session of this user"
    module.version = "2.1"
    index: 17
    name: <module-systemd-login>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Create a client for each login session of this user"
    module.version = "2.1"
    index: 18
    name: <module-position-event-sounds>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
    module.version = "2.1"
    index: 19
    name: <module-role-cork>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Lennart Poettering"
    module.description = "Mute & cork streams with certain roles while others exist"
    module.version = "2.1"
    index: 20
    name: <module-filter-heuristics>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Colin Guthrie"
    module.description = "Detect when various filters are desirable"
    module.version = "2.1"
    index: 21
    name: <module-filter-apply>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Colin Guthrie"
    module.description = "Load filter sinks automatically when needed"
    module.version = "2.1"
    index: 22
    name: <module-dbus-protocol>
    argument: <>
    used: -1
    load once: yes
    properties:
    module.author = "Tanu Kaskinen"
    module.description = "D-Bus interface"
    module.version = "2.1"
    index: 23
    name: <module-switch-on-port-available>
    argument: <>
    used: -1
    load once: no
    properties:
    index: 24
    name: <module-x11-publish>
    argument: <display=:0.0>
    used: -1
    load once: no
    properties:
    module.author = "Lennart Poettering"
    module.description = "X11 credential publisher"
    module.version = "2.1"
    index: 25
    name: <module-x11-xsmp>
    argument: <display=:0.0 session_manager=local/archpc:@/tmp/.ICE-unix/15374,unix/archpc:/tmp/.ICE-unix/15374>
    used: -1
    load once: no
    properties:
    module.author = "Lennart Poettering"
    module.description = "X11 session management"
    module.version = "2.1"
    index: 26
    name: <module-cli-protocol-unix>
    argument: <>
    used: -1
    load once: no
    properties:
    module.author = "Lennart Poettering"
    module.description = "Command line interface protocol (UNIX sockets)"
    module.version = "2.1"
    1 sink(s) available.
    index: 7
    name: <alsa_output.pci-0000_00_1b.0.analog-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY FLAT_VOLUME DYNAMIC_LATENCY
    state: RUNNING
    suspend cause:
    priority: 9959
    volume: 0: 100% 1: 100%
    0: 0.00 dB 1: 0.00 dB
    balance 0.00
    base volume: 100%
    0.00 dB
    volume steps: 65537
    muted: yes
    current latency: 19.31 ms
    max request: 3 KiB
    max rewind: 344 KiB
    monitor source: 8
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
    Stereo
    used by: 1
    linked by: 3
    configured latency: 20.00 ms; range is 0.50 .. 2000.00 ms
    card: 0 <alsa_card.pci-0000_00_1b.0>
    module: 4
    properties:
    alsa.resolution_bits = "16"
    device.api = "alsa"
    device.class = "sound"
    alsa.class = "generic"
    alsa.subclass = "generic-mix"
    alsa.name = "ALC888 Analog"
    alsa.id = "ALC888 Analog"
    alsa.subdevice = "0"
    alsa.subdevice_name = "subdevice #0"
    alsa.device = "0"
    alsa.card = "0"
    alsa.card_name = "HDA Intel"
    alsa.long_card_name = "HDA Intel at 0xfbff8000 irq 45"
    alsa.driver_name = "snd_hda_intel"
    device.bus_path = "pci-0000:00:1b.0"
    sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
    device.bus = "pci"
    device.vendor.id = "8086"
    device.vendor.name = "Intel Corporation"
    device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
    device.form_factor = "internal"
    device.string = "front:0"
    device.buffering.buffer_size = "352800"
    device.buffering.fragment_size = "176400"
    device.access_mode = "mmap+timer"
    device.profile.name = "analog-stereo"
    device.profile.description = "Analog Stereo"
    device.description = "Built-in Audio Analog Stereo"
    alsa.mixer_name = "Realtek ALC888"
    alsa.components = "HDA:10ec0888,1458a002,00100001"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    ports:
    analog-output: Analog Output (priority 9900, available: unknown)
    properties:
    analog-output-headphones: Headphones (priority 9000, available: yes)
    properties:
    active port: <analog-output-headphones>
    2 source(s) available.
    index: 8
    name: <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
    driver: <module-alsa-card.c>
    flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: RUNNING
    suspend cause:
    priority: 1950
    volume: 0: 100% 1: 100%
    0: 0.00 dB 1: 0.00 dB
    balance 0.00
    base volume: 100%
    0.00 dB
    volume steps: 65537
    muted: no
    current latency: 0.00 ms
    max rewind: 344 KiB
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
    Stereo
    used by: 2
    linked by: 2
    configured latency: 20.00 ms; range is 0.50 .. 2000.00 ms
    monitor_of: 7
    card: 0 <alsa_card.pci-0000_00_1b.0>
    module: 4
    properties:
    device.description = "Monitor of Built-in Audio Analog Stereo"
    device.class = "monitor"
    alsa.card = "0"
    alsa.card_name = "HDA Intel"
    alsa.long_card_name = "HDA Intel at 0xfbff8000 irq 45"
    alsa.driver_name = "snd_hda_intel"
    device.bus_path = "pci-0000:00:1b.0"
    sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
    device.bus = "pci"
    device.vendor.id = "8086"
    device.vendor.name = "Intel Corporation"
    device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
    device.form_factor = "internal"
    device.string = "0"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    index: 10
    name: <alsa_input.pci-0000_00_1b.0.analog-stereo>
    driver: <module-alsa-card.c>
    flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: RUNNING
    suspend cause:
    priority: 9959
    volume: 0: 10% 1: 10%
    0: -60.00 dB 1: -60.00 dB
    balance 0.00
    base volume: 10%
    -60.00 dB
    volume steps: 65537
    muted: no
    current latency: 0.09 ms
    max rewind: 0 KiB
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
    Stereo
    used by: 1
    linked by: 1
    configured latency: 20.00 ms; range is 1.00 .. 2000.00 ms
    card: 0 <alsa_card.pci-0000_00_1b.0>
    module: 4
    properties:
    alsa.resolution_bits = "16"
    device.api = "alsa"
    device.class = "sound"
    alsa.class = "generic"
    alsa.subclass = "generic-mix"
    alsa.name = "ALC888 Analog"
    alsa.id = "ALC888 Analog"
    alsa.subdevice = "0"
    alsa.subdevice_name = "subdevice #0"
    alsa.device = "0"
    alsa.card = "0"
    alsa.card_name = "HDA Intel"
    alsa.long_card_name = "HDA Intel at 0xfbff8000 irq 45"
    alsa.driver_name = "snd_hda_intel"
    device.bus_path = "pci-0000:00:1b.0"
    sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
    device.bus = "pci"
    device.vendor.id = "8086"
    device.vendor.name = "Intel Corporation"
    device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
    device.form_factor = "internal"
    device.string = "front:0"
    device.buffering.buffer_size = "352800"
    device.buffering.fragment_size = "176400"
    device.access_mode = "mmap+timer"
    device.profile.name = "analog-stereo"
    device.profile.description = "Analog Stereo"
    device.description = "Built-in Audio Analog Stereo"
    alsa.mixer_name = "Realtek ALC888"
    alsa.components = "HDA:10ec0888,1458a002,00100001"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    ports:
    analog-input-microphone-front: Front Microphone (priority 8500, available: no)
    properties:
    analog-input-microphone-rear: Rear Microphone (priority 8200, available: no)
    properties:
    analog-input-linein: Line In (priority 8100, available: no)
    properties:
    active port: <analog-input-microphone-front>
    9 client(s) logged in.
    index: 0
    driver: <module-systemd-login.c>
    owner module: 17
    properties:
    application.name = "Login Session 2"
    systemd-login.session = "2"
    index: 3
    driver: <module-x11-xsmp.c>
    owner module: 25
    properties:
    application.name = "XSMP Session on xfce4-session as 276d8dfaf-2e31-425c-a448-6e95e23c73a0"
    xsmp.vendor = "xfce4-session"
    xsmp.client.id = "276d8dfaf-2e31-425c-a448-6e95e23c73a0"
    index: 13
    driver: <protocol-native.c>
    owner module: 9
    properties:
    application.name = "wrapper"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    application.process.id = "15869"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "wrapper"
    window.x11.display = ":0.0"
    application.language = "en_US.UTF-8"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    index: 14
    driver: <protocol-native.c>
    owner module: 9
    properties:
    application.name = "wrapper"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    application.process.id = "15869"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "wrapper"
    window.x11.display = ":0.0"
    application.language = "en_US.UTF-8"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    index: 15
    driver: <protocol-native.c>
    owner module: 9
    properties:
    application.name = "wrapper"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    application.process.id = "15869"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "wrapper"
    window.x11.display = ":0.0"
    application.language = "en_US.UTF-8"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    index: 32
    driver: <protocol-native.c>
    owner module: 9
    properties:
    application.name = "PulseAudio Volume Control"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    application.id = "org.PulseAudio.pavucontrol"
    application.icon_name = "audio-card"
    application.version = "1.0"
    application.process.id = "20106"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "pavucontrol"
    application.language = "en_US.UTF-8"
    window.x11.display = ":0.0"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    index: 40
    driver: <protocol-native.c>
    owner module: 9
    properties:
    application.name = "PulseAudio Volume Control"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    window.x11.display = ":0.0"
    window.x11.screen = "0"
    application.process.id = "20106"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "pavucontrol"
    application.language = "en_US.UTF-8"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    application.icon_name = "multimedia-volume-control"
    index: 57
    driver: <protocol-native.c>
    owner module: 9
    properties:
    application.name = "Clementine"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    application.process.id = "15910"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "clementine"
    application.language = "en_US.UTF-8"
    window.x11.display = ":0.0"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    application.icon_name = "application-x-clementine"
    index: 58
    driver: <cli.c>
    owner module: 26
    properties:
    application.name = "UNIX socket client"
    1 card(s) available.
    index: 0
    name: <alsa_card.pci-0000_00_1b.0>
    driver: <module-alsa-card.c>
    owner module: 4
    properties:
    alsa.card = "0"
    alsa.card_name = "HDA Intel"
    alsa.long_card_name = "HDA Intel at 0xfbff8000 irq 45"
    alsa.driver_name = "snd_hda_intel"
    device.bus_path = "pci-0000:00:1b.0"
    sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
    device.bus = "pci"
    device.vendor.id = "8086"
    device.vendor.name = "Intel Corporation"
    device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
    device.form_factor = "internal"
    device.string = "0"
    device.description = "Built-in Audio"
    module-udev-detect.discovered = "1"
    device.icon_name = "audio-card-pci"
    profiles:
    output:analog-stereo: Analog Stereo Output (priority 6000)
    output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6060)
    output:analog-stereo+input:iec958-stereo: Analog Stereo Output + Digital Stereo (IEC958) Input (priority 6055)
    output:analog-surround-40: Analog Surround 4.0 Output (priority 700)
    output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (priority 760)
    output:analog-surround-40+input:iec958-stereo: Analog Surround 4.0 Output + Digital Stereo (IEC958) Input (priority 755)
    output:analog-surround-41: Analog Surround 4.1 Output (priority 800)
    output:analog-surround-41+input:analog-stereo: Analog Surround 4.1 Output + Analog Stereo Input (priority 860)
    output:analog-surround-41+input:iec958-stereo: Analog Surround 4.1 Output + Digital Stereo (IEC958) Input (priority 855)
    output:analog-surround-50: Analog Surround 5.0 Output (priority 700)
    output:analog-surround-50+input:analog-stereo: Analog Surround 5.0 Output + Analog Stereo Input (priority 760)
    output:analog-surround-50+input:iec958-stereo: Analog Surround 5.0 Output + Digital Stereo (IEC958) Input (priority 755)
    output:analog-surround-51: Analog Surround 5.1 Output (priority 800)
    output:analog-surround-51+input:analog-stereo: Analog Surround 5.1 Output + Analog Stereo Input (priority 860)
    output:analog-surround-51+input:iec958-stereo: Analog Surround 5.1 Output + Digital Stereo (IEC958) Input (priority 855)
    output:analog-surround-71: Analog Surround 7.1 Output (priority 700)
    output:analog-surround-71+input:analog-stereo: Analog Surround 7.1 Output + Analog Stereo Input (priority 760)
    output:analog-surround-71+input:iec958-stereo: Analog Surround 7.1 Output + Digital Stereo (IEC958) Input (priority 755)
    output:iec958-stereo: Digital Stereo (IEC958) Output (priority 5500)
    output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (priority 5560)
    output:iec958-stereo+input:iec958-stereo: Digital Stereo Duplex (IEC958) (priority 5555)
    input:analog-stereo: Analog Stereo Input (priority 60)
    input:iec958-stereo: Digital Stereo (IEC958) Input (priority 55)
    off: Off (priority 0)
    active profile: <output:analog-stereo+input:analog-stereo>
    sinks:
    alsa_output.pci-0000_00_1b.0.analog-stereo/#7: Built-in Audio Analog Stereo
    sources:
    alsa_output.pci-0000_00_1b.0.analog-stereo.monitor/#8: Monitor of Built-in Audio Analog Stereo
    alsa_input.pci-0000_00_1b.0.analog-stereo/#10: Built-in Audio Analog Stereo
    ports:
    analog-output: Analog Output (priority 9900, available: unknown)
    properties:
    analog-output-headphones: Headphones (priority 9000, available: yes)
    properties:
    analog-input-microphone-front: Front Microphone (priority 8500, available: no)
    properties:
    analog-input-microphone-rear: Rear Microphone (priority 8200, available: no)
    properties:
    analog-input-linein: Line In (priority 8100, available: no)
    properties:
    iec958-stereo-input: iec958-stereo-input (priority 0, available: unknown)
    properties:
    iec958-stereo-output: Digital Output (S/PDIF) (priority 0, available: unknown)
    properties:
    1 sink input(s) available.
    index: 90
    driver: <protocol-native.c>
    flags: START_CORKED
    state: RUNNING
    sink: 7 <alsa_output.pci-0000_00_1b.0.analog-stereo>
    volume: 0: 100% 1: 100%
    0: 0.00 dB 1: 0.00 dB
    balance 0.00
    muted: no
    current latency: 89.86 ms
    requested latency: 90.00 ms
    sample spec: float32le 2ch 44100Hz
    channel map: front-left,front-right
    Stereo
    resample method: copy
    module: 9
    client: 57 <Clementine>
    properties:
    media.name = "'Summertime' by 'Sex Bob-omb'"
    application.name = "Clementine"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    application.process.id = "15910"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "clementine"
    application.language = "en_US.UTF-8"
    window.x11.display = ":0.0"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    application.icon_name = "application-x-clementine"
    module-stream-restore.id = "sink-input-by-application-name:Clementine"
    media.title = "Summertime"
    media.artist = "Sex Bob-omb"
    3 source outputs(s) available.
    index: 48
    driver: <protocol-native.c>
    flags: DONT_MOVE
    state: RUNNING
    source: 8 <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
    volume: 0: 100%
    0: 0.00 dB
    balance 0.00
    muted: no
    current latency: 9.68 ms
    requested latency: 20.00 ms
    sample spec: float32le 1ch 25Hz
    channel map: mono
    Mono
    resample method: peaks
    owner module: 9
    client: 32 <PulseAudio Volume Control>
    properties:
    media.name = "Peak detect"
    application.name = "PulseAudio Volume Control"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    application.id = "org.PulseAudio.pavucontrol"
    application.icon_name = "audio-card"
    application.version = "1.0"
    application.process.id = "20106"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "pavucontrol"
    application.language = "en_US.UTF-8"
    window.x11.display = ":0.0"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
    index: 51
    driver: <protocol-native.c>
    flags: DONT_MOVE
    state: RUNNING
    source: 10 <alsa_input.pci-0000_00_1b.0.analog-stereo>
    volume: 0: 10%
    0: -60.00 dB
    balance 0.00
    muted: no
    current latency: 0.00 ms
    requested latency: 20.00 ms
    sample spec: float32le 1ch 25Hz
    channel map: mono
    Mono
    resample method: peaks
    owner module: 9
    client: 32 <PulseAudio Volume Control>
    properties:
    media.name = "Peak detect"
    application.name = "PulseAudio Volume Control"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    application.id = "org.PulseAudio.pavucontrol"
    application.icon_name = "audio-card"
    application.version = "1.0"
    application.process.id = "20106"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "pavucontrol"
    application.language = "en_US.UTF-8"
    window.x11.display = ":0.0"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
    index: 58
    driver: <protocol-native.c>
    flags: DONT_MOVE
    state: RUNNING
    source: 8 <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
    volume: 0: 100%
    0: 0.00 dB
    balance 0.00
    muted: no
    current latency: 9.71 ms
    requested latency: 20.00 ms
    sample spec: float32le 1ch 25Hz
    channel map: mono
    Mono
    resample method: peaks
    owner module: 9
    client: 32 <PulseAudio Volume Control>
    direct on input: 90
    properties:
    media.name = "Peak detect"
    application.name = "PulseAudio Volume Control"
    native-protocol.peer = "UNIX socket client"
    native-protocol.version = "26"
    application.id = "org.PulseAudio.pavucontrol"
    application.icon_name = "audio-card"
    application.version = "1.0"
    application.process.id = "20106"
    application.process.user = "jordan"
    application.process.host = "archpc"
    application.process.binary = "pavucontrol"
    application.language = "en_US.UTF-8"
    window.x11.display = ":0.0"
    application.process.machine_id = "3cb559c10be41c9a438615f400000947"
    module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
    0 cache entrie(s) available.
    Thanks!

    Did you ever figure this out?  I am in the same situation and cannot figure out how to refer to specific ports on the same motherboard.
    https://wiki.archlinux.org/index.php/Pu … ont.2Frear looks promising.  However I forget whether one of my cords is plugged in to the rear jack or the center jack, and moving my desktop to look is a little involved.  Oh well, next time the need arises I will experiment further.
    Last edited by rosshadden (2014-03-06 03:22:47)

  • Java: Loading Resource Bundle File with UTF-8

    I have found out all my previous problems now, thank you all for your assitance with this...
    During the time we have worked so solve our problem with UTF-8 charset we have found new problem with this?
    I don't know if this is the right forum to put this up, if not please let us know where to go with this?
    I have prepared both Eclipse (JSP Files) and GlassFish to run all my files in charset UTF-8. Then i got my
    resource bundle files(property files) to use UTF-8 encoding. Everything looks fine in my text editor. Then
    when i upload these pages every character retrieved from my resource bundles look garbled. This is because
    Java loads property files using ISO 8859-1 character encoding.
    This is a problem from Sun i have read on the internet!
    Note: that in JDK 1.6, you can use PropertyResourceBundle constructor to take a Reader which uses UTF-8 encoding.
    please have a look at these links for more info:
    [http://www.kai-mai.com/node/128]
    [http://java.sun.com/javase/6/docs/api/java/util/PropertyResourceBundle.html]
    Note: PropertyResourceBundle can be constructed either from an InputStream or a Reader, which represents a property file.
    Constructing a PropertyResourceBundle instance from an InputStream requires that the input stream be encoded in ISO-8859-1.
    In that case, characters that cannot be represented in ISO-8859-1 encoding must be represented by Unicode Escapes,
    whereas the other constructor which takes a Reader does not have that limitation.
    What i have read and understand is that the real solution to the problem is: Get the fmt lib to use a Reader instead of an
    InputStream. Alternativly if it works get a ResourceBundle instead of creating one that is wrong all the time? I have to create
    my own ResourceBundle instead of using my own fmt lib wich i cannot trust in a way any more. Is this right or am i comletly wrong?
    My WebTexts files, en, sv and ry are my resource property bundles. To be able to read them i will use resource property bundle reader.
    Fmt lib gives me this but it seems that it inciates this in an InputStream (wich is looked to iso-8859-1) instead of a reader who can
    read UTF-8 without no problem. So can i get my fmt lib to change this or not, anybody have an idea about this???

    Torleif wrote:
    Ok, i know there are a few ways of doing this already. The problem is that i have no idea how to use these different problem solving issues. First we have the;
    1. native2ascii command line utility.
    2. use the XML properties format.
    3. other ways of converting from iso-8859-1 to utf-8.
    The last one i have tried already but i never get this to work. So after knowing of 2 standardized solutions you choose to implement your own non-standard soltion? That's usually not a good idea until you've verified that the standardized solution don't help.
    This is also not the best solution to the problem i have to say. This way i will have both properties files and source files to work with and that is to much i think. Either i will use the native2ascii command or use XML properties format like you say here. I need some more insight in how these two work only because i have no idea my self.Uhm .. read [the documentation|http://java.sun.com/javase/6/docs/api/java/util/Properties.html]? loadFromXML/storeToXML work pretty much exactly the same as load/store, except they handle XML. Try it, look at what it produces, learn.
    Could you please help and explain how to use either this native2ascii command line work or how this XML format properties would work for me. Please i need guidance here with this!!![native2ascii is documented as well|http://java.sun.com/javase/6/docs/technotes/tools/windows/native2ascii.html].
    If you have a specific question after reading those, feel free to ask here.
    You really have to work on your Google-fu, it seems to be too weak.

  • Why are these classes equal? Loaded from different classloaders.

    I thought that classes loaded from different classloaders were seen as different in the JVM? But this code prints true to every check:
    try
         Class c = new URLClassLoader( new URL[] { new URL( "jar:file://home/tests/test.jar!/" ) } ).loadClass( "Test" );
         Class c2 = new URLClassLoader( new URL[] { new URL( "jar:file://home/tests/test.jar!/" ) } ).loadClass( "Test" );
         System.out.println( ( c == c2 ) );
         System.out.println( ( c.equals( c2 ) ) );
         System.out.println( ( c.getName().equals( c2.getName() ) ) );
    catch (Exception e)
         e.printStackTrace();
    }

    DrClap wrote:
    The more unbelievable thing is that this:
    System.out.println( ( c == c2 ) );prints "true". That shouldn't happen, and it's nothing to do with facts about classloaders. It shouldn't happen because "new" called twice should produce two different objects, no matter what kind of objects they are.
    I didn't try your code because I would have had to spend a couple of minutes creating suitable jar files. But did you actually run that code? Or is it a reduction of some larger piece of code and you just assumed it would do what you said it does? Because I don't believe that.I actually ran the code and every line DID print out true. This is in Java 1.5.
    I figured out why they're all true though - it's because the jar file was in the classpath, so the classes were loaded by a different classloader (the same one). When I put the jar out of the classpath, the statments printed out like this:
    //false
    System.out.println( ( c == c2 ) );
    //false
    System.out.println( ( c.equals( c2 ) ) );
    //true
    System.out.println( ( c.getName().equals( c2.getName() ) ) );I agree on the first one printing true but I seem to remember something about how they changed that rule in Java 1.5. I could be wrong but in c++, that would be a completely valid true statement (assuming your class implemented the "==" operator), so maybe they changed it to be in line with that?

  • Reading Keyevents in While in a Different Program

    I'm fairly new to scripting in Java, so i was wondering if anyone could help me if at all possible. I was wondering is there a way of getting the keystroke while you are in a different program such as paint or whatever.
    msn messenger account: [email protected]

    I'm glad to hear that the .NET stuff doesn't support this directly. I was starting to feel like a bad detective!
    I did find another sample that uses NWScanDirEntryInfo. The posted code was for Delphi 2007, and the iterationHandle parm is an integer. The version of the Delphi interface that I have shows that field as an unsigned integer pointer. I'm currently fighting with the typcasting trying to get that call to work. The biggest thing is that it should be a -1 for the first call. You can't put -1 in that type of variable!

  • How to Merge two PDF documents orginally created in different programs?

    I am trying to find information on how you can merge a PDF document created in LiveCycle and a PDF created in PageMaker or Microsoft Word?
    I know that you can easily merge two PDF documents created in the same program, but I am specifically looking for how you can merge two PDF documents created from two different programs. A step by step process would be helpful, if you have that information. Thanks.

    You use Assembler for this purpose.
    1) Assembler can be accessed through LC Java API. See http://help.adobe.com/en_US/enterpriseplatform/10.0/programLC/help/index.html
    API Quick Starts (Code Examples) > Assembler Service API Quick Starts
    2) Last week I posted on generating and merging PDF's from PostScript. Take a look at the assembly service instance in the .lca. Assembler uses DDX (Document Description XML) to describe document construction. NOTE the .lca was developed with ES 3 (aka ADEP). The .lca It contains the most basic DDX.
    <?xml version="1.0" encoding="UTF-8"?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
    <PDF result="out.pdf">
      <PDF source="inDoc1"/>
      <PDF source="inDoc2"/>
    </PDF>
    </DDX>
    http://forums.adobe.com/message/4019760#4019760
    DDX Reference at http://help.adobe.com/en_US/livecycle/9.0/ddxRef.pdf
    Steve

  • Java loading indicator

    Whever we execute an applet in xMII, we get the JAVA loading screen for a number of seconds.  Is there any way to improve this?  We get this at inital load and any subsequent runs too.

    Hi Scott,
    I think more memory may help.  But, also, check on your client's Control Panel's Java settings.  Depending on your version, you will have an Advanced tab.  Make sure all of the debugging settings are checked off.
    Also, I've noticed better load times with java 1.4.2_10+.  Perhaps, if you are running java 1.5, you may want to try the latest java 1.4.2_x JRE which is available here:
    <a href="http://java.sun.com/products/archive/j2se/1.4.2_12/">Java 1.4.2_12</a>
    If you go back to 1.4.2_x, you'll want to uninstall 1.5 from the Windows Add/Remove Programs and then install 1.4.2_x.

  • I already have adobe digital editions on my mac pc and download books from the library to my android e-reader. Can I use the same digital editions on my ipad air, or do I need to load a different one onto my ipad?

    I already have adobe digital editions on my mac pc and download books from the library to my android e-reader. Can I use the same digital editions on my ipad air, or do I need to load a different one onto my ipad?

    Try following forum:
    Adobe Digital Editions

  • I have tried loading 3 different cds that I just bought into Itunes and I click the import cd button and it goes through the motions of importing the cds, but when I go to my library none of these cds is there.  Help, please!

    I have tried loading 3 different cds that I recently purchased into Itunes.  I click the import cd button and Itunes goes through the motion of copying and importing the cds, but the songs are not in my music library.  I have searched everywhere to find where these cds might be, but to no avail.  Could really use some help here.  Never used to have this problem.

    Are they in the relevant artist & album folders when you look via Windows Explorer. If so something may have gone wrong with the index of the Music playlist. Download the current iTunes Free Single of the Week. I know it sounds odd, but it should fix the problem.
    If that doesn't work close iTunes and delete the hidden file sentinel from inside the main iTunes folder, then start iTunes again. It should run a consistency check when it starts up.
    tt2

  • I am creating a template with drop down menus in Numbers. I want to be able to insert options into the middle of my list at a later date if I need to, but I can only insert at the end of the drop down list. Is there a different program I could be using?

    I need to be able to add in more options into my drop down list in Numbers at a later time, not only at the bottom but say in the middle of the list. Should I be using a different program that can allow this to work? Thank you!

    This forum thread appears to point towards the problem.
    Re: Unable to Switch Audio Sync Settings

  • Can i load two different itunes on the same computer for two different ipods?

    Can I load two different itunes on my computer for two different ipods?  Or how can I get it so that when I click on itunes, only my songs come up and not my wifes?  And the same for her.

    Yes.  The simplest way is to have separate Windows accounts for each user.  When either user runs iTunes, he/she will have a separate library with distinct content, playlists, etc., and can sync individual iDevices as needed.

  • Is there a way to speed up the "Java Loading" screen time?

    Hi.
    I'm having a big problem with that. I'm running the JRE 1.6u3 on Windows XP SP 2, on an AMD Athlon 64 X2 Dual 3800+ (2GB of RAM), and the "Java Loading" screen time of web started apps is too high (about 15 seconds when I just restarted the pc, and 10 seconds after the first load... is that right?).
    What Web Start do when it is "loading" ? The loading time of a standard client VM is pretty faster (like, uh, 1/4 second?).
    Thanks.
    Hidralisk

    The Java Loading splash is only shown untill the Main class of java web start is invoked and can put up the download progress dialog. I don't know why it would be so sow, but this should be improved by the Java Quick Start featurew put in jdk 6u10 (see http://download.java.net/jdk6/)
    the bug 6506138 has been escallated and is being vigorously investigated. (it would probably pertain more to the time durring which the download progress window is shown or beyond)
    /Andy

  • I want to set up two monitors but be able to view different programs on each one how do i do that

    i have two monitors hooked up to my desktop but want to view different programs on each one how do i do it

    Chipper, welcome to the forum.
    When requesting help, you should always include the make/model of the computer and/or monitor. This information is necessary for us to review the specifications of them.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

Maybe you are looking for