windows-7-x64

HttpServletRequest.getRemoteAddr() in Tomcat returns IPv6 formatted IP address

让人想犯罪 __ 提交于 2019-11-30 16:08:24
HttpServletRequest.getRemoteAddr() in Tomcat returns IPv6 formatted IP address, but I would like to configure it that returns IPv4. I access the servlet via 'localhost'. If I access it via '127.0.0.1' then returns IPv4 formatted IP address (see this answer ). Environment: Windows 7 x64 Tomcat 6.0.35-windows-x64 My LAN connection properties: IPv6 is checked off , but it doesn't work neither if I check it on. try adding this parameter -Djava.net.preferIPv4Stack=true to your tomcat startup commandline. when you use localhost/xxx, your browser first have to find the mapped address for the name

64 bit ODBC Exception

别来无恙 提交于 2019-11-30 13:46:56
问题 I am getting the following ODBC exception when I moved my development platform from Windows XP X86 to Windows 7 X64: ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application What I'm sure it means is that the server it is connecting to is 32 bit, and the computer I'm running on is 64 bit and the ODBC driver in use is 64 bit. The application I am writing is set to run in 32 bit mode because some of the third-party

Do i have to install jdk win64?

我的梦境 提交于 2019-11-30 13:28:41
I have installed windows 7 x64, therefore i have a confusion whether i have to install JDK x64 or JDK x86? please help me, thank you You should install x64 so Java takes advantage of your 64 bit OS. You dont have to install the x64 version of the JDK if you're running on 64-bit Windows; the x86 (32-bit) version also works on 64-bit Windows. You can even have both the 32-bit and 64-bit version installed at the same time (in different directories, ofcourse). Ofcourse both have advantages and disadvantages: With the 64-bit version you'll take full advantage of the 64-bit capabilities of your CPU

Removing bad installs from Add/Remove programs

◇◆丶佛笑我妖孽 提交于 2019-11-30 12:36:42
问题 I've created a custom boot-strapper for my application using Wix and Burn, but in the time it took to learn I managed to install several early variants in such a way that they won't uninstall. I think I created the problem by running Engine.Apply before PlanComplete had been called. Where is the information that builds the list in Add/Remove programs and what is the best way to manually remove orphaned rows? Update - I should have said I'm on 64 bit Windows 7 Enterprise, Service Pack 1. 回答1:

Installing GitHub for Windows

随声附和 提交于 2019-11-30 11:42:44
问题 I'm trying to install GitHub for Windows. I tried installing it the normal way and got this error: Application installation did not succeed. Cannot locate application files on the server. Contact the application vendor or your administrator for assistance. Clicking on Details... gave me this: PLATFORM VERSION INFO Windows : 6.1.7601.65536 (Win32NT) Common Language Runtime : 4.0.30319.18034 System.Deployment.dll : 4.0.30319.17929 built by: FX45RTMREL clr.dll : 4.0.30319.18034 built by:

ImportError: No module named enum

六眼飞鱼酱① 提交于 2019-11-30 11:15:46
问题 I changed from Win XP 32bit to Win7 64bit and reinstalled Python 2.7 and the Anaconda package. However, it seems like it isn't properly installed. When I do import enum There is the error: ImportError: No module named enum However, when I try import pandas it works. When typing help() and modules within Ipython nothing happens. Any idea how to go from here? 回答1: Or run a pip install --upgrade pip enum34 回答2: I ran into this same issue trying to install the dbf package in Python 2.7. The

Why can I not install SQL Server Express 2016 on Windows 7 Professional 64 bit SP1?

泄露秘密 提交于 2019-11-30 11:06:10
问题 When trying to install SQL Server 2016 Express in Windows 7 Professional x64 SP1 in VMware I get the following message. What can I do to solve this? 回答1: As the error message states SQL Server 2016 is not supported in Windows 7. You will have to upgrade to Windows 8 or higher or switch to a Windows Server operating system. Here is a list of all the operating systems (and other hardware and software requirements) in which SQL Server 2016 can be installed. 回答2: Here is a workaround for users

Statically linked app with Qt gives error: Failed to load platform plugin “windows”

半世苍凉 提交于 2019-11-30 08:56:45
I have built Qt 5.0.1 statically in VS 2010 under Windows 7 x64. The configuration parameters were configure -debug-and-release -opensource -confirm-license -platform win32-msvc2010 -nomake examples -nomake tests -no-webkit -static and I performed the build with jom with following parameters: jom -j 4 The build process was successful and I can find all the libs and link my app with Qt statically. Now the problem is that when I try to run the application, it gives me an error Module: 5.0.1 File: kernel\qguiapplication.cpp Line: 781 "Failed to load platform plugin "windows". Available platforms

64 bit ODBC Exception

旧街凉风 提交于 2019-11-30 08:28:05
I am getting the following ODBC exception when I moved my development platform from Windows XP X86 to Windows 7 X64: ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application What I'm sure it means is that the server it is connecting to is 32 bit, and the computer I'm running on is 64 bit and the ODBC driver in use is 64 bit. The application I am writing is set to run in 32 bit mode because some of the third-party software that we employ is not 64 bit compatible. I tried downloading a 32 bit driver and changing the DSN

C++ Builder XE7 LME288 Error

假装没事ソ 提交于 2019-11-30 05:56:57
问题 Suddenly, out of the blue, I get the LME288 linker error. [ilink32 Warning] Warning: D:/Projects/TrainFever Game Manager/TFGM/Win32/Debug/TFGameManager.ilc: 0x00010000 / 0x08000000 [ilink32 Warning] Warning: D:/Projects/TrainFever Game Manager/TFGM/Win32/Debug/TFGameManager.ild: 0x00010000 / 0x08000000 [ilink32 Warning] Warning: D:/Projects/TrainFever Game Manager/TFGM/Win32/Debug/TFGameManager.ilf: 0x00010000 / 0x0a000000 [ilink32 Warning] Warning: D:/Projects/TrainFever Game Manager/TFGM