Thank you for your advices
> If your user base is all Windows, why not
> program in .NET?
I have not learnt .net.
and I have write some programs in java
but what bother me is that not everyone has installed JRE
and they will not try it.
so I want to turn it to native code.
Oliver Wong - 05 Dec 2006 16:36 GMT
> Thank you for your advices
>
>> If your user base is all Windows, why not
>> program in .NET?
>
> I have not learnt .net.
C# is pretty similar to Java such that you can pick C# pretty quickly,
if you already know Java. There are also compilers which take Java source
code and emit .NET binaries, but you can't use most of Sun's class
libraries, as they won't be available in a .NET environment. Instead,
there's a pseudo-equivalent called the GNU ClassPath, I think.
> and I have write some programs in java
> but what bother me is that not everyone has installed JRE
> and they will not try it.
> so I want to turn it to native code.
.NET isn't native code either, but I bet Microsoft is going to make sure
.NET gets bundled with every copy of Vista.
- Oliver
Andrew Thompson - 05 Dec 2006 21:33 GMT
> Thank you for your advices
>
[quoted text clipped - 3 lines]
> and I have write some programs in java
> but what bother me is that not everyone has installed JRE
Instead, you expect everybody to install Windows?!?
> and they will not try it.
I know of more people who 'would not let Windows
infect a PC' than either know or care about the
existence of Java.
> so I want to turn it to native code.
This 'program for everybody' is an illusion.
Get over it and concentrate on providing
'the working prgoram - or clear steps about what
to do to get to get the working program'..
then encourage your end-users to recognise
that the best way to run your program is with
an up-to-date Java Plug-In.
Andrew T.