A smal problem

Hi guys! I have a really stupid problem. Before some time i started learning java but i left it aside for about a month. Now i have the knowledge to write simple programs but forgot how to compile them. How was the way to show the computer where is the compiler? And another question. There was a way to avoid always writing all this. What was it?

Hi guys! I have a really stupid problem. Before some
time i started learning java but i left it aside for
about a month. Now i have the knowledge to write
simple programs but forgot how to compile them. How
was the way to show the computer where is the
compiler? And another question. There was a way to
avoid always writing all this. What was it?You should tell the OS where your executable (javac) is..
Do this by setting the PATH variable..
(SET PATH = c:\jdk1.3\bin)...
You would also have to set your CLASSPATH similarly, showing where your class files are...
once you have done that you say "javac <filename.java>" at the command prompt..
Then to run it..you say "java <filename.class>"
you could get a proper java editor like JCreator LE( I use this one)... During installation they will make sure that the compiler and docs are found and voila you can compile your code with a click!!!! (JCreator can be found at Download.com)
I am not able to get your second question.. :)
Hope it helps..
Vikas

Similar Messages

  • Problem with application language

    Hi.
    I have a smal problem. I've followed the sted for translating and publishing an application but I can't seem to set FSP_LANGUAGE_PREFERENCE at connection. I have created 2 application items, ID_LANG, LANGUAGE. The I've created 2 computation processes, one for the first and one for second. I get in LANGUAGE ro for romanian wich is application primary language, and if I change it and obtain en-us nothing seems to happen. I mantion that I've also created a process that is BEGIN
    HTMLDB_UTIL.SET_PREFERENCE('FSP_LANGUAGE_PREFERENCE',:LANGUAGE,:APP_USER);
    END;
    In debug mode maplang , nls_language, nls_territory they all change when I make the language switch from ro <->en-us but the application does not show translated!!!
    What am I doing wrong?
    Pls help.
    Flo
    Problem solved, now it works!
    Message was edited by:
    user449865

    I dont get your line mate,
    At least what you meant in these lines ..
    walid_s wrote:
    but it stand on the same language not changed
    the problem why it not changed !!!!

  • Problem with Dockingsta​tion Type 2504 and R60 LAN Performanc​e

    Hello,
    we have a smal problem with a lenovo dockingstation type 2504 and a r60 laptop.
    Made some performance test for oure fileserver.
    Found out, if i use dockingsstation, i get poor performance.
    If i use the r60 without dockingstation, lan performance is realy good.
    Some idea why?
    How could it be?
    Performance profile is max.
    Use battrie in r60, dockingstation with power supply.
    Big thanks

    Ok, so I was able to video chat with Defcom last night by turning on my firewall and also by changing iChat/AIM to logon through port 334. I still cannot video chat with appleutest01. Any other ideas?

  • Scheduling problem with delivery date in purch.req and requirement date

    Dear all,
    I have the problem, that the calculated delivery date in the purchase requisition does not correspond with the requiement date of the production or planned order.
    I would like to use planned delivery times in the material master.
    Example:
    Planned delivery time: 20 days
    Todays date 01.10
    Case 1)
    Requiement date of planned order 10.10
    Case 2)
    Requiement date of planned order 20.09
    This situation can happen in our envirnoment, as the engineering process still continues after start of production. In this case I would like to have the following result:
    Case 1)
    Delivery date is 10.10 minus the goods receipt time
    Case 2)
    Delivery date is day of MRP or one or two days more
    I made the setting that dates in the past are not allowed. This solves my first smal problem. I tried to set the scheduling margin key but these settings do not help me, as they are relevant for all materials. I need of course individual planned delivery dates per material.
    So, I want to change the standart MRP procedure that in the case of the "wished requirement date" not the calculated date is beeing taken, but the "wished date". Usually you receive an exeption for this case and you would need t solve this manually. But this we dont want to do.
    Can s.o. please help me? Thank you all very much, I really dont know what to do in this case.
    With best regards,
    Bjoern

    The question cannot be answerd by SAP standart as I see. We will go through a workaround.

  • Add text to specified index in multicolumn listbox

    Hi!
    I have smal problem with multicolumn listbox. My application should
    create list of values where user can increase and decrease values of 1
    or more tester at same time.
    e.g when user gives for tester 1 values 1 - 5, my vi creates list where values are displayd like this:
    1
    2
    3
    4
    5
    after that user gives for tester 2 values 5-1 and my vi creates list where values are displayd like this:
    1
    5
    2
    4
    3
    3
    4
    2
    5
    1
    etc.
    First I planned use insert into array function where for 1:st tester
    row index would be 0,1,2,... and for 2:nd tester row index would be
    1,3,5,... etc. One problem in this solution is that if tester 2 have
    more values than tester 1, there will be left empty rows between
    values. I planned use string replace to solve that problem, but then I
    noticed antoher nasty feature of multicolumn listbox.
    More serious problem with this structure is, that if tester 2 have more
    values than tester 1, multicolumn listbox shows only same amount of
    values than what tester 1 have and rest of values are lost in
    kyberspace, because in multicolumn listbox values can be added only
    places where already are values or to last row +1. Do anyone have any
    ideas how to prevent this or how I should build my VI so I could create
    test list for testers?

    hi Janne.
    it took me a while to get back
    sorry!
    good to know u have been able to solve it!
    anyhow, do look this vi  i have attached.  This also takes care of extra elements in the larger array and appends them into the interleaved list box entry.
    hope it can be of help to u.
    ciao
    Devchander
    Attachments:
    listbox_vi.vi ‏90 KB

  • Filter a input statement

    Hi all,
    I have a smal problem. I am buidling a servlet that puts text into a database some of the users like to use a ' intp the text that the enter into that database. The problem is i have to put the ' into the database but when i am trying the sql command looks like this:
    INSERT INTO PRODINFO (INFO) (this is some info and i like to use a ' in my info)
    The database is trying to insert 2 parts of text and generates a error.
    How do i put a ' into the database is there a wildcard. And how do i filter this out and place the wildcard in place?
    Thanks already.
    Johan.
    [email protected]

    Use a prepared statement and pass in the string value via the input parameters like this.....
    String sql = "INSERT INTO PRODINFO (INFO) (?)";
    PreparedStatement ps = conn.prepareStatement(sql);
    ps.setString(1,"the text");
    ps.executeUpdate();
    Jon.

  • How can i display days(Feb 28,Mar 30&April 31...Dec) in layout

    Hi Experts,
    i am facing smal problem if you have any solution please can you respond...
    this is my requirement :
    i am calaculating days for each month using funtion module.
    once i'll get those days (eg:28 days,30 days 31 days depends upon month)how can i display days in ayout ????.
    what steps i have to follow????how can i desing in data column for display of my month days??
    i'll assign full points..
    Thanks.

    Hi Bindu,
    Here is the my full code of FM.
    in this function module input value is another variabel i am passing that variable value to FM(it is fine).
    export parameters is : REFERENCE(BEGINDATE) TYPE  SY-DATUM
                                     REFERENCE(ETO_CHARSEL) TYPE  UPC_YTO_CHARSEL
                                    REFERENCE(ENDDATE) TYPE  SY-DATUM
    now you can have better idea on my FM.
    FUNCTION ZDAYS_IN_MONTH.
    ""Local Interface:
    *"  EXPORTING
    *"     REFERENCE(BEGINDATE) TYPE  SY-DATUM
    *"     REFERENCE(ETO_CHARSEL) TYPE  UPC_YTO_CHARSEL
    *"     REFERENCE(ENDDATE) TYPE  SY-DATUM
      CONSTANTS:  lc_jan(2)     TYPE n VALUE '01',
                  lc_feb(2)     TYPE n VALUE '02',
                  lc_mar(2)     TYPE n VALUE '03',
                  lc_apr(2)     TYPE n VALUE '04',
                  lc_may(2)     TYPE n VALUE '05',
                  lc_jun(2)     TYPE n VALUE '06',
                  lc_jul(2)     TYPE n VALUE '07',
                  lc_aug(2)     TYPE n VALUE '08',
                  lc_sep(2)     TYPE n VALUE '09',
                  lc_oct(2)     TYPE n VALUE '10',
                  lc_nov(2)     TYPE n VALUE '11',
                  lc_dec(2)     TYPE n VALUE '12',
                  lc_days_28(2) TYPE n VALUE '28',
                  lc_days_29(2) TYPE n VALUE '29',
                  lc_days_30(2) TYPE n VALUE '30',
                  lc_days_31(2) TYPE n VALUE '31'.
      DATA:  lv_hlp_date_year TYPE i,
             lv_hlp_rest      TYPE i,
             iv_date TYPE D,
             iv_month(2) type C,
             iv_year(4) type C,
             lsr_var TYPE REF TO cl_sem_variable,
            enddate  TYPE upc_yto_charsel,
             l_area            TYPE upc_y_area,
             l_co_area_var     TYPE upc_y_variable,
             lto_value         TYPE upc_yto_charsel,
             lso_value         TYPE upc_ys_charsel,
             i_month(6) type c,
             i_area(8) type c.
            count type i,
            lv_days type i.
       i_area = 'ZNTEST1'.
       l_co_area_var = 'ZVC0123'.
    PERFORM instantiate_object USING    i_area
                                        l_co_area_var
                                 CHANGING lsr_var.
    PERFORM get_current_value_of_variable
                            USING lsr_var
                            CHANGING lto_value.
    READ TABLE lto_value INTO lso_value INDEX 1.
    i_month = lso_value-low.
    iv_month = i_month+4(2).
    iv_year = i_month(4).
    concatenate iv_year iv_month '01' into iv_date.
    begindate = iv_date.
    CALL FUNCTION 'SLS_MISC_GET_LAST_DAY_OF_MONTH'
      EXPORTING
        DAY_IN                  = iv_date
    IMPORTING
       LAST_DAY_OF_MONTH       = enddate
    EXCEPTIONS
      DAY_IN_NOT_VALID        = 1
      OTHERS                  = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    DATA:BEGIN OF itb OCCURS 0,
              dates LIKE sy-datum,
           END OF itb.
    DATA: w_date LIKE sy-datum.
                                                         comment* Data: w_date type UPC_YTO_CHARSEL.
    CLEAR:w_date.
    WHILE w_date < enddate .
      w_date = ( begindate + ( sy-index - 1 ) ).
      itb-dates = w_date.
      APPEND itb.
      CLEAR itb.
    ENDWHILE.
    LOOP AT itb.
      MOVE itb-dates TO w_date.
    ENDLOOP.
    can you help me this is very urgent.
    Edited by: Eyda rose on May 23, 2008 3:21 PM

  • To make use of remote assistance on my computer ,do I have to enable some services too?

    hi,
    besides enabling   allow remote assistance 
    a to  this computer    under external link in the properties of computer ,
    which is to ask asistance from distance to solve smal problems on the computer
    which services do I have to enable else ?
     do I have to allow   some  programs in  firewall   too   to  benefit of this utility of Microsoft like netvieuwer
    thanks
    johan
    h.david

    Hi,
    If you have never set remote assistance or make change to service, just enable the allow setting would be ok. If failed, please provide the error message here.
    Roger Lu
    TechNet Community Support

  • Remote Access to Headless Server, impossible w

    Hello
    I have a smal problem
    Normale I can access my headless macmini i7 server with Apple Remote Desktop.
    Now I recognised a problem. I started a recovery with Data Rescue 4. I was able to view the server for a couple of hours, now I can't access the server with ARD.
    All the other Services on the macmini works normal. DNS & DHCP seems to work. Also the AFP und FTP Service works normal. Strange is that it is also impossible to access the server by SSH
    Is there a way to access my server again with ARD, without to connect a monitor to it? Is it possible to give the SSH and ARD a higher priority?
    Regards

    I would be guessing either there is a Firewall blocking ARD and SSH traffic, or the processes handling them have crashed, or those services (ARD & SSH) have been disabled.
    Try
    telnet serveraddress 5900
    and see if you get a response. If you get connection refused that port which is the main ARD port is not open and ARD is either not running or being blocked by a Firewall. If you do get a response then it is running and maybe your theory of it responding too slowly due to lack of priority over the disk recovery is accurate.
    Once you have access you could look at 'renice' to control the priority given to processes. Also see http://www.ernieflores.net/osx-page-2/adjust-a-mac-apps-cpu-priority-with-proces s-renicer-make-your-app-run-faster/

  • Crashing at start up...then after sleep, two problems, same reason?

    new macbookpro 2.2. Since purchase it has been crashing at first start up every morning -long lines with pixels and smal squares with piwels in the background- Once it starts the 2nd time works wonderfully until I put it to sleep. Then wakes up normally and a few minutes later (it varies) it freezes totally again -small squares, pointer spinning- and I have too shut down with power button (force quit never works in this situations).
    I reinstalled Leopard 3 times by now without success, then took it to the official service. They run tests and the new HD gave a problem under the SMART protocol. I told them I replaced the original 120gb for a 250gb Samsung, but the problem existed from the very beginning, still under the situation I opted for a new 250gb hard drive which they installed. They also installed a fresh leopard and told me the MBP worked fine.
    Took it home and migrated from time machine again, the problem persisted.It crashes first thing in the morning and again when after sleep.
    I also noticed that any applications may start-crash the first time I try. The second time is generally fine and works well.
    I am thinking to take it back to the shop but believe they only will run standardized test and nothing will happen.
    It could be something I do when migrating from time machine?
    It could be some hardware (graphic card GeForce 8600M GT)?
    I had reseted PRAM, run test with techtool (the only problem that shows is when tests the video card), run test with cocktail.
    I never used the console but I am willing to start doing it.
    Anybody has a clue?
    Thanks!
    here is the last application crash from this morning,
    The freezes I don't know if they get registered anywhere.
    Mail2008-02-20-075948macbook-pro-de-javier-gomez.crash
    Process: Mail [912]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.2 (919)
    Build Info: Mail-9190000~3
    Code Type: X86 (Native)
    Parent Process: launchd [136]
    Date/Time: 2008-02-20 07:59:48.762 +0100
    OS Version: Mac OS X 10.5.2 (9C31)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000967b4b28
    Crashed Thread: 22
    Application Specific Information:
    -[MessageRouter routeQueuedMessages]
    -[POPAccount fetchSynchronously]
    -[POPAccount fetchSynchronously]
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    Thread 0:
    0 libSystem.B.dylib 0x9678debc OSAtomicCompareAndSwapPtrBarrier + 0
    1 ...ple.CoreServices.CarbonCore 0x924ff71f TSAcquireReader + 101
    2 ...ple.CoreServices.CarbonCore 0x92506e2a AllocateHandleFromPool + 32
    3 ...ple.CoreServices.CarbonCore 0x92509c59 CSMemNewHandle + 16
    4 ...ple.CoreServices.CarbonCore 0x9252943f RegisterComponentResourcePtr + 491
    5 ...ple.CoreServices.CarbonCore 0x92527a4d registerSystemComponents + 317
    6 ...ple.CoreServices.CarbonCore 0x925276b5 FindNextComponentInternal(ComponentRecord*, ComponentDescription*) + 95
    7 ...ple.CoreServices.CarbonCore 0x9252763f FindNextComponent + 53
    8 com.apple.AppKit 0x9414809e _initializeCA + 991
    9 com.apple.AppKit 0x94147bea -[NSSound _postInitialization] + 348
    10 com.apple.AppKit 0x941479d9 -[NSSound initWithContentsOfURL:byReference:] + 269
    11 com.apple.MessageFramework 0x003c02f7 +[NSSound(MessageAdditions) _playNextSound] + 454
    12 com.apple.Foundation 0x922bdfce __NSFireDelayedPerform + 382
    13 com.apple.CoreFoundation 0x91a07b5e CFRunLoopRunSpecific + 4494
    14 com.apple.CoreFoundation 0x91a07d18 CFRunLoopRunInMode + 88
    15 com.apple.HIToolbox 0x929e66a0 RunCurrentEventLoopInMode + 283
    16 com.apple.HIToolbox 0x929e64b9 ReceiveNextEventCommon + 374
    17 com.apple.HIToolbox 0x929e632d BlockUntilNextEventMatchingListInMode + 106
    18 com.apple.AppKit 0x93f497d9 _DPSNextEvent + 657
    19 com.apple.AppKit 0x93f4908e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    20 com.apple.AppKit 0x93f420c5 -[NSApplication run] + 795
    21 com.apple.AppKit 0x93f0f30a NSApplicationMain + 574
    22 com.apple.mail 0x000fa206 0x1000 + 1020422
    Thread 1:
    0 libSystem.B.dylib 0x967839e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9678b1dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a070de CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a07d18 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x922bdb15 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x922c9c34 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x0047e0a0 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    8 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    10 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x967ed5c6 _workqops + 10
    1 libSystem.B.dylib 0x967ed5f6 start_wqthread + 30
    Thread 3:
    Thread 4:
    0 libSystem.B.dylib 0x96783a46 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x967b5daf pthread_condwait + 1244
    2 libSystem.B.dylib 0x967b7633 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x922cf4fc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x922cf310 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00480154 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    7 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    9 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9678abce _semwaitsignal + 10
    1 libSystem.B.dylib 0x967b58cd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x96188121 fefragmentthread + 54
    3 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    4 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x96783a46 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x967b5daf pthread_condwait + 1244
    2 libSystem.B.dylib 0x967b7633 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x922cf4fc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x922cf310 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00480154 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    7 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    9 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x96783a46 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x967b5daf pthread_condwait + 1244
    2 libSystem.B.dylib 0x967b7633 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x922cf4fc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x922cf310 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00480154 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    7 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    9 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x96783a46 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x967b5daf pthread_condwait + 1244
    2 libSystem.B.dylib 0x967b7633 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x922cf4fc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x922cf310 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00480154 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    7 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    9 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x96783a46 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x967b5daf pthread_condwait + 1244
    2 libSystem.B.dylib 0x967b7633 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x922cf4fc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x922cf310 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00480154 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    7 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    9 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x967839e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9678b1dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a070de CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a07d18 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x9328b6cc CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    6 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x967839e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9678b1dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a070de CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a07d18 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x922ecac0 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    6 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    8 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x96783a46 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x967b5daf pthread_condwait + 1244
    2 libSystem.B.dylib 0x967b7633 pthreadcond_timedwait_relativenp + 47
    3 ...apple.AddressBook.framework 0x96d96ab5 -[ABRemoteImageLoader workLoop] + 193
    4 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    5 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    6 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    7 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x967d3b3a select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    2 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x96783a2e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9678b505 pthreadmutexlock + 569
    2 libobjc.A.dylib 0x9366d688 cachefill + 65
    3 libobjc.A.dylib 0x9366bba0 logand_fillcache + 141
    4 libobjc.A.dylib 0x9366c576 classlookupMethodAndLoadCache + 206
    5 libobjc.A.dylib 0x9367c736 objc_msgSend + 102
    6 com.apple.MessageFramework 0x004e5351 -[POPAccount fetchSynchronously] + 337
    7 com.apple.CoreFoundation 0x91a86b7d _invoking__ + 29
    8 com.apple.CoreFoundation 0x91a86568 -[NSInvocation invoke] + 136
    9 com.apple.MessageFramework 0x00480739 -[MonitoredInvocation invoke] + 409
    10 com.apple.MessageFramework 0x0048031b -[InvocationQueue _drainQueue] + 772
    11 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    12 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    13 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    14 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x967839e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9678b1dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a070de CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a07d18 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x003a7a6a _handleRequestWithTimeout + 2163
    5 com.apple.MessageFramework 0x003ac32d -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x003abeb7 -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x003abd72 -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x003ab938 -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x004b1196 -[POP3Connection(PrivateCommands) _readMultilineResponseWithMaxSize:intoMutableData:informDelegate:] + 542
    10 com.apple.MessageFramework 0x004b033a -[POP3Connection _retrieveMessage:ofSize:informDelegate:] + 327
    11 com.apple.MessageFramework 0x004b0428 -[POP3Connection retr:] + 174
    12 com.apple.MessageFramework 0x004b0c3c -[POP3Connection fetchMessages:] + 342
    13 com.apple.MessageFramework 0x004b42f3 -[POP3FetchStore fetchSynchronously] + 3406
    14 com.apple.MessageFramework 0x004e5351 -[POPAccount fetchSynchronously] + 337
    15 com.apple.CoreFoundation 0x91a86b7d _invoking__ + 29
    16 com.apple.CoreFoundation 0x91a86568 -[NSInvocation invoke] + 136
    17 com.apple.MessageFramework 0x00480739 -[MonitoredInvocation invoke] + 409
    18 com.apple.MessageFramework 0x0048031b -[InvocationQueue _drainQueue] + 772
    19 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    20 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    21 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    22 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x967839e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9678b1dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a070de CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a07d18 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x922bdb15 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x922c9c34 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003a4871 +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    8 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    10 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x967839e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9678b1dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a070de CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a07d18 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x922bdb15 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.syncservices 0x96cb1d8c -[ISyncConcreteSession _waitForTransitionFromPhase:untilDate:] + 527
    6 com.apple.syncservices 0x96caff1a +[ISyncSession _sessionWithClient:entityNames:beforeDate:clientHasTruthForEntityNames:quietlyP ushTruth:target:selector:anchors:] + 1695
    7 com.apple.syncservices 0x96caf872 +[ISyncSession beginSessionWithClient:entityNames:beforeDate:] + 95
    8 com.apple.syncservices 0x96caf740 -[ISyncConcreteSessionDriver _beginSyncSession:] + 1251
    9 com.apple.syncservices 0x96cac631 -[ISyncConcreteSessionDriver _preSync] + 95
    10 com.apple.syncservices 0x96d44b2b -[ISyncConcreteSessionDriver startAsynchronousSync:] + 273
    11 com.apple.Mail.Syncer 0x10f14acc 0x10f00000 + 84684
    12 com.apple.Mail.Syncer 0x10f13c6d 0x10f00000 + 81005
    13 com.apple.mail 0x00037fbd 0x1000 + 225213
    14 com.apple.CoreFoundation 0x91a86b7d _invoking__ + 29
    15 com.apple.CoreFoundation 0x91a86568 -[NSInvocation invoke] + 136
    16 com.apple.MessageFramework 0x00480739 -[MonitoredInvocation invoke] + 409
    17 com.apple.MessageFramework 0x004815fb +[WorkerThread _execute:] + 144
    18 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    19 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    20 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    21 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x9678abce _semwaitsignal + 10
    1 libSystem.B.dylib 0x9678a996 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x93fafcf9 -[NSUIHeartBeat _heartBeatThread:] + 2042
    3 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    4 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    6 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x967839e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9678b1dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a070de CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a07d18 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x922bdb15 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.syncservices 0x96cb1d8c -[ISyncConcreteSession _waitForTransitionFromPhase:untilDate:] + 527
    6 com.apple.syncservices 0x96cc07c9 -[ISyncConcreteSession prepareToPullChangesForEntityNames:beforeDate:] + 99
    7 com.apple.syncservices 0x96cbfc3b -[ISyncConcreteSessionDriver _pullPhaseOfSession] + 1755
    8 com.apple.syncservices 0x96cac2fb -[ISyncConcreteSessionDriver _sync:] + 223
    9 com.apple.syncservices 0x96d449cd -[ISyncConcreteSessionDriver _startAsynchronousSyncWorker] + 425
    10 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    11 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    12 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    13 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x967839e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9678b1dc mach_msg + 72
    2 libSystem.B.dylib 0x967b8464 threadgetstate + 173
    3 libobjc.A.dylib 0x9366d467 cache_collectfree + 334
    4 libobjc.A.dylib 0x9366d829 cachefill + 482
    5 libobjc.A.dylib 0x9366bba0 logand_fillcache + 141
    6 libobjc.A.dylib 0x9366c576 classlookupMethodAndLoadCache + 206
    7 libobjc.A.dylib 0x9367c736 objc_msgSend + 102
    8 com.apple.Foundation 0x922d9134 -[NSUndoManager removeAllActionsWithTarget:] + 52
    9 com.apple.CoreData 0x91d0bbe2 -[NSManagedObjectContext(_NSInternalNotificationHandling) _stopObservingUndoManagerNotifications] + 114
    10 com.apple.CoreData 0x91d5ca24 -[NSManagedObjectContext(_NSInternalNotificationHandling) _unregisterForNotifications] + 68
    11 com.apple.CoreData 0x91d5c8b5 -[NSManagedObjectContext dealloc] + 69
    12 com.apple.Foundation 0x92284d9f NSPopAutoreleasePool + 431
    13 com.apple.MessageFramework 0x0049d931 -[MessageRouter routeQueuedMessages] + 1081
    14 com.apple.CoreFoundation 0x91a86b7d _invoking__ + 29
    15 com.apple.CoreFoundation 0x91a86568 -[NSInvocation invoke] + 136
    16 com.apple.MessageFramework 0x00480739 -[MonitoredInvocation invoke] + 409
    17 com.apple.MessageFramework 0x004815fb +[WorkerThread _execute:] + 144
    18 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    19 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    20 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    21 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x96783a46 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x967b5daf pthread_condwait + 1244
    2 libSystem.B.dylib 0x967b7633 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x922cf4fc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x922cf310 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00480154 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x922895ad -[NSThread main] + 45
    7 com.apple.Foundation 0x92289154 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    9 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 22 Crashed:
    0 ??? 0x117eec0d 0 + 293530637
    1 libSystem.B.dylib 0x967b4c55 pthreadstart + 321
    2 libSystem.B.dylib 0x967b4b12 thread_start + 34
    Thread 22 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x967b4b28 ecx: 0xb09dee9c edx: 0x96783b06
    edi: 0x00000000 esi: 0xb09df000 ebp: 0xb09def78 esp: 0xb09def40
    ss: 0x0000001f efl: 0x00010282 eip: 0x117eec0d cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x967b4b28

    No one had this problem or similar that could hint a different solution that to take the machine to the shop? Does it look like hardware?
    Thanks again

  • Problem in compiling servlet

    hi
    i'm trying to compile a simple servlet
    my directory structure is as follows
    c:\pr1
    |
    |____src
    |
    |______chservlet.java
    |
    |____classes
    |
    |____etc
    |
    |______web.xml
    c:\Tomcat5.0
    |
    |____webapps
    |
    |______ch1
    |
    |____WEB-INF
    |
    |____classes
    and the list of variables is as follows
    TOMCAT_HOME=c:\Tomcat 5.0\bin
    JAVA_HOME=c:\jsdk1.4
    classpath = %CLASSPATH%;c:\Tomcat 5.0\common\lib\servlet-api.jar
    now when i'm trying to compile the servlet by giving the following command
    javac -classpath ".;c:\Tomcat5.0\common\lib\servlet-api.ajr" -d classes c:\pr1\src\chservlet.java
    i'm getting the error package..
    javax.servlet.* doesnt exist
    can anybody help me at the earliest
    Regards
    jaismeen

    sorry guys..for starting each time new thread..just registered myself to the site yesterday after facing this problem..so cudnt get familiar with its working..
    i have given the commands as follows..
    set classpath=c:\Tomcat5.0\common\lib\servlet-api.jar,%classpath%
    set path=c:\jsdk1.4\bin;%path%
    javac c:\pr1\src\chservlet.java
    getting the following errors
    C:\>javac c:\pr1\src\chservlet.java
    c:\pr1\src\chservlet.java:1: package javax.servlet does not exist
    import javax.servlet.*;
    ^
    c:\pr1\src\chservlet.java:2: package javax.servlet.http does not exist
    import javax.servlet.http.*;
    ^
    c:\pr1\src\chservlet.java:5: cannot resolve symbol
    symbol : class HttpServlet
    location: class chservlet
    public class chservlet extends HttpServlet
    ^
    c:\pr1\src\chservlet.java:7: cannot resolve symbol
    symbol : class HttpServletRequest
    location: class chservlet
    public void doGet(HttpServletRequest req,HttpServletResponse res) throws IOExcep
    tion
    ^
    c:\pr1\src\chservlet.java:7: cannot resolve symbol
    symbol : class HttpServletResponse
    location: class chservlet
    public void doGet(HttpServletRequest req,HttpServletResponse res) throws IOExcep
    tion
    ^
    5 errors
    was just wondering.ihave windows xp..so does it effect in anyway(it shud not)
    and if name of the servlet is given wrong then it shudnt give these set of errors..it shud give kind a"cudnt find the file name"
    and i have checked the classpath..servlet-api.jar is present and is in this location
    c:\Tomcat 5.0\common\lib
    and i had tried giving the command
    jar -tvf servlet-api.jar..
    it gives the list of classes..which shows..its present in the directory
    jdk is present in c:\jsdk1.4
    location of servlet is c:\pr1\src\chservlet.java
    servlet code is as follows
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class chservlet extends HttpServlet
    public void doGet(HttpServletRequest req,HttpServletResponse res) throws IOException
    PrintWriter out =res.getWriter();
    java.util.Date today= new java.util.Date();
    out.println("<html>"+
    "<body>"+
    "<h1 align=center>HF\'s Chapter1 Servlet<h1>"
    +"<br>"+today+"</body>"+"</html>");
    even i tried copynig servlet-api.jar in the same directory as the servlet and compiling it..
    it gives the same set of errors
    am just wondering what cud be the problem.sure..must b very smal..but i m not progressing much
    regards

  • Driver database SQLException problems

    Hello all,
    i have problems with a java-tutorial "JDBC Basics". It seems that i didn't undertand some/much parts of the tutorial. I tried the sample code "CreateCoffees.java" (the code is below) but i get errors(see below) by runnig the class-file. I am new to data base and not sure if i need to load the divers (per software) or if my problem is in the code. May i can just say what i don't understand.
    0) Do i need to ad some jar-files to the classpath,like driverclasses?(my system win 98/java 1.4)
    1) Do i need an existing database(where can i get one), or does my code produce it?
    2) If i declare the name of the datasource, where does java search for it?
    3) I have problems with two line in the code
    line 17: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    line 26: con = DriverManager.getConnection(url, "myLogin", "myPassword");
    Is it important to use a special driver/driverclassname (in my example)?
    If i have now database where does the ("myLogin", "myPassword") goes to?
    I don't know where i should cut my problems in smaler parts.
    Thanks for any help.
    Richard
    Code:
    import java.sql.*;
    public class CreateCoffees {
        public static void main(String args[]) {
            String url = "jdbc:odbc:myDataSource";
            Connection con;
            String createString;
            createString = "create table COFFEES " +
                                "(COF_NAME VARCHAR(32), " +
                                "SUP_ID INTEGER, " +
                                "PRICE FLOAT, " +
                                "SALES INTEGER, " +
                                "TOTAL INTEGER)";
            Statement stmt;
            try {
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                System.out.println("test1");
            } catch(java.lang.ClassNotFoundException e) {
                System.err.print("ClassNotFoundException: ");
                System.err.println(e.getMessage());
            try {
                 System.out.println("test2");
                con = DriverManager.getConnection(url, "myLogin", "myPassword");
                stmt = con.createStatement();
                stmt.executeUpdate(createString);
                stmt.close();
                con.close();
            } catch(SQLException ex) {
                System.err.println("SQLException: " + ex.getMessage());
    }error:
    C:\Vogtmann\java\aewcode\datenbank>java CreateCoffees
    test1
    test2
    SQLException: [Microsoft][ODBC Driver Manager] Datenquellenname nicht gefunden und kein Standardtreiber angegeben

    Hello vadim,
    and thanks for your answer.
    Try to use datasources(ODBC) tool
    in the system tools to describe data
    source(driver connection to the database in file).Sorry, i can't understand what it meens. I am trying under System/ODBC-database(32-bit) to do something but don't know how to hanlde this microsoft-window.
    Does somebody can lead my through that miracle-window, or does somebody know a description with example?
    thats what i tried:
    open:System/ODBC-database(32-bit)
    file-dns:add
    chose-driver:?(i tried SQL server and ODBC oracle)
    window say than no connection possile
    Well i keep on trying.
    Richard

  • EAP-TLS + CA MICROSOFT + ACS 3.2 APPLIANCE = Problem

    I have a Wireless Lan platform composed by equipment Access Points Cisco 1100 with ACS 3,1 and CA Microsoft.The security scheme is EAP-TLS (certificates).This architecture was completely functional. The problem took place when replacing the ACS 3,1 by the ACS 3,2 APPLIANCE, for which new certificates they were emitted by the CA of the infrastructure. The problem appears when a wireless client tries to connect to the wireless network,without obtaining the objective ,being in a state of "trying to authenticate" in networks adapters, in addition the ACS Logs appear the following message "NAS duplicated authentication attempt".
    If somebody knows the reason of this problem, can be contacted to my mail ([email protected]).

    A hint i could give you that in such a scenario you need an Trusted boundary between the ACS Appliance and the MS AD/PDC. This we be realized trough an PC/Host who is a regitered member or user of the AD/PDC. This relay Computer then communicates with the MS CA. The SW that Cisco Provides is the Cisco Secure ACS Agent. Hope this helps as we found the same problem in leap authentication as the ACS Appliance could not be set into a AD/PDC Domain. This has to be realized trough this smal piece of SW installed on an PC/Host etc. wich is a active AD/PDC Member.

  • I need help, I got a download problem!

    Hello there!
    I just bought a used MacBook a few days ago. It is about one year old and pretty used. Evrything seemed to work fine, untill I wanted to download something with my Firefox. The download started but then jusr stopped just before it was done. I tried again and again and again, it just didnt finish. I tried the same download in Safari, same problem. I thought I need an update maybe, so I tried to download the updates, but the just stopped too. I did manage to download some smal files now and then, and I did get iTunes without any problems. But mostly they just stop. Same thing if I try to stream a movie from youtube, it loads for some time, then just stops.
    I have reinstalled the OS X once, and the problem is still there. Somebody got a solution, this is realy bothering me right now.

    At this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 5 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.

  • Creating forms having problem with speed

    OK maybe this jsut isn't possible.
    In am creating a form from a .doc file It is a physicians patient management form. First, this thing isn't small. it's 22 pages and ubelievably large amounts of entry fields.
    I had to do a bunhc, but one data set bothered me so i left it for last.... now.. yuck.
    This is simply a table. on the left is a column for dates. ech row is a new date. each column is a different item. In the boxes there is a plus or minus sign on the doc. So i figured the best replacement would be a radio group. 2 each for each entry.
    Here's the problem. That's 14 columns and 20 rows. ech column has two radio buttons. so we're talking 560 buttons. I'm not even half way through and it's slowing down so bad I am constantly crashing and can't manage this. I have in the neighborhood of 250. now, the only logical way i could figure to do this quickly was to make a set. I can't use a default size because the form is oddly built. i have to use very smal radio buttons. Instead of plus minus I'm coloring them red/green. I created two buttons, so one group. but i can't figure out how to duplicate and increment that set. i tried holding the control button when copying then hitting the '+' key but it did not increment. it left two new radio buttons in the same group. couldn't figure out wht to do so i just built it all off that one set of buttons, and am trying to go back in and rename each set to make them unique. but it is SO slow and unmangeable I can't get through it. not even half way and it take around 45 seconds to 1 minute to complete the copying, another 30 to 45 seconds to bring up the property box (PER BUTTON) and then another 20 seconds to finish when i manually increment the groups.
    there has to be a better way than this. can anyone give me a recommendation? i'm attaching a pic of some of the fields so you can see what i was trying to do but this just isn't going to work. i even extracted just this page from the worksheet, and it doesn't make a diff. there are so many buttons it's killing it. But this can;'t be that unusual, i could do this in 10 minutes in html. there has to be a good way to do it with a pdf?
    any help is greatly appreciated

    Hi,
    You should post your question on the Adobe Acrobat Forms forum:
    http://forums.adobe.com/community/acrobat/forms
    Regards,
    Brian

Maybe you are looking for

  • Why do I have 200 GB of "backup" on my main hard drive?  Any how can I find and erase them?

    I have a MBP that was recently subjected to some liquid damage and taken in for repair.  While it was being repaired, I purchased a second MBP.  My newest MBP is now my personal laptop, and I'm converting the old one over to a work laptop.  In that p

  • A problem with packages...

    Hi, I have just started learning how to create packages. I think I have the directory structure correct and I know I hav eplaced the correct class file in the correct place...but when I try to compile another class (one which uses the class I placed

  • How to configure my extender if im on the pay-as-you go plan

    I purchased a samsung extender. It says on the page and in the manual to setup myself as a priority on my extender. After a number of discussions with support I was told that as a pay-as-you-go client *I CANNOT SET MYSELF AS A PRIORITY* on my extende

  • SAP GUI Roll Out Best Practice

    I was wondering what is the best practice for rolling out a new SAP GUI. My plan is to upgrade our IT Department, and Super Users with the upgraded GUI and see if any errors/problems occur. If I don't have any major issues I would roll out to the Use

  • Pl. provide ABAP logic

    Can any body help me in providing the logic (ABAP logic-infopackage) for extracting data for 6th month considering sydatum. Logic should be on Caday. Example: If I am executing I/P today i.e. 13.01.2012, I should get the data of 01.06.2011 to 30.06.2