-3
votes
1answer
243 views

Best IDE for Linux (Ubunutu) [closed]

I would like to have my default OS as Linux. But the reason I'm still using windows is because of Eclipse IDE. I have installed Eclipse IDE in Ubunutu but it is not showing any auto suggestion when I ...
2
votes
6answers
318 views

How do I choose a package format for Linux software distribution?

We have a Java-based application that, to date, we've been distributing as a tarball with instructions for deploying. It's mostly self-contained so deployment is fairly straight-forward: Untar on ...
4
votes
2answers
255 views

Do LAMP/Java-based software development teams have SOE's?

As a developer on the Windows/.NET stack, it's pretty normal for the company-supplied machine to come with Windows (usually an ancient, archaic version like Windows XP) and a stack of software ...
12
votes
10answers
3k views

Should we choose Java over C# for a new project?

We have a team of .NET developers (C#) with a range of experience from 2 to 6 years. Over the last few years we have been developing Silverlight, ASP.NET MVC, and WPF applications. However, there is a ...
2
votes
3answers
4k views

What is the exact meaning of Platform independence?

What is the meaning of platform independence? I am taking the case of JAVA. Can I run a Java application on Linux that built on Windows platform? Or the reverse? Can I use a same (or exact) ...
1
vote
1answer
98 views

Changing OS parameters from Java source code

Can I design my program so that it will automatically change OS's hotkeys parameters? I mean, when installing a program, it will set the hotkey of OS so that if you press them, the program itself ...