Java Tools Posted on: February 25, 2008 By Deepak Kumar
# Java Compiler
To commence with Java programming, we must know the significance of Java Compiler.
Java Tools
Java Compiler To commence with Java programming, we must know the
significance of Java Compiler.
Java Interpreter We can run Java on most platforms provided a platform
must has a Java interpreter.
Java Debugger Java debugger helps in finding and the fixing of bugs
in Java language programs.
Java Header File Generator In Java programming we need to implement some native
methods. To implement these methods Javah generates C header and source
files that are used by C programs to reference an Object's instance variables
from native source code.
JavaDoc
This
tool is used to generate API documentation into HTML format from Java source
code.
Applet Viewer Applet viewer is a command line program to run
Java applets.
Kelly
August 26, 2012
MmiQeenDHqGBkGHa
I don't think Joel's on crack, I think he's just being deceptive (possibly to hismlef).From what I can tell it's revisionist history.The way he writes his article, you'd think they started out with a blank slate and said What's the best way to write a webapp that runs on 2 platforms. Oh, I know let's write our own VBScript->ASP/PHP compiler and then extends VBScript with additional features The reality is (as best I can tell) that they wrote an ASP webapp using VBScript sold it on windows and then decided they needed a unix version. Now the question is What's the best way to take an existing webapp written in VBScript and make it run on unix without pissing off all our existing windows customers? For that question a VBS->PHP compiler is a reasonable option. If he'd switched to java he would have had to tell all his existing clients that the new version requires them to install a servlet engine for IIS and there's a big risk that they'll decide it's too hard and never upgrade.And once you've got your own compiler, and you want to fool yourself into believing that writing a bug tracking app is akin to rocket science, then you simple have to add lambdas to your language. That way you can still look cool and claim to hire the top 1% of people while writing bug tracking software in VBS.Don't forget that Joel still focuses on ISVs. The target audience for FogBugz seems to be small software vendors. Atlassian seem to be focusing more on the workgroups market. I suspect most JIRA users are only using it within their intranet.
Ask Questions? Discuss: Java Tools
Post your Comment