Detecting launcher (java.exe vs javaw.exe)?

I found myself wondering this morning if one could and how if one could one would detect if the launcher of a particular main(...) were java.exe or javaw.exe programatically. Or by extension could one detect if Swing interfaces were supported.
Consider that one had an application that could be launched from a command line or could be launched as a Swing windowed application. If there was a problem during startup the launcher (or if Swing was supported at the moment) might just be a relevant question when trying to give meaning full information back to the user. Trying to display information in (for example) a JOptionPane would be useless if the current environment didn't support it, and likewise if the launcher was javaw.exe sending the output to System.out or System.err would never be visible to the user.
Spitting out the System.properties yielded some interesting and useful information, but nothing that just screamed at me, "Use me to determine where to send the output."
Thoughts comments or suggestions?
Thanks in advance,
PS.

I thought headless was supposed to handle this?
http://java.sun.com/developer/technicalArticles/J2SE/Desktop/headless/
When your app was run in javaw or java on Windows,
either way your app IS allowed to open a graphical window.
So you cannot tell which way it is.
But if your app is run from the server, or via some nongraphical connection
to a UNIX machine, then supposedly headless would be true.
And you can test for that.

Similar Messages

  • Console window doesn't show on second start of java.exe

    I am building restart capability into my product.
    When the product is started for the first time, it is started through a Windows EXE using a ShellExecuteEx method. I simply launch "java.exe" with my classpath, etc. My Windows console window shows up and I am happy.
    When a do a restart of the app, I am inside of the original JVM. I have access to the exact same commandline that I used in the EXE to launch "java.exe" originally.
    With the restart, I simply call Runtime.getRuntime().exec(commandline) and pass in the exact same commandline that I passed in when I did this in the EXE. However, when I do this from within the JVM, I do not get my Windows console window. This is not good.
    Does anybody understandn what is going on here and how I can remedy this?
    Thanks in advance for your help!

    I'm not sure what is happening in your case.
    Do the images initially show in "Tools > Page Info > Media" or is that always with size 0px?
    Quote: ''but if i click on same link second time than size gets right and image is shown under preview box.''
    Is that with clicking on the web page?
    Can you load the images via the links that you see in "Tools > Page Info > Media" without any problems?
    Do you see the request for those images in the Network tab in the Web Console (Firefox/Tools > Web Developer) and what is the server response in that case?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to make jar files run using java.exe and not javaw.exe

    Hi ,
    I am developing a project in which there is an GUI which inturn will call a console . I have made it into an jar file now.
    Here comes the problem. When i run the jar files , i don't get a console. While going through this forum, i came to know that jar runs using javaw.exe and this stops it from bring the console up.
    Please suggest me a way of running the jar file through java.exe or any other method by which i can get an new console poping up.
    PS : i cannot start the application itself in a system console , because the Console mode is an added feature and it is not to be displayed every time but only when the user intends to.

    Thanks for the reply pbrockway2. But i think, i was not able to convey my problem properly.
    I am supposed to start my application in a GUI mode ( No console are should be present at this point of time). Within the GUI , i have a option for working in the console ( i.e if console is choosen, then i start giving my output and take inputs from the console. I am trying to do this by just calling the "System.out "and "System.in" methods. )
    Here is the problem. As i have started it through " jar " it would not have a associated console with it.
    PS: i cannot have launching .bat file because that would result in my application having a console displayed at the very start of the application. I want the console to be displayed only when the user wants to start in console mode.
    Please suggest me some ways of doing this. Can i create a console from my java program and then exit it.

  • Why cant java.exe or javaw find the "main" function?

    I have compiled and run programs a few times without any problems. Then on my last project, the program complied fine, but when I tried to run it, I got the error with java.exe:
    Exception in thread "main" java.lang.NoClassDefFoundError: myprogram
    When I ran it with javaw.exe, I got the error:
    Could not find the main class. Program will exit!
    I have looked over my code again and again to see if I made any mistakes that I am missing, but cannot find any. I have tried reinstalling everything (I am using Java 2 Standard Edition 1.4.1 02, if it makes a difference). And I even did a simple test program and got the same error. The program is:
    public class test
    static void main( String args[] )
    System.out.println("I found the main class");
    Does anyone have any suggestions as to the cause of this error and how to fix it?

    Does anyone have any suggestions as to the cause of
    this error and how to fix it?try renaming your source file to be Test.java
    modify content to be:public class Test {
    public static void main(String[] args) {
      System.out.println("it works fine now");
    }and then compile it with command javac Test.java and run whit command java Test
    BTW. you said you had error:
    Exception in thread "main" java.lang.NoClassDefFoundError: myprogram
    that refers to problem that you're trying to execute program myprogram but your source sait its name was test.

  • Memory grows in javaw.exe but not in java.exe process

    Hi,
    I'm testing some heavy emoticons(most of them are animated). Emoticons are shown in a popmenu, each emoticon is inside a JLabel with borders that are draw on mouse over. These JLabels are in a GridLayout.
    The test itself consists in pressing repeatly on a button that opens the popupmenu with emoticons many times.
    I noticed that this test, as a webstart app process (javaw.exe), makes the memory grow continously until someone (SO or JVM) thinks its time to free the mem.
    As a standalone app process (java.exe), mem does not grow - ok it grow about 3 MB and stabilizes
    Is there some good reason for this to happen?
    Thanks
    Edited by: maxupixu on Jul 1, 2010 7:30 AM
    Edited by: maxupixu on Jul 1, 2010 7:45 AM

    Hello,
    Metalink says that the OS is ok.
    But now i have found a workaround . I used the installer
    from the Oracle Designer patch 10.1.2.2 with the products.xml from the Oracle
    Developer Suite 10.1.2.0.2. The installation cancels at the end. Doesn't
    matter. I continue with the installation of the Oracle Designer patch 10.1.2.2.
    The installation is terminating successful, i correct the tnsnames.ora and the
    Designer is running.
    No award of beauty - but useable as a workaround.
    Greetings
    J. Häffner

  • Please let me know if Java.exe and Javaw.exe is embedded in Oracle.

    What versions of Java.exe or Javaw.exe is embedded in Oracle. If java executables are embedded, then please inform what versions of Oracle have Java executables embedded.

    >
    What versions of Java.exe or Javaw.exe is embedded in Oracle. If java executables are embedded, then please inform what versions of Oracle have Java executables embedded.
    >
    Oracle 11.1+ includes AND REQUIRES Java 1.5.
    Oracle 11g requires version 1.5 and you CANNOT update the version. Any attempt to do so can possibly corrupt your Oracle version and will prevent Oracle from working properly.
    Note that also means you cannot load Java source or class files into Oracle that use functionality from Java 1.6+.
    See the Java Developer's Guide
    http://docs.oracle.com/cd/E11882_01/java.112/e10588/chone.htm
    >
    Feature List of Oracle JVM
    Table 1-1 lists the features of Oracle JVM and the versions in which they were first supported.
    Table 1-1 Feature List of Oracle JVM
    Feature Supported Since Oracle JVM Release
    JDK 1.5 support
    11.1

  • Force jar to run through java.exe not javaw.exe

    Hi,I am programming using eclipse 3.5.1 when i try to export my project as a single jar file it always runs through javaw.exe
    even if its a console app the problem is that sometimes i want it to run through java.exe without having to write the annoying batch file (java -jar "appname.jar") which will only probably run under windows, is there a way around this that would force the jar file to run automatically in console mode?

    803038 wrote:
    Hi,I am programming using eclipse 3.5.1 when i try to export my project as a single jar file it always runs through javaw.exe
    even if its a console app the problem is that sometimes i want it to run through java.exe without having to write the annoying batch file (java -jar "appname.jar") which will only probably run under windows, is there a way around this that would force the jar file to run automatically in console mode?Windows, not java, has file associations which specify what happens to certain files when someone double clicks on it.
    You have one extension which you want to run two different ways. That of course isn't possible.
    You could write a wrapper that spawns a console via Runtime.exec. Then your console apps would be wrapped in that.

  • Kaspersky vs Java.exe detected as virus - Need help!

    Hi,
    Just installed yesterday Kaspersky Internet Security 2009 on my VISTA Ultimate 32 bits laptop. After doing a complete analysis, it reported out of a total of 3 the following threats:
    c:\windows\system32\java.exe
    c:\Program Files\Java\jre1.6.0\bin\java.exe
    What can I do with these?
    Honestly, I don't know really as I'm far from being an expert with JAVA.
    In conclusion, what do I do with these 2 files? Here is an item I could find from my VISTA "programs install/uninstall" window:
    "JAVA(TM) SE Runtime Environment 6"
    To solve my threat warnings:
    - do I need to update this to a newer version? If so how?
    - put files to quarantine as they suggest?
    - do anything else?
    Thanks in advance for help!

    Hi,
    I solved this problem by doing as following:
    - first uninstall JAVA Runtime which was already installed in VISTA
    - Next Install last runtime SE Version
    "Java SE Runtime Environment 6u7".
    - Went to http://java.sun.com/javase/downloads/index.jsp
    - Created myself a user account
    - From page, downloaded runtime "Java Runtime Environment (JRE) 6 Update 7"
    - Installed it
    - When I then checked errors from Kaspersky, no more regarding JAVA.

  • Java.exe (j2re1.4.0) can't init C:\WINNT\system32\DDRAW.dll

    Our app is running on jre 1.3.1_01. When we try j2re 1.4.0 we get the following dialog:
    java.exe - DLL Initialization Failed
    Initialization of the dynamic link library C:\WINNT\System32\ddraw.dll failed. The process is terminating abnormally.
    It occurs when the application attempts to paint the splash screen for our server application. It also occurs with our client GUI.
    This is the same for 6 different machines running Windows NT 4.0 service packs 5 and 6.
    I don't want to make this a bug yet because it seems to work on my laptop with exactly the same software. We have sync'd the environment and verified the classpaths.

    I've seen potentially related problems on NT4-SP6a with J2RE 1.4.2_01. I did not get the "can't init" error that you are discussing, but I have seen other problems related to "ddraw.dll". When I run Swing applications that use viewports, scrolling causes very bad repainting problems. I think this is related to "ddraw.dll" because of the "BIT_BLIT" optimization for repainting.
    Also, when I ran the Java application after running some other sequence of applications (I have not been able to duplicate the startup sequence), Java crashed with the message below rather than repainting poorly. This crash was repeatable -- I repeated it four times with identical exception traces. The stack trace indicates that the failure is in "blitWindowGraphics", and the problem was detected inside of "ddraw.dll".
    I'm including this in this thred in the hopes that somebody can find a thread of commonality and fix the root cause of these "ddraw.dll" problems.
    NOTE: I have not found a workaround to the problems I'm having --- I cannot run Java GUI applications on this PC.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77132F58
    Function=DllCanUnloadNow+0x665
    Library=C:\WINNT\System32\ddraw.dll
    Current Java thread:
         at sun.awt.windows.Win32Renderer.devCopyArea(Native Method)
         at sun.awt.windows.Win32SurfaceData.copyArea(Unknown Source)
         at sun.java2d.SunGraphics2D.copyArea(Unknown Source)
         at javax.swing.JViewport.blitWindowGraphics(Unknown Source)
         at javax.swing.JViewport.blitDoubleBuffered(Unknown Source)
         at javax.swing.JViewport.windowBlitPaint(Unknown Source)
         at javax.swing.JViewport.setViewPosition(Unknown Source)
         at com.sun.javaws.ui.general.GeneralUtilities$4.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog.show(Unknown Source)
         at com.sun.javaws.ui.general.GeneralUtilities.showAboutDialog(Unknown Source)
         at com.sun.javaws.ui.player.Player$13.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00407000      D:\jre\j2re1.4.2_01\bin\javaw.exe
    0x77F60000 - 0x77FBE000      C:\WINNT\System32\ntdll.dll
    0x77DC0000 - 0x77DFF000      C:\WINNT\system32\ADVAPI32.dll
    0x77F00000 - 0x77F5E000      C:\WINNT\system32\KERNEL32.dll
    0x77E70000 - 0x77EC5000      C:\WINNT\system32\USER32.dll
    0x77ED0000 - 0x77EFC000      C:\WINNT\system32\GDI32.dll
    0x77E10000 - 0x77E67000      C:\WINNT\system32\RPCRT4.dll
    0x78000000 - 0x78040000      C:\WINNT\system32\MSVCRT.dll
    0x08000000 - 0x08136000      D:\jre\j2re1.4.2_01\bin\client\jvm.dll
    0x77FD0000 - 0x77FFA000      C:\WINNT\System32\WINMM.dll
    0x77FC0000 - 0x77FC8000      C:\WINNT\System32\mmdrv.dll
    0x74BD0000 - 0x74BE7000      C:\WINNT\System32\SNDBLST.DLL
    0x716F0000 - 0x7177A000      C:\WINNT\system32\COMCTL32.dll
    0x10000000 - 0x10007000      D:\jre\j2re1.4.2_01\bin\hpi.dll
    0x00910000 - 0x0091E000      D:\jre\j2re1.4.2_01\bin\verify.dll
    0x00920000 - 0x00938000      D:\jre\j2re1.4.2_01\bin\java.dll
    0x00940000 - 0x0094D000      D:\jre\j2re1.4.2_01\bin\zip.dll
    0x18270000 - 0x1837F000      D:\jre\j2re1.4.2_01\bin\awt.dll
    0x77C00000 - 0x77C18000      C:\WINNT\System32\WINSPOOL.DRV
    0x76AB0000 - 0x76AB5000      C:\WINNT\System32\IMM32.dll
    0x77B20000 - 0x77BD1000      C:\WINNT\system32\ole32.dll
    0x18380000 - 0x183D0000      D:\jre\j2re1.4.2_01\bin\fontmanager.dll
    0x77130000 - 0x77156000      C:\WINNT\System32\ddraw.dll
    0x18650000 - 0x1865A000      D:\jre\j2re1.4.2_01\javaws\javawspl.dll
    0x77C40000 - 0x77D7C000      C:\WINNT\system32\SHELL32.dll
    0x18C40000 - 0x18C5E000      D:\jre\j2re1.4.2_01\bin\jpeg.dll
    0x18C60000 - 0x18C6F000      D:\jre\j2re1.4.2_01\bin\net.dll
    0x776B0000 - 0x776C4000      C:\WINNT\system32\WS2_32.dll
    0x776A0000 - 0x776A7000      C:\WINNT\system32\WS2HELP.dll
    0x74FF0000 - 0x74FFE000      C:\WINNT\System32\rnr20.dll
    0x77660000 - 0x7766F000      C:\WINNT\system32\msafd.dll
    0x77690000 - 0x77699000      C:\WINNT\System32\wshtcpip.dll
    0x776D0000 - 0x776D8000      C:\WINNT\system32\WSOCK32.dll
    0x71280000 - 0x71286000      C:\WINNT\system32\MSIDLE.DLL
    0x77BF0000 - 0x77BF7000      C:\WINNT\System32\rpcltc1.dll
    0x75360000 - 0x75367000      C:\WINNT\System32\rasadhlp.dll
    0x76AC0000 - 0x76ADD000      C:\WINNT\System32\imagehlp.dll
    0x731B0000 - 0x731BA000      C:\WINNT\System32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 408K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 79% used [0x10010000, 0x10076340, 0x10090000)
    from space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 2136K, used 1280K [0x104f0000, 0x10706000, 0x14010000)
    the space 2136K, 59% used [0x104f0000, 0x10630030, 0x10630200, 0x10706000)
    compacting perm gen total 6656K, used 6474K [0x14010000, 0x14690000, 0x18010000)
    the space 6656K, 97% used [0x14010000, 0x14662a48, 0x14662c00, 0x14690000)
    Local Time = Tue Nov 25 21:44:39 2003
    Elapsed Time = 26
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_01-b06 mixed mode)

  • Java.exe console not appearing

    I have a java app that I usually start with javaw.exe.
    When debugging, I use java.exe to see the console.
    Today though, I found a PC where running java.exe did NOT create the console... it just poped up the gui app as if it was using javaw.exe.
    I thought something might be wacky with java, so I upgraded to 1.6_20.
    Still behaving the same though.
    Any ideas why this PC would behave this way?

    Paul,
    I think perhaps you misread my comments, or missed part of my previous explanations.
    paulcw wrote:What do you mean "to see the console"? You start java, it reads/writes to the command line.I explained above that I meant "the black dos window that shows the java output." when I said "console"
    paulcw wrote: What do you mean, "it jsut poped up the gui app"? Starting javaw doesn't create any kind of GUI. Maybe if your java program creates a GUI...but that would happen with java as well.as I said initially, I have a java app that I usually start with javaw.exe.
    Just to be pedantic though, I suppose, I should have said:
    I have a java (GUI) app that I usually start with javaw.exe.
    paulcw wrote:
    Any ideas why this PC would behave this way?Honestly, I think your expectations may be in error.I am not clear which expectations you think are in error. My only expectation is that two PCs running the same java program, using the same JVM, launched in the same way would behave in the same way. I am questioning why this one PC would not behave the same.
    Cheers
    --Ding                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Java.exe vs iexplore.exe

    We're running Java 1.6.0_16 on our machines to access Oracle Forms for our E-Business system.
    We are running the Java applet with the "next generation Java Plug-in" disabled (as this causes issues within our system)
    I've noticed that our install is seemingly not consistent.
    Some users who launch java (via the program) while getting into the forms, get an "iexplore.exe" entry in their "control panel - performance" while others get a "java.exe" entry.
    The users who get the java.exe are more prone to crashes and "loss of focus" when in the forms.
    ALL users get the "java.exe" entry in "control panel - performance" if the next generation java plug-in is enabled.
    How is it possible that the same install can lanch in two different ways?
    It almost seems like the action of disabling java plug-in is not being recognised.
    How do we remedy this situation to only get the "iexplore.exe" running in control panel?

    No, I was recommending you launch the applet using javaws, then close the browser, since the browser is entirely irrelevant to the JWS launched applet, which is now free floating on the screen like a JFrame (e.g. outside a web page/browser).
    Not on our application I'm afraid.
    We have the initial html/xml JTF Framework page a user logs into, there they have a list of their responsibilities, some of these responsibilites will take them into other html/xml pages, others will launch java and into the core application.
    As the java is launching another web page is opened, it's almost like a placer, un-interactive window, which then leads to the actual app running java opening.
    So you basically have 3 windows open, the initial web page, a "placer" web page and the actual app.
    We can close the initial web page without a problem, but this is a stable window. When we have crashes it is this window that remains unscathed by the crash, and what is used to launch the app running java again.
    If we close the second html "placer" page it will immediately crash the app running java. In fact it has a disclaimer saying:
    IMPORTANT: Do not close this window. Closing this window will cause Oracle Forms-based applications to close immediately, losing any unsaved data. This window may be minimized safely at any time and may be closed once all work in Oracle Forms-based applications is complete.
    Closing the actual java app will naturally leave the other two windows open.
    My problem is that during the launch process, some users get a java.exe program launching while others the aforementioned iexplore.exe. In both cases Java is running and the app is functioning correctly, it's just that where java.exe is being displayed as the active program, there seems to be a tendency for the program to crash, while those displaying iexplore.exe are more stable.
    I'm trying to understand why the exact same call would in some situations launch iexplore.exe and in others java.exe.
    As far as I can see, setup and install is identical. As previously stated, if "next-generation plug-in" (in Java Control Panel) is enabled, then the entry will always read java.exe.
    My thoughts are that depite this next generation plug-in being disabled, this is not being picked up as being disabled in some region of the java and is causing us instability.

  • While starting websphere 8 java.exe error occurs

    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="java.exe" FILTER="GRABMI_FILTER_PRIVACY">
    <MATCHING_FILE NAME="appletviewer.exe" SIZE="36616" CHECKSUM="0xADEC37BD" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="appletviewer.exe" INTERNAL_NAME="appletviewer" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x146FC" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:20:32" UPTO_LINK_DATE="04/01/2011 09:20:32" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="apt.exe" SIZE="37128" CHECKSUM="0x3EAB1836" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="apt.exe" INTERNAL_NAME="apt" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x15BA4" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 08:45:47" UPTO_LINK_DATE="04/01/2011 08:45:47" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="beanreg.dll" SIZE="42760" CHECKSUM="0x6590E42A" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110328_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110328_01" ORIGINAL_FILENAME="beanreg.dll" INTERNAL_NAME="JavaBeans(TM) Registration Library" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xC6AE" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="03/28/2011 13:54:28" UPTO_LINK_DATE="03/28/2011 13:54:28" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="extcheck.exe" SIZE="36616" CHECKSUM="0xAD05D5AD" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="extcheck.exe" INTERNAL_NAME="extcheck" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x15858" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:49:25" UPTO_LINK_DATE="04/01/2011 09:49:25" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="HtmlConverter.exe" SIZE="54536" CHECKSUM="0x5FED12F" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110328_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110328_01" ORIGINAL_FILENAME="htmlConverter.exe" INTERNAL_NAME="HTML Converter for Java(TM) Plug-in" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1108E" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="03/28/2011 13:57:49" UPTO_LINK_DATE="03/28/2011 13:57:49" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="idlj.exe" SIZE="36616" CHECKSUM="0x905EFA76" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="idlj.exe" INTERNAL_NAME="idlj" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1082F" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:05:57" UPTO_LINK_DATE="04/01/2011 09:05:57" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="jar.exe" SIZE="36616" CHECKSUM="0xFE5D674A" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="jar.exe" INTERNAL_NAME="jar" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x124F9" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:09:15" UPTO_LINK_DATE="04/01/2011 09:09:15" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="jarsigner.exe" SIZE="36616" CHECKSUM="0x1F4B7149" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="jarsigner.exe" INTERNAL_NAME="jarsigner" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x10E33" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:08:31" UPTO_LINK_DATE="04/01/2011 09:08:31" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="java-rmi.exe" SIZE="37128" CHECKSUM="0x515D1085" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="java-rmi.exe" INTERNAL_NAME="java-rmi" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xA9D7" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:25:33" UPTO_LINK_DATE="04/01/2011 09:25:33" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="java.exe" SIZE="148744" CHECKSUM="0xF8505729" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="java.exe" INTERNAL_NAME="java" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x2B56C" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 08:38:41" UPTO_LINK_DATE="04/01/2011 08:38:41" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="javac.exe" SIZE="37128" CHECKSUM="0x4B43CC5" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="javac.exe" INTERNAL_NAME="javac" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x16F13" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 08:40:44" UPTO_LINK_DATE="04/01/2011 08:40:44" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="javadoc.exe" SIZE="37128" CHECKSUM="0x6F66552A" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="javadoc.exe" INTERNAL_NAME="javadoc" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xC401" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 08:45:15" UPTO_LINK_DATE="04/01/2011 08:45:15" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="javah.exe" SIZE="37128" CHECKSUM="0xD2B1785D" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="javah.exe" INTERNAL_NAME="javah" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x10305" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 08:46:15" UPTO_LINK_DATE="04/01/2011 08:46:15" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="javap.exe" SIZE="37128" CHECKSUM="0xA6D6ECF5" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="javap.exe" INTERNAL_NAME="javap" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x13462" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:35:48" UPTO_LINK_DATE="04/01/2011 09:35:48" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="javaw.exe" SIZE="148744" CHECKSUM="0xE7393597" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="javaw.exe" INTERNAL_NAME="javaw" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x28B11" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 08:38:48" UPTO_LINK_DATE="04/01/2011 08:38:48" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="javaws.exe" SIZE="152840" CHECKSUM="0xED6D5B69" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110328_01" FILE_DESCRIPTION="Java(TM) Web Start Launcher" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110328_01" ORIGINAL_FILENAME="javaws.exe" INTERNAL_NAME="Java(TM) Web Start Launcher" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x33BB7" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="03/28/2011 13:40:31" UPTO_LINK_DATE="03/28/2011 13:40:31" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="jconsole.exe" SIZE="37128" CHECKSUM="0xE6D17FBF" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="jconsole.exe" INTERNAL_NAME="jconsole" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1461A" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:37:15" UPTO_LINK_DATE="04/01/2011 09:37:15" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="jdb.exe" SIZE="36616" CHECKSUM="0xAE7773CE" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="jdb.exe" INTERNAL_NAME="jdb" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xE6EF" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:54:56" UPTO_LINK_DATE="04/01/2011 09:54:56" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="jdmpview.exe" SIZE="36616" CHECKSUM="0x68EA631A" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="jdmpview.exe" INTERNAL_NAME="jdmpview" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x185AF" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:51:54" UPTO_LINK_DATE="04/01/2011 09:51:54" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="jli.dll" SIZE="83208" CHECKSUM="0xDB07CDAD" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="jli.dll" INTERNAL_NAME="jli" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x179AE" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 08:38:29" UPTO_LINK_DATE="04/01/2011 08:38:29" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="jrunscript.exe" SIZE="36616" CHECKSUM="0x80AA9568" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="jrunscript.exe" INTERNAL_NAME="jrunscript" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xC264" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:37:29" UPTO_LINK_DATE="04/01/2011 09:37:29" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="keytool.exe" SIZE="36616" CHECKSUM="0x8587FD5A" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="keytool.exe" INTERNAL_NAME="keytool" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x161D9" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:51:35" UPTO_LINK_DATE="04/01/2011 09:51:35" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="msvcr100.dll" SIZE="769800" CHECKSUM="0x6C2B1057" BIN_FILE_VERSION="10.0.30319.1" BIN_PRODUCT_VERSION="10.0.30319.1" PRODUCT_VERSION="10.00.30319.1" FILE_DESCRIPTION="Microsoft® C Runtime Library" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Visual Studio® 2010" FILE_VERSION="10.00.30319.1" ORIGINAL_FILENAME="msvcr100_clr0400.dll" INTERNAL_NAME="msvcr100_clr0400.dll" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xBDD25" LINKER_VERSION="0xA0000" UPTO_BIN_FILE_VERSION="10.0.30319.1" UPTO_BIN_PRODUCT_VERSION="10.0.30319.1" LINK_DATE="03/18/2010 07:52:30" UPTO_LINK_DATE="03/18/2010 07:52:30" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="msvcr71.dll" SIZE="353544" CHECKSUM="0x448A147E" BIN_FILE_VERSION="7.10.3052.4" BIN_PRODUCT_VERSION="7.10.3052.4" PRODUCT_VERSION="7.10.3052.4" FILE_DESCRIPTION="Microsoft® C Runtime Library" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Visual Studio .NET" FILE_VERSION="7.10.3052.4" ORIGINAL_FILENAME="MSVCR71.DLL" INTERNAL_NAME="MSVCR71.DLL" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x62A93" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.10.3052.4" UPTO_BIN_PRODUCT_VERSION="7.10.3052.4" LINK_DATE="02/21/2003 12:42:20" UPTO_LINK_DATE="02/21/2003 12:42:20" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="msvcrt.dll" SIZE="348424" CHECKSUM="0x62160733" BIN_FILE_VERSION="7.0.2600.5512" BIN_PRODUCT_VERSION="6.1.8638.5512" PRODUCT_VERSION="7.0.2600.5512" FILE_DESCRIPTION="Windows NT CRT DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="7.0.2600.5512 (xpsp.080413-2111)" ORIGINAL_FILENAME="msvcrt.dll" INTERNAL_NAME="msvcrt.dll" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x5657B" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="7.0.2600.5512" UPTO_BIN_PRODUCT_VERSION="6.1.8638.5512" LINK_DATE="04/14/2008 00:12:56" UPTO_LINK_DATE="04/14/2008 00:12:56" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="native2ascii.exe" SIZE="36616" CHECKSUM="0xEB75F5F3" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="native2ascii.exe" INTERNAL_NAME="native2ascii" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xCD2A" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:36:02" UPTO_LINK_DATE="04/01/2011 09:36:02" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="packager.exe" SIZE="99592" CHECKSUM="0xB83DF533" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110328_01" FILE_DESCRIPTION="JavaBeans(TM) Packager" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110328_01" ORIGINAL_FILENAME="packager.exe" INTERNAL_NAME="JavaBeans(TM) Packager" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1BAA4" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="03/28/2011 13:54:23" UPTO_LINK_DATE="03/28/2011 13:54:23" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="policytool.exe" SIZE="36616" CHECKSUM="0x85DFBEA7" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="policytool.exe" INTERNAL_NAME="policytool" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xCC24" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:08:38" UPTO_LINK_DATE="04/01/2011 09:08:38" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="rmic.exe" SIZE="37128" CHECKSUM="0xAD306B49" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="rmic.exe" INTERNAL_NAME="rmic" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xDE2E" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:23:45" UPTO_LINK_DATE="04/01/2011 09:23:45" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="rmid.exe" SIZE="36616" CHECKSUM="0x654B4376" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="rmid.exe" INTERNAL_NAME="rmid" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x15AFD" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:25:06" UPTO_LINK_DATE="04/01/2011 09:25:06" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="rmiregistry.exe" SIZE="36616" CHECKSUM="0x85DFBEA7" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="rmiregistry.exe" INTERNAL_NAME="rmiregistry" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xE78C" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:24:34" UPTO_LINK_DATE="04/01/2011 09:24:34" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="schemagen.exe" SIZE="36616" CHECKSUM="0x6CE83B6A" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="schemagen.exe" INTERNAL_NAME="schemagen" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xDE9D" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:33:08" UPTO_LINK_DATE="04/01/2011 09:33:08" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="serialver.exe" SIZE="37128" CHECKSUM="0xA97A756F" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="serialver.exe" INTERNAL_NAME="serialver" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x18A10" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:36:12" UPTO_LINK_DATE="04/01/2011 09:36:12" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="tnameserv.exe" SIZE="36616" CHECKSUM="0xEE4C257F" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="tnameserv.exe" INTERNAL_NAME="tnameserv" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xEB58" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:42:17" UPTO_LINK_DATE="04/01/2011 09:42:17" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="wsgen.exe" SIZE="36616" CHECKSUM="0x70DCD729" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="wsgen.exe" INTERNAL_NAME="wsgen" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1403D" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:34:30" UPTO_LINK_DATE="04/01/2011 09:34:30" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="wsimport.exe" SIZE="36616" CHECKSUM="0x6531900" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="wsimport.exe" INTERNAL_NAME="wsimport" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF00E" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:34:40" UPTO_LINK_DATE="04/01/2011 09:34:40" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="xjc.exe" SIZE="36616" CHECKSUM="0xFDCEAB23" BIN_FILE_VERSION="6.0.0.0" BIN_PRODUCT_VERSION="6.0.0.0" PRODUCT_VERSION="6.0.0-20110401_01" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="IBM" PRODUCT_NAME="IBM Developer Kit for Windows,Java,1.6.0" FILE_VERSION="6.0.0-20110401_01" ORIGINAL_FILENAME="xjc.exe" INTERNAL_NAME="xjc" LEGAL_COPYRIGHT="Copyright IBM Corp. 1998,2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x13E5E" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.0" UPTO_BIN_PRODUCT_VERSION="6.0.0.0" LINK_DATE="04/01/2011 09:32:42" UPTO_LINK_DATE="04/01/2011 09:32:42" VER_LANGUAGE="Language Neutral [0x0]" />
    </EXE>
    <EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="989696" CHECKSUM="0x2D998938" BIN_FILE_VERSION="5.1.2600.5781" BIN_PRODUCT_VERSION="5.1.2600.5781" PRODUCT_VERSION="5.1.2600.5781" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.5781 (xpsp_sp3_gdr.090321-1317)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xFE572" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.5781" UPTO_BIN_PRODUCT_VERSION="5.1.2600.5781" LINK_DATE="03/21/2009 14:06:58" UPTO_LINK_DATE="03/21/2009 14:06:58" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>

    Problem is within com.octetstring.vde.util.LDIF file. If the <domain>/security/ldap *.initiated files have extra spaced etc you could see this. Attempt manual change of file after a backup and restart to see if this helps.

  • How do I update Java.exe?

    I'm using Secunia CSI, which detects out of date software on my PC.  It flagged Java.exe in december as out of date becuase Java 6 update 30 was release do to a security update.  My local install by my browser updated itself via the Java updater just fine.  BUT, secunia shows me that CS5 installed not 1 but 3 copies of Java, 1 in programdata\user\..blah blah..\JVM\, 1 in Dreamweaver\JVM and 1 in Flash Catalyst\jre, all version 16 or 18.  The forums tell me to run jucheck.exe in the folder, but that says 'latest version installed'  which I know is wrong by looking at the properties for java.exe in any of those 3 folders. 
    How do I update those installs?
    I called adobe support and they said 'Java is a third party tool, we don't support it', even though they are the ones who installed it.
    If I install java from a download from Java.com, in one of the places above by changing the default install location, it orphans the primary install by my browser.
    Any ideas?  I can't be the only one who has an outdated version.

    I'm using Secunia CSI, which detects out of date software on my PC.  It flagged Java.exe in december as out of date becuase Java 6 update 30 was release do to a security update.  My local install by my browser updated itself via the Java updater just fine.  BUT, secunia shows me that CS5 installed not 1 but 3 copies of Java, 1 in programdata\user\..blah blah..\JVM\, 1 in Dreamweaver\JVM and 1 in Flash Catalyst\jre, all version 16 or 18.  The forums tell me to run jucheck.exe in the folder, but that says 'latest version installed'  which I know is wrong by looking at the properties for java.exe in any of those 3 folders. 
    How do I update those installs?
    I called adobe support and they said 'Java is a third party tool, we don't support it', even though they are the ones who installed it.
    If I install java from a download from Java.com, in one of the places above by changing the default install location, it orphans the primary install by my browser.
    Any ideas?  I can't be the only one who has an outdated version.

  • Why do I need a second java.exe when I alreayd have another in a JDK instal

    When I install JDK then there are two instances of java.exe
    (and other programs like javaws.exe). One instance in
    INSTALL_DIR\bin\
    and the other in
    INSTALL_DIR\jre\bin\
    So why do I need two exes instead of one?
    Peter

    Hello!
    So why do I need two exes instead of one?Don't know the reason myself, ask the developers..........
    One instance in INSTALL_DIR\bin\
    and the other in
    INSTALL_DIR\jre\bin\Yes, checked that, you are right.
    But , whats the problem, It hardly takes 2MB more space.
    Or, were you implying that ideally java.exe and javaws.exe should not be in "INSTALL_DIR\bin\" as they are involved in running the java programs.
    Thanks!

  • Problem with java applications - java.exe in loop

    Hi
    I just install j2sdk1.4.1_01
    I got a problem:
    when I run any code without graphics (clasic hello world with println) everything run fine
    when I try to run anythig else (with some swing) the java.exe process start to use 100% of the CPU and never end (probably a loop)
    The same think happen when I launch Java web Start so I suppose that the problem is not the code (I just use some dialog with one or two buttons and the application run fine on other pc).
    My system:
    OS: w2k server - SP3
    CPU: P4 1.8GHz
    RAM: 512 MB
    several services running: IIS with dhcp server, DNS server.
    The system was scanned and no viruses are found.
    I unistall everything (j2sdk, jre, web start) and I got the same after reinstalling them.
    I launch the application from the comand line and the results doesn't change.
    I install a different version of SDK (02 instead of 01) but nothing change.
    The same happens if I try to use jbuilder8.
    Any idea

    Try updating DirectX.

Maybe you are looking for

  • Unable to load XDB library

    Hi, i have just created a new database but i keep getting the following error ORA-00600: internal error code, arguments: [unable to load XDB library], initializing SGA: sga_pass1Dynamic link error: Could not load module /u03/app/or acle/product/10.2.

  • Issue in PO Release Workflow WS20000075

    Hi All, We have activated Std. PO release Workflow WS20000075 for two step release levels. When New PO created with release strategy this workflow will trigger and send workflow items to Agents to release Purchase Order. Up to this it's working fine.

  • How to update paid apps in configurator

    how to update paid apps in configurator

  • Switching to "Copy items to the iPhoto library"

    I created a new iPhoto library out of several folders of photos on my hard drive with "Copy items to the iPhoto library" unchecked. I've changed my mind about this method of organizing those photos. Can I now have iPhoto import them in the traditiona

  • Promotional Price configuration

    Hi, Need some help on the promotions configuration and settings required for : All promotions should have: option of setting a date range to control when the promotion is applied. It would also be nice excluding certain materials excluding certain cu