Hi,
I am trying to get a very small desktop app built - something that can be downloaded by people very quickly. I am trying to decide whether i shd build it in .net or java. I know Java will be cross platform, but I want to know if a lot of Windows users do not have JRE installed on their computers, in which case I am told they will need to download some 15MB of JRE software to make this app run whereas .NET will automatically be pre-installed in most windows machines. Does anyone know what percentage of Windows users do not have JRE on their machines? And what %age of Windows users have .NET pre-installed?
Thanks.
PS. The decision for us is: if a large no. of Windows users have JRE, then go for Java, if not, then go for .NET.