Running without an IDE

I have wrote and compiled a program, how do I get this to run from the command line?

Your First Cup of Java

Similar Messages

  • ADF basic application without any IDE

    Hi,
    I want to create a very simple page using ADF but without JDeveloper or any other IDE (not even eclipse).
    Later i want to deploy the same to tomcat server. As we can do using servlets or JSF.
    Is it possible to create all directory structures and files manually using simple notepad and then run that ADF application from tomcat server?
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    For clarification on what exactly happens behind the scene while using JDeveloper, i just want to create a simple search page but without any IDE.
    Simply by creating folder structures and files manually and later deploy the same on my local tomcat server.
    I did that while learning JSF as well: http://java2apps2fusion.in/creating-first-jsf-application-without-using-any-ide/
    This is exactly what i want but in ADF.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I believe I have implemented it correctly but I am not receiving the notifications on my phone. I have an ad hoc provisioning profile set up.  I have the device token from the phone through NSLOG to console. I have the dot net code running without errors.

    I believe I have implemented it correctly but I am not receiving the notifications on my phone. I have an ad hoc provisioning profile set up.  I have the device token from the phone through NSLOG to console. I have the dot net code running without errors.The notifications just don’t appear.
    Any ideas where I am going wrong?

    IMAP account access by itself does not provide for syncing contacts, calendar events, and notes or anything over the air. This is possible with an Exchange account accessed via ActiveSync with the Exchange Server.
    If your company email account is an Exchange Account, your company's IT Dept. has enabled IMAP account access for your Exchange account on the Exchange server?
    If an Exchange account, the IT Dept. must have ActiveSync enabled for your account on the Exchange Server to create and access the account as an Exchange account which provides Push access for received messages, and over the air syncing for contacts and calendar events with the Exchange Server.

  • HT3576 When I pull the notification screen down after about 5 seconds the screen goes black and then the apple appears for about 30 seconds and then returns to the home screen, this is an iPhone 4 running ios7 , any ideas??

    When I pull the notification screen down after about 5 seconds the screen goes black and then the apple appears for about 30 seconds and then returns to the home screen, this is an iPhone 4 running ios7 , any ideas??

    One problem though, the top button on my phone is jammed so i cant power off the phone, anyway of resetting the phone without using the top button ?

  • Trying to install visual studio on my mac and it is freezing during the install and I have to reboot, I have run out of ideas as to why it will not install. amy help with this would be greatly appreciated

    Trying to install visual studio on my mac and it is freezing during the install and I have to reboot, I have run out of ideas as to why it will not install. amy help with this would be greatly appreciated

    maybe something is wrong with your install or your computers hardware as in a periodic defect
    or the cd is dodgy
    installed
    vs express 2013 for desktop
    vs express 2013 for windows (metro)
    vs express for windows phone
    on my windows 8.1 think I installed them when I was still using win8 though
    without problems
    when the same bootcamp partition was windows 7 ultimate 64bit
    I was running
    vs 2010 pro
    and vs 2008 (for winCE)
    without problems

  • Sample production run without bom,routing

    at our client place we have a scenario where we will run sample production (before real production run) without creating bom/routing for the material...
    someone suggested we use finance internal order and then post the material documents in migo against that internal order and labor costs in kb21n..
    is this the only easiest way for this kind of scenario? or do you have any other ideas?

    Hi Swatghi Rege,
    You can create a production order without Routing and without BOM by creating a new order type.
    To be able to create an order without Routing: Change the Config in OPL8 ( order type dependent parameters) as routing optional.
    To be able to create the Order without the BOM you will need to:
    - Configure a new BOM Application. This can be done in tcode OS30.
    - Create a BOM ID in T-code OS31 with BOM Usage as Production.
    - Assign this BOM ID in BOM Application.
    - In the ID maintain a BOM alone without any items.
    - Finally in OPL8, you need to assign the new BOM Application for your Order type.
    Thansk and Regards,
    Mariano

  • HT4759 can sign into icloud but won`t let me in . says wont open because of long running script . any ideas

    Can sign into icloud but wont let me in . says wont open due to lond running script . any ideas thanks

    Restart your PC and try again.

  • MRP run without one storage location

    Dear All,
    My client's requirement is they need to run MRP on plant level without considering one storage location stock
    e.g if a material is having stock of 10 in unrestricted with storage location 1104. Now when mrp is run for 100 quantity planned order is created for 90 only planning strategy is 40....they want the MRP should not consider the stock in storage location 1104.....how this can be made possibe?
    Please Suggest...
    Regards,
    Pawan Shetty

    Dear all,
    Pl. help me which user exit implemented  for MRP RUN without Storage location ,b'coz. from slandered setting we are not able to  do the same
    Regards
    Sandeep

  • REP-1401: 'no_daysformula':Fatal PL/SQL error occured. ora-06503: PL/SQL : Functio returned without value. REP-0619: You cannot run without a layout.

    Hi everyone.
    Can anyone tell me what is wrong in this code below?
    Code:
    function NO_DAYSFormula return Number is
    begin
      IF TO_CHAR(TO_DATE(:P_FR_DT, 'DD-MM-RRRR'), 'RRRR') =TO_CHAR(TO_DATE(:ACCT_OPN_DT, 'DD-MM-RRRR'), 'RRRR')
      AND :P_TO_DT<:MATURITY_DATE
      AND :ACCT_OPN_DT>:P_FR_DT
      THEN RETURN (:P_TO_DT-:ACCT_OPN_DT+1);
      ELSIF TO_CHAR(TO_DATE(:P_FR_DT, 'DD-MM-RRRR'), 'RRRR') =TO_CHAR(TO_DATE(:ACCT_OPN_DT, 'DD-MM-RRRR'), 'RRRR')
      AND :P_TO_DT<:MATURITY_DATE
      AND :ACCT_OPN_DT<:P_FR_DT
      THEN RETURN (:P_FR_DT-:P_TO_DT+1);
      ELSIF TO_CHAR(TO_DATE(:P_FR_DT, 'DD-MM-RRRR'), 'RRRR') =TO_CHAR(TO_DATE(:ACCT_OPN_DT, 'DD-MM-RRRR'), 'RRRR')
       AND :P_TO_DT>:MATURITY_DATE
       AND :ACCT_OPN_DT<:P_FR_DT
      THEN RETURN (:P_FR_DT-:MATURITY_DATE+1);
      END IF;
    END;
    It gets compiled successfully but when i run the report, i get 2 errors.
    Error 1:
    REP-1401: 'no_daysformula':Fatal PL/SQL error occurred.
    ora-06503: PL/SQL : Function returned without value.
    Error 2:
    REP-0619: You cannot run without a layout.
    Should i use only 1 return statement?
    Can i use as many return statements as i want?
    What is the exact mistake? Please let me know.
    Thank You.

    Let me clear you the first thing...
    If you get any fatal errors while running the report (e.g., function returned without value,no value etc.,) the report will show
    REP-0619: You cannot run without a layout.
    So you just correct the function 'no_daysformula' .
    First of all you run the report without that formula column.
    If it works fine then , Check the return value of your formula column (Your formula column properties --> Return value --> value (It will be DATE as i think so).
    As function will always return a single value, Check your formula 'no_daysformula' returns the same.
    declare a return variable say for example..
    DECLARE
    V_DATE DATE;
    BEGIN
    --YOUR CODE---
    RETURN V_DATE := (RETURN VALUE)
    END;
    Last but not least ... use Else condition to return (NULL or any value ) in your code and check..
    If any Problem persists let me know
    Regards,
    Soofi.

  • Error when run without admin rights

    I created a program that need to be run on a companies computers, the people who will run it can't have admin rights, however, if the program is run without admin rights all it does is create an error txt file, with the following:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x03109c30, pid=3852, tid=3896
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode, sharing)
    # Problematic frame:
    # C [GrFinger.dll+0x79c30]
    --------------- T H R E A D ---------------
    Current thread (0x00a6fdc0): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=3896]
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000004
    Registers:
    EAX=0x03114a90, EBX=0x00000003, ECX=0x00000000, EDX=0x00000000
    ESP=0x02faf7c8, EBP=0x02faf82c, ESI=0x058c9ac0, EDI=0x058b0bb0
    EIP=0x03109c30, EFLAGS=0x00010206
    Top of Stack: (sp=0x02faf7c8)
    0x02faf7c8: 0309515b 058b0bdc 030941fb 058b0bb0
    0x02faf7d8: 00a6fdc0 26acc138 058b0bb0 02fafb64
    0x02faf7e8: 0310b658 00000000 030939e8 26acc138
    0x02faf7f8: 03093e61 00000001 10001236 00a7832f
    0x02faf808: 00a6fe80 02faf83c 02faf810 26acc138
    0x02faf818: 02faf83c 26acd468 00000000 26acc138
    0x02faf828: 02faf83c 02faf85c 00a72a8f 00000000
    0x02faf838: 00a76509 22a76ed8 02faf840 26aca43b
    Instructions: (pc=0x03109c30)
    0x03109c20: 8b 41 08 50 ff 15 90 d0 10 03 c3 cc cc cc cc cc
    0x03109c30: c6 41 04 01 c3 cc cc cc cc cc cc cc cc cc cc cc
    Stack: [0x02f70000,0x02fb0000), sp=0x02faf7c8, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [GrFinger.dll+0x79c30]
    j com.griaule.grFinger.GrFinger.finalizeCapture()V+3
    j salvationarmy.TemplateList.setup()V+198
    j salvationarmy.TemplateList.<init>(Lcom/griaule/grFinger/GrFinger;Lcom/griaule/grFinger/Context;)V+59
    j salvationarmy.LoginProgram.<init>()V+87
    j salvationarmy.LoginProgram$20.run()V+4
    j java.awt.event.InvocationEvent.dispatch()V+47
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+26
    j java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+233
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x86e84]
    V [jvm.dll+0xddead]
    V [jvm.dll+0x86d55]
    V [jvm.dll+0x86ab2]
    V [jvm.dll+0xa16b2]
    V [jvm.dll+0x10f4ac]
    V [jvm.dll+0x10f47a]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.griaule.grFinger.GrFingerNative.GrCapFinalize_native()I+0
    j com.griaule.grFinger.GrFinger.finalizeCapture()V+3
    j salvationarmy.TemplateList.setup()V+198
    j salvationarmy.TemplateList.<init>(Lcom/griaule/grFinger/GrFinger;Lcom/griaule/grFinger/Context;)V+59
    j salvationarmy.LoginProgram.<init>()V+87
    j salvationarmy.LoginProgram$20.run()V+4
    j java.awt.event.InvocationEvent.dispatch()V+47
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+26
    j java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+233
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x02cb9850 JavaThread "Thread-3" [_thread_in_native, id=3916]
    0x02c48748 JavaThread "Timer-0" [_thread_blocked, id=3908]
    0x02c41d98 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3912]
    0x00355ed0 JavaThread "DestroyJavaVM" [_thread_blocked, id=3836]
    =>0x00a6fdc0 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=3896]
    0x00a6e9b8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3892]
    0x00a6e4c8 JavaThread "AWT-Shutdown" [_thread_blocked, id=3888]
    0x00a0b048 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3884]
    0x00a09cc0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3876]
    0x00a08f78 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3872]
    0x00a03ff8 JavaThread "Finalizer" daemon [_thread_blocked, id=3864]
    0x0035fb30 JavaThread "Reference Handler" daemon [_thread_blocked, id=3868]
    Other Threads:
    0x009d8a08 VMThread [id=3856]
    0x00a0c390 WatcherThread [id=3880]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 323K [0x22a70000, 0x22b10000, 0x22f50000)
    eden space 512K, 50% used [0x22a70000, 0x22ab0f08, 0x22af0000)
    from space 64K, 99% used [0x22b00000, 0x22b0fff8, 0x22b10000)
    to space 64K, 0% used [0x22af0000, 0x22af0000, 0x22b00000)
    tenured generation total 1408K, used 836K [0x22f50000, 0x230b0000, 0x26a70000)
    the space 1408K, 59% used [0x22f50000, 0x23021100, 0x23021200, 0x230b0000)
    compacting perm gen total 8192K, used 821K [0x26a70000, 0x27270000, 0x2aa70000)
    the space 8192K, 10% used [0x26a70000, 0x26b3d748, 0x26b3d800, 0x27270000)
    ro space 8192K, 63% used [0x2aa70000, 0x2af7d608, 0x2af7d800, 0x2b270000)
    rw space 12288K, 46% used [0x2b270000, 0x2b810608, 0x2b810800, 0x2be70000)
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d6c0000 - 0x6d85b000      C:\Program Files\Java\jre1.5.0_08\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_08\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d690000 - 0x6d69c000      C:\Program Files\Java\jre1.5.0_08\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_08\bin\java.dll
    0x6d6b0000 - 0x6d6bf000      C:\Program Files\Java\jre1.5.0_08\bin\zip.dll
    0x6d000000 - 0x6d169000      C:\Program Files\Java\jre1.5.0_08\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x6d240000 - 0x6d27f000      C:\Program Files\Java\jre1.5.0_08\bin\fontmanager.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\shell32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_08\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_08\bin\nio.dll
    0x10000000 - 0x1000e000      C:\Program Files\Griaule\GrFinger 4.1 FREE\bin\GrFingerJava.dll
    0x03090000 - 0x03697000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\GrFinger.dll
    0x76780000 - 0x76789000      C:\WINDOWS\system32\SHFOLDER.dll
    0x036a0000 - 0x036bd000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpFpFns.dll
    0x036c0000 - 0x036ca000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpDevDat.dll
    0x036d0000 - 0x036f6000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpDevClt.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x03700000 - 0x03775000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpFtrEx.dll
    0x03780000 - 0x037de000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpMatch.dll
    0x03810000 - 0x03917000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\BioNetAcsDLL.dll
    0x03920000 - 0x0396d000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\USB4XX.DLL
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x037e0000 - 0x037f5000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\pthreadVC2.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\WSOCK32.dll
    0x6d370000 - 0x6d37d000      C:\Program Files\Java\jre1.5.0_08\bin\JdbcOdbc.dll
    0x74320000 - 0x7435d000      C:\WINDOWS\system32\ODBC32.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x20000000 - 0x20017000      C:\WINDOWS\system32\odbcint.dll
    0x4dd40000 - 0x4dd84000      C:\WINDOWS\system32\odbcjt32.dll
    0x1b000000 - 0x1b170000      C:\WINDOWS\system32\msjet40.dll
    0x1b5d0000 - 0x1b665000      C:\WINDOWS\system32\mswstr10.dll
    0x5d130000 - 0x5d13e000      C:\WINDOWS\system32\odbcji32.dll
    0x1b2c0000 - 0x1b2cd000      C:\WINDOWS\system32\msjter40.dll
    0x1b2d0000 - 0x1b2f6000      C:\WINDOWS\system32\MSJINT40.DLL
    0x5fe80000 - 0x5fe9b000      C:\WINDOWS\system32\odbccp32.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x1b810000 - 0x1b84a000      C:\WINDOWS\system32\msjtes40.dll
    0x0f9a0000 - 0x0f9ab000      C:\WINDOWS\system32\VBAJET32.DLL
    0x0f9c0000 - 0x0fa22000      C:\WINDOWS\system32\expsrv.dll
    0x0cd90000 - 0x0cda1000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\fplib.dll
    0x76c30000 - 0x76c5e000      C:\WINDOWS\system32\WINTRUST.dll
    0x77a80000 - 0x77b14000      C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINDOWS\system32\MSASN1.dll
    0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x0cec0000 - 0x0ceed000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\extdllR.dll
    0x0d000000 - 0x0d03a000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\vrfdllR.dll
    VM Arguments:
    java_command: C:\Community Center\SalvationArmy.jar
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Symantec\pcAnywhere\;C:\PROGRA~1\Griaule\GRFING~1.1FR\bin
    USERNAME=mackd
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 (cores per cpu 1, threads per core 2) family 15 model 4 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
    Memory: 4k page, physical 514792k(227580k free), swap 1255496k(937260k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_08-b03) for windows-x86, built on Jul 26 2006 01:10:50 by "java_re" with MS VC++ 6.0
    Help!
    GrFinger is an SDK put out by Grauile (or something like that) just seach grfinger in google, you'll find it.
    Thanks

    Don't you think you should really contact Grauile ?
    They wrote the software, including the native DLL libraries, and probably encountered this problem before on dual processor machines.

  • How do I build an application that will run without being installed?

    I have seen some of the prior posts on trying to do this, but most of them were older, so I'll ask:
    Using 7.1, how do I build an application that will run without having to install the runtime engine? I have a client that wants to run serial port monitoring VIs to watch some custom hardware we built for him. His IT dept. won't let him install anything. If I could make this VI run off of a USB thumb drive without needing anything installed on the system it would be ideal. Space is not a problem, so I could include any runtime files needed. Can anyone tell me how to do this?
    Thanks

    Under what operating system was it running under back in the 90's when it was working?
    I think that starting with NT platforms (applies to 2000 and XP, but not 9x) the hardware abstraction layer (HAL) prevented direct I/O to serial ports. Serial port related code that ran fine on 3.x and 9x would not run under NT platforms without modification.
    Just some food for thought, do not know if it applies to your situation.
    Good Luck
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • TS1717 data executiion prevention keeps closing my itunes,but itunes wont run without it.help !

    data execution protection keeps closing my itunes on my sony vaio.also get the messge c:\windows\system32softpub.dll.tried turning of the DEP but itunes wont run without it.no problems with any other programs.any thoughts

    Taken at face value, you're having trouble with a Windows operating system file there.
    Perhaps try an sfc /scannow. For instructions, see the following Microsoft document:
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7

  • Automatic Payment run without Bank Ranking order

    Dear Experts,
    I want to excute the Automatic Payment run without assigning the Bank ranking order in OBVCU, means that when I run the APP it should pay from the House Bank entered in the Vendor master data under the Automatic payment transactions. In my case House Bank is the Bank Account.
    Details of the data in Vendor master are;
    Payment methods: C
    House Bank:   Given
    Details of BVCU are;
    Ranking Order: Not entered
    Bank Accounts: Entered
    Available Amounts: Entered
    When I execute the APP, it puts the payment in exception list in the proposal.
    Any help will be much appreciated, thanks.

    Hi
    As per my understaning there will be no impact . Vendor Master data always have priority.
    so maintain ranking order and vendor master also woth aprropriate House Bank and Account ID
    Thanks
    Manoj J

  • How can i copy a dbx executable to other machine to run without installion

    How can i copy a dbx executable to other machine to run without installion whole workshop
    packet??? how to generate a configuration for dbx alone???
    thanks

    Hi, thanks for you help.
    actually, I have once copied dbx to other machine. certainlly, it needs a license. But when I copied
    a license file from the directory /opt/SUNWspro/license-dir/ of machine that installed Workshop
    to another machine that i want to run dbx. dbx starts correctly. but when i type
    $ dbx ipCentrex
    it prints following message:
    dbx: warning: cannot find global initialization file: dbxrc
    /opt/wacos/./.dbxrc[1]: syntax error
    dbx: installation problem, can't find help file: ./SUNW_SPRO_Dbx_help.info
    _find_executable: not found
    To suppress this message, add the following line to your .dbxrc file:
    dbxenv suppress_startup_message 6.2
    Reading ipCentrex
    dbx: warning: setuid program exec()ed. Reattaching
    There might be too many LWP's in this process.
    See `help dbxenv' under mt_scalable.
    dbx: Cannot open lwpstatus.
    dbx: warning: process initialization failed
    dbx: warning: can't find file "/opt/wacos/server/feature_server/bin/obj/ipCentre
    x/ipcentrex_main.o"
    dbx: warning: see `help finding-files'
    when it says that has errors in .dbxrc file, I can remove this file. But the critical error is why it says
    too mamy LWP's in this process? when I debug it at a machine that installed workshop, this error not occurs.
    anyone have answer?

  • My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    Make sure you are using the correct user name / password.
    https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can
    https://support.mozilla.org/en-US/kb/secure-connection-failed-error-message

Maybe you are looking for