Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <42CDE27B.6B7FE277@dessent.net> Date: Thu, 07 Jul 2005 19:18:35 -0700 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Install J2EE tar on Cygwin? References: <3df578960507071903dedb11f AT mail DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Report: -5.9/5.0 ---- Start SpamAssassin results * -3.3 ALL_TRUSTED Did not pass through any untrusted hosts * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * 0.0 AWL AWL: From: address is in the auto white-list ---- End SpamAssassin results X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com C Jennings wrote: > This might be a stupid question but is it possible to install Linux > software onto Cygwin. No. > I currently have Cygwin + 3.1.4 KDE installed on my Windows XP box. > I've downloaded (wget) a tar file of the Java J2EE SDK v1.3.1 and > installed it using the following command provided on Sun's website: > > tar xvzf j2sdkee-1_3_1-linux.tar.gz You need to use the win32 j2sdk. > I don't know if it won't work because Cygwinis a port of the linux OS > and you can therefore only install the ported utilites that are > already provided by Cygwin such as Nedit or if i am doing something > wrong? Cygwin is not Linux in any shape or form. Cygwin is a set of libraries that provide a Linux-like API that allows you to build unix/posix applications as Windows binaries. This compatibility exists on the source level only, there is no chance whatsoever of being able to execute a Linux binary. All of the ported applications that you have mentioned have been recompiled from source. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/