Re: engine/shoehorn/launcher issues

Emiliano <[email protected]>
Newsgroups gmane.comp.java.xwt.general
Message-ID <[email protected]>
On Mon, Mar 31, 2003 at 06:56:56PM -0800, Adam Megacz wrote:

> I'm going back through my xwt mailbox and responding to stuff; I'm
> going to drop anything related to problems with the shoehorn/launcher
> since 0281/launcher.v3 fixes most of this.  If you posted a problem
> and it still happens with 0281 and launcher v3, please repost.

As I'm trying to recompile the xmlrpc backend:

~/xwt/www.xwt.org/WEB-INF/src$ javac -deprecation -classpath `cat cp` `find . -name \*.java`

(where cp contains the jars in the WEB-INF/lib directory in classpath
format), I get:

./org/xwt/server/XServer.java:206: cannot resolve symbol
symbol  : class X509TrustManager  
location: class org.xwt.server.XServer.DummyTrustManager
    public static class DummyTrustManager implements X509TrustManager {
                                                     ^
./org/xwt/server/Jpeg2png.java:41: cannot resolve symbol
symbol  : class HeadlessException  
location: class org.xwt.server.Jpeg2png
        } catch (HeadlessException m) {
                 ^
./org/xwt/server/XServer.java:216: cannot resolve symbol
symbol  : class SSLContext  
location: class org.xwt.server.XServer.DummySSLSocketFactory
                SSLContext sslcontext = SSLContext.getInstance("TLS");
                ^
./org/xwt/server/XServer.java:216: cannot resolve symbol
symbol  : variable SSLContext  
location: class org.xwt.server.XServer.DummySSLSocketFactory
                SSLContext sslcontext = SSLContext.getInstance("TLS");
                                        ^
./org/xwt/server/XServer.java:218: cannot resolve symbol
symbol  : class TrustManager  
location: class org.xwt.server.XServer.DummySSLSocketFactory
                                 new TrustManager[] { new
DummyTrustManager()},
                                     ^
5 errors
13 warnings

Emile

_______________________________________________
http://lists.xwt.org/listinfo/dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.