|
Do i need to install the Android SDK before installing Eclipse?
Or must i install Eclipse before installing the Android SDK?
i'm worried that one has knowledge of the other, the order of installs is important, and installing the two out of order could...
Started by Ian Boyd on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Even play around with the emulator without ever installing eclipse, and you can use other editors.
|
|
What are the reasons for not installing VS 2008 on a live production web server?
Started by Nick on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe you are considering installing VS 2008?
The biggest reason for ....
Are the reasons for installing VS 2008 on a live production web server? You can debug remotely, if you have some uses that the production server is not purposed for.
|
|
I have a clean install of Ubuntu 9.10. I want to install Ruby 1.8, RubyGems and Rails. The install usually fails when trying to get or update RubyGems. Sorry for the lack of details, I have gotten stuck on a number of fronts.
What is the best, guaranteed...
Started by Daryn on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Apt-get update apt-get upgrade -y
sudo apt....
This will get ruby and rubygems - make sure you get the versions you want and update these commands accordingly .
Although it's for Ubuntu Hardy it should work for you .
This Slicehost article is what I follow.
|
Ask your Facebook Friends
|
Will you be installing Windows 7 RC as your primary OS? Or be waiting for the RTM version?
Started by Nick Berardi on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at serverfault):
I really like it, I will most likely be installing the RTM to see.
The increased performance over using the beta for over a month .
If initial feed back is good, I will be installing as my primary.
|
|
Is there a way to connect to a remote oracle DB from a client PC without installing oracle on the client ?
Started by Oysio on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If the remote server is not permitting remote access....
Everything depends upon the remote server.
You don't need to install all of Oracle but only the ODBC driver.
Here's a step by step guide.
You need to download an ADO.NET driver for Oracle.
|
|
I'm eager to give these a go, but I've only got my precious home machine to try it out.
I'm in the middle of some important work that can't get inferred with, yet I can't resist the urge to give the new bits a go.
Will installing VS10 on a Vista SP1 box...
Started by CVertex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Resist.
Avoid installing anything tagged CTP, RC or beta on a machine you consider mission critical.
|
|
What tips do you have for debugging a WebPart that is not installing? One tip per response.
Started by John on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It was written for SharePoint 2003 / WSS 2.0 but the same principles... .
A great article for troubleshooting this is Common Security Pitfalls for Web Part Developers by Jan Tielens .
One of the most common problems for newbies is probably code access security .
|
|
I've googled the hell out of it, and it seems like there is no way to install gcc on OS X without installing Xcode (which takes at leats 1.5GB of space). All I need is gcc and none of the other junk that comes with Xcode. And at this point, I'll take ...
Started by aryo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you are planning to do Cocoa or Carbon developing I strongly suggest installing you're probably still better off installing the whole thing - if HD space is really tight (because.
That this is the best route.
|
|
Is there a way for my setup/installer poject to check that another program is installed on the machine before proceeding with the install process? I am using Visual Studio 2008.
Started by Jordan S on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Additionally, some programs are listed as pre-requisites in the....
Use MSI Spy to get the Component ID of a program .
You can use the Component ID of the program to determine if it's installed.
Windows Installer supports launch conditions .
|
|
I want to install Oracle 11g for 64bit on a Ubuntu 8.04 64bit server.Can anybody help in installing the oracle 11g on ubuntu from the scratch(pre-installation to post-installation)?
Started by Charly on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
And installing on RHEL or CentOS ( not Fedora Core) because RHEL is supported and CentOS is known to work libc6 libc6-dev gcc make binutils lesstif2 ++-multilib
INSTALLING
(I assume you have done it before.
|