Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a question if I install java with eclips and visual studio 2008 sp1 on the same machine will it cause any problem or both will run normally.
Posted
Comments
Sudhakar Shinde 15-Apr-13 10:46am    
Why do you think there will be any problem? What is the configuration of the system you want to use for installation?
Member 9793793 15-Apr-13 11:24am    
System confi :
2 gb ram
80 gb hdd
os: windows XP sp2
Prasad Khandekar 15-Apr-13 10:48am    
Hello,

Yes you can. For eclipse depending upon the version you choose you will either require JDK 1.5 or 1.6 or 7. Simply download it from Oracle Website, install it and then set JAVA_HOME and finally update the PATH to include %JAVA_HOME%\bin. For Visual Studio 2008 You will require the .NET SDK. The installer should take care of it.

To run eclipse and VS 2008 simulteneously you may require good amount of memory. I will recommend at least 4GB of RAM.

Regards,

1 solution

Yes.

I run Eclipse and VS2010 together, and have no problems, except the Android emulator being slow to load and generally a PITA unless you have a portrait screen that can take the high res (I emulate a Nexus 7, and the emulator always starts in portrait). So unless you have a monitor supporting a VRes of 1280 or higher it doesn't work too well unless it is in portrait mode.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900