X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=nNBaJauE4Y2jtbKY 98kpOWauhhaOtQctUtO/p1Z6nxi5Du1uFVJJlno0sdZLgdJjPAQpA/jI2sfBYQct waojUH6iSOPbVZFTHfqL9WfyD2mZqn6rWKTC73gwDUMJSdo7nTmyf3BJHNDHWYNw Qi2bRCY27jkXrc2Qs96aDGyRaYo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=f0xjmkq+V4Ontuuu24A+85 3ixpc=; b=GAWrWNT6O4PVKn11b6/UvW+ADH/iJfu8f2/4UQhsvwrc8vJjXZiV/7 Bta9l91S72M2oJoycyXzXSQdCiH9v24xS+QDJWcM5RMVG36kHSTC2Zm1PMsaeZUf k3jpt2Y0cL4+RIbUBT5aDdZQN7cRkL/yXX2s9O8iObxqppfU2msqI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: csmail.cs.umass.edu Message-ID: <558AE759.3080103@cs.umass.edu> Date: Wed, 24 Jun 2015 13:22:33 -0400 From: Eliot Moss Reply-To: moss AT cs DOT umass DOT edu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Uses of Cygwin References: <78F3E29C-1542-4E78-8F7D-47932185FCFE AT etr-usa DOT com> In-Reply-To: <78F3E29C-1542-4E78-8F7D-47932185FCFE@etr-usa.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes To answer the question about Java, there is no "cygwin Java". You simply install the regular Java for Windows. You can invoke it from cygwin, since cygwin happily runs Windows executables. The one thing this does not accomplish is to give you Unix syntax for the Java command line -- you have to use Windows syntax for things like the class path (; not : for separator; full path name looks like C:\dir1\dir2\...\file.ext, etc.). This is because porting something to cygwin involves compiling from source. Also, something as subtle and complex as a Java virtual machine may really need to know that it's Windows underneath, etc. In other words, you really are better off using the Windows version of Java on Windows, even if you use cygwin primarily. Regards -- Eliot Moss -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple