Re: engine/shoehorn/launcher issues
Adam Megacz <[email protected]> 08 Apr 2003 02:34:26 -0700
| Newsgroups | gmane.comp.java.xwt.general |
|---|---|
| Organization | XWT |
| Message-ID | <[email protected]> |
I think you need jdk1.4. - a Emiliano <[email protected]> writes: > 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 > -- _______________________________________________ http://lists.xwt.org/listinfo/dev