[Wine] Native libpq.so instead of libpq.dll?

Martin Gregorie martin at gregorie.org
Mon Jul 19 10:10:21 CDT 2010


On Sun, 2010-07-18 at 23:33 -0500, Vincent Povirk wrote:
> >From what I can tell, Java is not included at all in a stock Ubuntu
> install or in a stock Windows install.
>
I'd be surprised if OpenJava isn't included in Ubuntu distros - it is in
Fedora. However, like most developers, I use Sun/Oracle Java 1.6, which
is a free download and very easy to install for Linux or Windows. 

Three ways of seeing if java is installed are:

<Code>

alternatives --display java          # should mention Open Java as
                                     # 'current best'

locate java                          # Lists all paths containing 'java'

java -version                        # Displays the installed version

</code>


Martin
 





More information about the wine-users mailing list