32-bit JDK in 64-bit Windows 8.1

Should 32-bit JDK + NetBeans bundle install on 64-bit Windows 8.1?
I tried, and in the beginning of installation it said "rebooting" and then the system rebooted.
No warnings, and nothing got installed.
64-bit JDK alone installs fine, and so does 32-bit JRE.
My problem is that I need both JDK 8u20 (preferably with netbeans) for a project, and Java-capable Firefox for some company internal "office tools".
It just looks like 32-bit JDK doesn't install, and Firefox can't use 64-bit JRE.
Do I have to use Linux in a VM to have both?

Install each individually and you should be fine. I've had problems with the multiple product installs before, specifically Java and Netbeans.

Similar Messages

  • I need JDK 1.5.0_8 for 64 bit windows 7

    I need JDK 1.5.0_8 for 64 bit windows 7
    Where may I download it?

    Thanks for getting me to the troublemaker ArielK. 
    I can confirm disabling APSDaemon.exe, aka, new Apple Push for WiFi Sync and renaming (or deleting if you are more risk oriented) APSDaemon.exe and APSDaemon_main.dll in this folder "C:\Program Files (x86)\Common Files\Apple\Apple Application Support" resolved my issue. 
    Alternatively, another slightly more annoying but less techy workaround for those nervous about changing filenames is to start iTunes in Safe Mode every time.  You must do it via Programs > iTunes > hold down Ctrl-Shift then click iTunes (does not work if you do it by clicking a short cut in programs list or taskbar, whatever...).  Maybe this disables WiFi Sync by default, dunno.  Don't care at this point, but it seemed to work.
    I can live without WiFi Sync for now, but its a nice feature I would really like to use in the future.
    Apple please fix!!!
    Running: Windows 7 Home Premium x64, iTunes 10.5.2.11.

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • Installing ODI Studio and ODI Stand-alone on 64 bit Windows 7

    Can anybody tell me which ODI downloads I need in order to install ODI Studio and ODI Stand-alone on my 64-bit Windows 7 machine?
    I've already created the DB repository with RCU, but I'm having trouble with the ODI installation: I just spent an hour and a half downloading 2.5GB of installers that turned out to be wrong - the SETUP.EXE complained that it was a 32 bit installer and wouldn't work on 64 bit Windows - so I now need to find a 64-bit installer instead (another 2.5GB presumably...). Not sure which of the multiple download options to choose and I don't want to spend all day waiting for the wrong files to download again.
    Looking through OTN and the (typically confusing) Oracle installation docs, there's a load of stuff about using 32-bit JREs on 64-bit Windows to get around 64/32-bit Java problems later on, or lots of stuff about all the Fusion requirements etc. But I don't want the JEE stuff (I already have about 4 different WebLogic installations because every time I install any Oracle "Fusion" stuff it slaps another WebLogic in there as well), and I'm miles away from getting any Java runtime problems with ODI when I can't even figure out the right installer to use for 64 bit Windows.
    Maybe it's just me: every time I try to install any of Oracle's server products (apart from the RDBMS itself), I end up wading through endless lists of cross-linked installation pre-requisites and searching OTN forums for the single secret combination of installer/JDK/JRE/operating system/database character-set/RDBMS version and desperate prayers to minor deities that will permit the installation to go ahead...
    So any help will be gratefully received!

    You will have to download ODI with the download option "for All Platforms" from http://www.oracle.com/technetwork/middleware/data-integrator/downloads/index.html

  • Tip for installing App Dev CD into WLS on 64-bit windows

    Hi All,
    After pulling out some hair, I thought I'd share this tip.
    Scenario:
    You are installing WebLogic 10.3.x on a 64-bit Windows platform, but are using a 32-bit JDK. You want to install the Application Development CD so that you can extend your WLS domains with the JRF, EM, etc.
    Symptoms:
    You run setup.exe, the installer prompts you for a location of a JRE/JDK and you give it the 32-bit JDK location. The installer then quits without so much as a peep.
    Solution:
    Instead of running setup.exe, navigate to install\win32 and run that setup.exe instead. The same thing works for installing the SOA suite.
    Hope this saves someone else some time too.
    John

    Thanks for the help - I edited the C:\Oracle\Middleware\user_projects\domains\test_domain2\bin\setDomainEnv.cmd file as follows:
    @REM set BEA_JAVA_HOME=C:\Oracle\Middleware\jrockit_160_24_D1.1.2-4 (I commented out this line)
    set BEA_JAVA_HOME=C:\Oracle\Middleware\jdk160_24 (I added this line)
    set SUN_JAVA_HOME=C:\Oracle\Middleware\jdk160_24 (this line was already here)
    After confirming ENV's:
    Path=C:\Java\jdk1.6.0_24\bin;C:\app\bschamac\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
    JAVA_HOME=C:\Java\jdk1.6.0_24
    I then restarted WLS, but the C:\Oracle\Middleware\wlserver_10.3\common\bin\commEnv.sh still says:
    JAVA_HOME="C:/Oracle/Middleware/jrockit_160_24_D1.1.2-4"
    SO I think I am still hosed.

  • NWDS for 64 bit Windows 7

    Hi Folks,
    I want to install NWDS on my Windows 7 64-bit OS. I searched for suitable NWDS(like 7.0, CE7.1, CE7.2 along with their trial versions), but they were available only for 32-bit Windows.
    Can you please provide some links where I can download NWDS for 64 bit Windows(any trial version)? I want to learn BPM and WDJ.
    Really appreciate your help.

    Hi,
    check this thread too:
    NWDS not showing SAP specific Eclipse extensions
    (this includes a note for clarification).
    Further, the Product Availibility Matrix is indeed a bit misleading (we will soon make it more obvious).
    The thing is that NWDS is supported on 64bit platforms, but the JDK has to be 32bit. So only JDK is supported (no JRE) and even if your platform is 64bit, JDK has to be 32bit.
    See also the note:
    #1566977 - NWDS on Windows 7
    (http://service.sap.com/sap/support/notes/1566977)
    Regards,
    Ervin

  • JVM for 64 bit windows 7

    Hi,
    I want to install JDK on 64 bit windows 7.
    Do I need 64 bit JVM or 32 bit JVM is ok to run ?
    How about other tools like NetBeans, Tomcat - does 32 .vs. 64 OS - matters ?

    I want to install JDK on 64 bit windows 7.You might start by noting that as of a couple of days there was no downloads certified to run on Windows 7 of any type. So the question might be moot.
    Do I need 64 bit JVM or 32 bit JVM is ok to run ?A JDK would of course require a VM. If you want 64 then it must be 64. I believe a 32 bit should run on the 64 bit OS if that is your question (which isn't to say it will run on Windows 7.)
    How about other tools like NetBeans, Tomcat - does 32 .vs. 64 OS - matters ? Any application written in java (key word) shouldn't care what VM it runs on, but that doesn't guarantee that it will. Testing first is always advisable.

  • Can I download the x64 development kit with 64 bit Windows Vista?

    I have 64 bit Windows, would the latest JDK x64 kit suit me best, or does the 64 mean something else?

    Nope, you got it right. JDK x64 is for 64-bit programming.
    64-bit OS can run on a 32-bit CPU, and 32-bit OS can run on a 64-bit CPU.

  • Installed latest itunes update and computer tried to burn a playlist to CD and realized computer no longer recognizes my CD/DVD drive. This is an APPLE Itunes issue. Help!. HPPavillion DV6 64 bit, windows 7

    Installed latest itunes update and computer tried to burn a playlist to CD and realized computer no longer recognizes my CD/DVD drive. After doing some data mining, found out from community this is an long standing APPLE problem- which doesn't get much tech support in terms of fixes. I have an HPPavillion DV6 64 bit, Windows 7 OS . After reading an earlier complaint from 2009 in the support community,  I ran diagnostics from ITunes which gave the following result. Can someone please help? (I'm not enough of a techie to know what I'm doing or how to locate /reinstall CD drivers. I am searching for driver disc but cannot locate.)
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    Hewlett-Packard HP Pavilion dv6 Notebook PC
    iTunes 10.6.3.25
    QuickTime 7.7.2
    FairPlay 1.14.43
    Apple Application Support 2.1.9
    iPod Updater Library 10.0d2
    VoiceOver Kit 1.4.2 (222093/222742)
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.2.0.6
    Apple Mobile Device Driver 1.59.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0043AC7C0368E428
    Current user is not an administrator.
    The current local date and time is 2012-07-24 23:43:08.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    ATI Technologies Inc., AMD M880G with ATI Mobility Radeon HD 4250
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.6.3.25 (x64) is currently running.
    iTunesHelper 10.6.3.25 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.

    Doublechecking ... did you have CD/DVD drive tests checked when you ran those diagnostics? (I'm not seeing the CD/DVD test results down the bottom of the results where I'd expect to see them.)
    For example, here's what I get:
    Microsoft Windows 7 x64 Ultimate Edition Service Pack 1 (Build 7601)
    Acer Aspire X3400
    iTunes 10.6.3.25
    QuickTime 7.7.2
    FairPlay 1.14.43
    Apple Application Support 2.1.9
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.2.0.6
    Apple Mobile Device Driver 1.59.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 003CAD7C0A1258F8
    Current user is not an administrator.
    The current local date and time is 2012-07-26 10:42:53.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is disabled.
    HDCP is supported.
    Core Media is not supported. (16008)
    Video Display Information
    ATI Technologies Inc., AMD Radeon HD 6570
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: d6a87ba725121aa1240b1ce936c23470
    iPodService 10.6.3.25 (x64) is currently running.
    iTunesHelper 10.6.3.25 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.0.1),
    E: ATAPI DVD A  DH16ABSH, Rev YA12
    Data or MP3 CD in drive.
    Found 1 songs on CD, playing time 255:57 on CDROM media.
    Track 1, start time 00:02:00
    Get drive speed succeeded.
    The drive CDR speeds are:   4.
    The drive CDRW speeds are:   4.

  • How do you reinstall 64-bit Windows 7 in UEFI mode?

    I have a PC with a single hard disk and, a while ago now, I installed 64-bit Windows 7 on it in UEFI mode. 
    The disk has two primary partitions: a C: partition which contains my Windows 7 system and other installed software such as Office, and a D: partition which contains only personal data. 
    (In other words, I don’t have a multi- or dual-boot system.)  
    I now wish to reinstall 64-bit Windows 7 into the same C: partition, again in UEFI mode.
    There is a procedure for reinstalling Windows 7 documented on the following MS Web page:
    http://windows.microsoft.com/en-us/windows/installing-reinstalling-windows#1TC=windows-7
    in the section entitled “Using the Custom installation option without formatting the hard disk”.
    The following YouTube video demonstrates this procedure:
    http://www.youtube.com/watch?v=fr_s29MWOA0
    and it looks relatively straightforward. 
    Essentially, the re-installation starts by inserting the installation DVD into the optical disk drive and running setup.exe while still logged on to Windows 7 with an administrator user ID. 
    At the screen entitled “Where do you want to install Windows?”, both the System Reserved partition (the example in the video is a legacy BIOS installation) and the C: primary partition are visible. 
    On that screen, you simply select the C: primary partition and click
    Next, and Windows 7 is effectively reinstalled over Windows 7. 
    Any personal data in the C: partition is preserved in a folder called Windows.old.
    The big question is, does this procedure work for a UEFI installation? 
    The documentation does not state that it works only for a legacy BIOS installation. 
    If I were to follow the procedure, when I reach the screen entitled “Where do you want to install Windows?”, I would expect to see the EFI System Partition (ESP), the Microsoft Reserved Partition (MSR), my C: primary partition and my D: primary partition. 
    Can I simply select the C: primary partition and click Next to start the (re-)installation?
    It appears that nowhere in the procedure do you specify what mode of installation (legacy BIOS or UEFI) is required. 
    Does the installation setup simply use the same mode as that of the existing installation?
    Does anyone have any experience of reinstalling Windows 7 in UEFI mode, using this procedure or any other method?

    Hi,
    It depends. Do you have Windows 7 DVD? Does your computer have a Boot from EFI Drive option?
    Windows 7 DVD can boot in either BIOS mode or UEFI mode. Different UEFI firmware implementations support different methods for handling the installation operation. The processes for booting the computer into UEFI mode for the Windows product DVD are
    the same. If you can find a boot from EFI Drive option, please perform the suggestions as i referred to.
    If you cannot find any boot option, perform the steps below:
    Use Device Manager's Firmware option and select Boot from EFI Internal Shell.
    Use the EFI internal shell, as follows:
    Start the EFI internal shell from the EFI boot menu and select the drive with the Windows product DVD. The following example assumes that the drive is Fs0:
    Shell> Fs0:
    Start the EFI boot application. For example, on an x64 system, run the following command:
    fs0:> \EFI\BOOT\BOOTX64.EFI
    After the application starts, you may be immediately prompted to press a key to boot from the drive to continue. Press a key to continue booting from the installation media.
    Andy Altmann
    TechNet Community Support

  • How to install a plugin on 64 bits windows 2008 server?

    From the developer forum, I found a description which told me how to install a plugin on windows series system, but I only succeded intalling the plugin on 32 bits windows xp, couldn't install the plugin on 64 bits windows 2008 server. Any ideas or advices, men of genius? Thanks :-)

    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • How to Install 64-bit "Generic / Text Only" print driver on a 32-bit Windows 2003 Server?

    Hi All,
    In a nutshell, I need to Install the 64-bit Generic / Text Only print driver on a 32-bit Windows 2003 Server’s “Generic / Text Only 32-bit print queue.
    The problem is that there is no Driver-Disk to get the drivers. I’ve been able to isolate 14 files related to the 64 bit drivers from a Windows 7 x64 computer and copy them to a temp folder on the Windows 2003 x32 server. When I try to add the 64 bit driver
    to the Windows 2003 x32 server,  it wants a *.inf file, which I don’t have and can’t find.
    Because Microsoft will no longer support Windows XP, my client is replacing all of their Point-of-Sale Windows XP x32 systems with Windows 7 x64. They use Terminal Services (Remote Desktop) to connect to a Windows 2003 x32 server to use the POS system. The
    POS software redirects LPT1 back to the local Generic / Text Only printer. This works great for XP x32.
    When we use the Terminal Services POS software on the new Windows 7 x64 system, none of the labels print out because it’s redirected in 32-bit back to the local Windows 7 x64 Generic / Text Only 64-bit printer.
    This will be a huge issue for me if I can’t get this to work.
    Thanks in advance for any suggestions and help! -Rob

    those may be helpful...
    http://social.technet.microsoft.com/Forums/en-US/a129f49a-0216-41f0-b190-3efb46fbb8ac/generic-text-only-driver-on-windows-2008-server-r2?forum=winserverprint
    http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx
    Best,
    Howtodo

  • How can I install photoshop elements on a 64 bit windows system?

    How can I install photoshop elements on a 64 bit windows system?

    You just use the appropriate install disk/ download. See this:
    Install Premiere Elements, Photoshop Elements
    Or are you asking about some specific procedures?
    Mylenium

  • I'm trying to insall Adobe Photoshop CS3 on a new ASUS ASM11BB001O computer equipped with 64-bit Windows 7.  I use a "bundle" approach, first loading Photoshop 6, then upgrading with CS upgrade and then CS3 upgrade.  The installation goes smoothly until I

    I'm trying to install Adobe Photoshop CS3 on a new ASUS ASM11BB001O computer equipped with 64-bit Windows 7.  I use a "bundle" approach, first loading Photoshop 6, then upgrading with CS upgrade and then CS3 upgrade.  The installation goes smoothly until I add PS CS, and then it balks at the "accept" Adobe conditions screen.  I have two other (Gateway) computers with Windows 7, 64-bit, on both of which the PS-6, CS-CS3 pathway worked fine.  Any thoughts on how to get this working?  Thanks

    If your goal is to install and activate CS5 there is no need to install anything preceding it.  You will only need to have the serial number from the preceding version that you upgrade from (CS3 I guess).

  • I  have a problem with the synchronisation of my iPhone and iPad with Outlook 2007 on my 64-bit Windows 7  PC. For several years, I have had no problems with the synchronisation by cord connection and iTunes between these programmes. However, a few months

    I  have a problem with the synchronisation of my iPhone and iPad with Outlook 2007 on my 64-bit Windows 7  PC. For several years,
    I have had no problems with the synchronisation by cord connection and iTunes between these programmes. However, a few months ago I decided to use Mobile Me. However, there were problems with duplication of calendars and then “rogue events” – which could not be deleted – even if deleted on Outlook and on the iPhone (or both at the same time) – they would just reappear after the next synchronisation.  All other synchronisation areas (eg Contacts, Notes etc) work fine.
    I have looked for help through the Apple Support Community and tried many things.  I have repaired my Outlook. I have repaired my .pst file in Windows. I have re-installed the latest version of iTunes on my PC. I have re-installed the firmware on my iPhone. I have tried many permutations on my iPhone. I have closed down all Mobile Me functions on the iPhone. I have spent upwards of 24 hours trying to solve this problem.
    What am I left with? Outlook works seamlessly on my PC. My iPhone calendar now has no events from  my calendar, but does not synchronise through iTunes. Nor does it send events initiated on the iPhone to the Outlook. I am at the point of abandoning iPhones and iPads altogether.  I need to have a properly synchronising calendar on my phone.  Do you have any suggestions?

    In the control panel goto the "Lenovo - Power Manager" and click the battery tab, there is a maintenance button in there that will let you change the charging profile for your battery.   (from memory, so exact wording may be off)
     The lower the numbers you use there, the longer the battery *should* last.    These batteries degrade faster at higher charge levels, however storing them at too low of levels is also not good for them... I've read that 40% is optimal, but just not realistic if you use your computer.
    --- ThinkPad T61 / Win 7 / Core 2 / 4gb RAM / Nvidia / Still used daily --- ThinkPad Edge 15/ i5 / Win 7 / TrueCrypt / 8gb RAM / Hated it, died at 1 yr 1 mo old --- ThinkPad T510 / Win 7 / TrueCrypt / i5 / 8gb RAM / Nvidia / Current primary machine --- ThinkPad X220 / i7 / IPS / 4gb / TrueCrypt / My Road Machine

Maybe you are looking for

  • How do i choose a better graphics processor for my MacBook Pro when ordering it?

    I am considering getting a non retina mac book pro online and read about customising it for better performance. It mentioned upgrading to a better graphics processor, but I see no options to upgrade in the checkout, only upgrades to the processor. Do

  • Setting up mail

    Can I set up more than one e mail account to access my e mails? I have gmail account set up and works fine but would also like to set up my POP mail as well. Appreciate some instruction on how to do this. thanks p.s. yes I paid $20 and upgraded to 1.

  • N900 wifi critical issue

    I'm having so much trouble using wifi. and I spent two weekends figuring out a workarround of my problem. When Ever I go out of range or switch off my wifi router while my n900 conntected to it. After some time it gives the following error in dmesg.

  • Special Procurement costing

    Hello Group We have a situation here where our planning team wants to put X as procurement type and also wants to keep special procurement type as 12.(Which is procuring from specific plant) Now situation is when we are doing costing system is explod

  • CHARM - Ibase while creating change request document

    Dear All, When we open the transaction, crmd_order to create change request, the ibase / component came by default as 0 / 0. I want that field to be blank, so that we can make that as mandatory field. regds, CB