Platform-Independent Programs

Post Reply
Beau Geste (imported)
Articles: 0
Posts: 225
Joined: Sun Aug 06, 2006 12:12 pm

Posting Rank

Platform-Independent Programs

Post by Beau Geste (imported) »

When Java was first introduced, it was supposed to make it possible for programs to be written which would work on any existing operating system (assuming the computer had enough memory.) Since then, if I understand it correctly, C# also was designed to produce programs portable to any system.

Obviously, the key to making the switch to Linux, lies in getting programs which will run with Linux, and will do what you want. Has anybody looked into this, and figured out which of the more important programs which most of us use, can be used with Linux as well as with Windows?
fhunter
Site Admin
Articles: 0
Posts: 1634
Joined: Wed Nov 27, 2024 9:57 am
Location: Serbia
Has thanked: 57 times
Been thanked: 18 times

Posting Rank

Re: Platform-Independent Programs

Post by fhunter »

Beau Geste (imported) wrote: Sun Apr 29, 2007 2:57 pm When Java was first introduced, it was supposed to make it possible for programs to be written which would work on any existing operating system (assuming the computer had enough memory.) Since then, if I understand it correctly, C# also was designed to produce programs portable to any system.

Obviously, the key to making the switch to Linux, lies in getting programs which will run with Linux, and will do what you want. Has anybody looked into this, and figured out which of the more important programs which most of us use, can be used with Linux as well as with Windows?

C# in it's current state is fully supported only on micro$oft platforms.

Also the Mono (http://www.mono-project.com/Main_Page) project exists, which makes it possible to run C# applications on all platforms. But it only supports .net 1.1, and support for .net 2.0 is spotty (as they claim).

As for the programs, may be this table would be helpfull to you:

http://www.linuxrsp.ru/win-lin-soft/table-eng.html

Also there is the Wine (http://www.winehq.org/) project - it is possible to run windows programs on linux, but i can not say, that all of them run smoothly, YMMW.
Post Reply

Return to “Archive Technical Help”