users@glassfish.java.net

Re: Cannot download Javaee7 tutorial using updatetool

From: <forums_at_java.net>
Date: Thu, 27 Mar 2014 10:38:43 -0500 (CDT)

We have not tested GlassFish 4 (in particular updatetool) on Mint. Likely
there is some dependency that is not being resolved by the default Mint
install. You could search around the Mint package repository to find what
package has libjpeg.so.62 and add it. Another work-around is to use the pkg
CLI (which has fewer library dependencies than the updatetool GUI and is
therefore more likely to work on new platforms). Try this: mac$ pkg list -a
"*tutorial" NAME (PUBLISHER) VERSION STATE UFIX javaee-firstcup-tutorial
7.0.1-6 known ---- javaee-tutorial 7.0.3-2 known ---- $ pkg install
javaee-firstcup-tutorial . . . $ pkg install javaee-tutorial . . .

--
[Message sent by forum member 'jfdipol']
View Post: http://forums.java.net/node/901655