Where do you download a package with java.exe?
        Posted  
        
            by Derek
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Derek
        
        
        
        Published on 2010-04-10T04:01:09Z
        Indexed on 
            2010/04/10
            4:03 UTC
        
        
        Read the original article
        Hit count: 395
        
I was trying to run this java ee program with session beans which involves the 'ant' command apparently and when I try to run 'ant' it says...
'"java.exe"' is not recognized as an internal or external command.
Soooo I am thinking I need to get java.exe in order to use 'ant' properly. Where can I find it? What downloadable contains it?
© Stack Overflow or respective owner