What the hell? How do you get Java to be so buggy..? I use Eclipse fairly regularly nowadays, and I'm starting to appreciate it more and more. Same goes for Java as a language and as a system. I don't really understand how so many people can hate it so much
And please, don't integrate with Visual Studio unless you don't want me using it
Latenite 2: Directory structure and project management.
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
-
- MCF Legend
- Posts: 1601
- Joined: Mon 20 Dec, 2004 8:45 am
- Location: Budapest, Absurdistan
- Contact:
For instance, deploying Java programs at different machines is often impossible without recompilation. I’m teaching Java in this semester (and did last year too), and you have no idea how much trouble we have getting the programs of students to run in the lab because of slight runtime version differences. And they aren’t even using third party class libraries, which could remove the option of recompilation as a last resort...Timendus wrote:Same goes for Java as a language and as a system. I don't really understand how so many people can hate it so much
As for .NET, Mono seems to be still too immature to run complex applications (e.g. Winforms support is not too stable in my experience), but it is getting there slowly.
For the time being the safest and most portable option is still C/C++.
- benryves
- Maxcoderz Staff
- Posts: 3089
- Joined: Thu 16 Dec, 2004 10:06 pm
- Location: Croydon, England
- Contact:
I have no idea, but it's not just me. I didn't install it on the university PCs, and didn't set it up on the work PCs. Older (pre-JIT) versions ran fine.Timendus wrote:What the hell? How do you get Java to be so buggy..?
It's a good idea (both language and system) and can appreciate what it has done, but I do find the language rather ungainly and the runtimes (ignoring the above bugs) rather clunky. Put it down to MS fanboyism if you like, but ".NET" seems to be a lot better executed.Same goes for Java as a language and as a system. I don't really understand how so many people can hate it so much
MS made some noise about releasing the source to the class libraries for VS2008, so hopefully support might get better. System.Windows.Forms is a bit of an odd one, as it relies on Windows-specific behaviour (window messages and the like) which have to be emulated on other operating systems (maybe it should have been Microsoft.Windows.Forms, in the same vein as other MS/Windows-specific stuff in the Microsoft namespace). I suppose WPF and XAML are easier to reimplement in any case.CoBB wrote:As for .NET, Mono seems to be still too immature to run complex applications (e.g. Winforms support is not too stable in my experience), but it is getting there slowly.
It's completely insane, but you're absolutely right...CoBB wrote:For the time being the safest and most portable option is still C/C++.
So, you're not going to work with Java because apearently everybody hates it, which leaves .NET -- and hoping that Mono will get there "some day" -- or writing your IDE in C/C++ with some portable GUI library... In other words, it'll be .NET and I'll just have to keep working with a simple editor with improper syntax highlighting and a command line
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
-
- MCF Legend
- Posts: 1601
- Joined: Mon 20 Dec, 2004 8:45 am
- Location: Budapest, Absurdistan
- Contact:
Unless the app heavily relies on IE, in which case that ‘someday’ is pushed even farther...Timendus wrote:So, you're not going to work with Java because apearently everybody hates it, which leaves .NET -- and hoping that Mono will get there "some day"
Time to embrace Emacs.Timendus wrote:I'll just have to keep working with a simple editor with improper syntax highlighting and a command line
-
- Calc King
- Posts: 1513
- Joined: Sat 05 Aug, 2006 7:22 am