Is any version of Sun JDK or Open JDK available to be installed on cygwin.

Reason I am looking for this option is: There are many tools (e.g. jStack, jMap) which are available in unix versions of JDK but not for windows version. I need to exploit the same on my windows machine using Cygwin if possible.

link|improve this question

80% accept rate
Have you considered dual booting? – Stephen C May 31 '11 at 7:27
5  
The standard Sun/Oracle JDK runs jstack and jmap under cygwin/bash (Though they are not cygwin apps) – Peter Lawrey May 31 '11 at 7:28
dual boot or use VirtualBox to use a linux os – Freddie Aug 3 '11 at 19:14
@Freddie Thanks, but I was looking an option where I can use Cygwin to do the job! – Sandeep Jindal Aug 4 '11 at 4:20
How would this be more better than having a DOS box next door to run them from? Or a copy of VirtualVM? – bmargulies Oct 30 '11 at 23:23
show 1 more comment
feedback

1 Answer

The OpenJDK site has build / compile instructions for a Cygwin environment:

I have however not encountered pre-built binaries that are intended to run on CygWin - yet.

link|improve this answer
2  
Those instructions use Cygwin tools and Visual Studio to build the Windows version of the JDK, but not a Cygwin version that would use the Unix compatibility layer provided by Cygwin. – ak2 Oct 31 '11 at 6:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.