<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'><font face="times new roman, new york, times, serif" size="3">That makes sense. I'm running with Java 1.6. The 1.7 JDKs won't install on my laptop because it </font><font face="times new roman, new york, times, serif">apparently</font><font face="times new roman, new york, times, serif" size="3"> requires OS X 10.7.3 or newer. I'll see if I can test with X11 forwarding over ssh for now until I can upgrade.</font><div><div style="color: rgb(0, 0, 0); font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><div><br><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Mihael Hategan" <hategan@mcs.anl.gov><br><b>To: </b>"David Kelly" <davidk@ci.uchicago.edu><br><b>Cc: </b>"Swift Devel" <swift-devel@ci.uchicago.edu>, "Michael Wilde" <wilde@mcs.anl.gov><br><b>Sent: </b>Sunday, July 28, 2013 5:32:48 PM<br><b>Subject: </b>Re: [Swift-devel] swift swing gui testing<br><br>I'm guessing you are using a pre 1.7 jdk. I'll try to make these 1.6<br>compatible, but 1.6 has been EOL-ed by Oracle.<br><br>Mihael<br><br>On Sun, 2013-07-28 at 16:17 -0500, David Kelly wrote:<br>> I can't seem to get trunk compiled to test it out: <br>> <br>> compile: <br>> [echo] [swift]: COMPILE <br>> [mkdir] Created dir: /Users/davidk/swift-trunk/cog/modules/swift/build <br>> [javac] Compiling 427 source files to /Users/davidk/swift-trunk/cog/modules/swift/build <br>> [javac] /Users/davidk/swift-trunk/cog/modules/swift/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java:72: cannot find symbol <br>> [javac] symbol : method bind(java.net.InetSocketAddress) <br>> [javac] location: class java.nio.channels.ServerSocketChannel <br>> [javac] channel.bind(new InetSocketAddress(port)); <br>> [javac] ^ <br>> [javac] /Users/davidk/swift-trunk/cog/modules/swift/src/org/griphyn/vdl/karajan/monitor/monitors/swing/GridView.java:344: cannot find symbol <br>> [javac] symbol : method revalidate() <br>> [javac] location: class java.awt.Container <br>> [javac] getParent().revalidate(); <br>> [javac] ^ <br>> [javac] Note: Some input files use unchecked or unsafe operations. <br>> [javac] Note: Recompile with -Xlint:unchecked for details. <br>> [javac] 2 errors <br>> ----- Original Message -----<br>> <br>> > From: "Mihael Hategan" <hategan@mcs.anl.gov><br>> > To: "Michael Wilde" <wilde@mcs.anl.gov><br>> > Cc: "Swift Devel" <swift-devel@ci.uchicago.edu><br>> > Sent: Saturday, July 27, 2013 5:35:33 PM<br>> > Subject: Re: [Swift-devel] swift swing gui testing<br>> <br>> > On Sat, 2013-07-27 at 17:00 -0500, Michael Wilde wrote:<br>> > > Thanks, Mihael, that works now.<br>> > ><br>> > > I think the next steps on this are to use and refine the interface,<br>> > > and then translate to a web-based version?<br>> <br>> > Yes.<br>> <br>> > When I said feedback, I meant mostly from a perspective of how useful<br>> > you find it and what design-wise comments you have.<br>> <br>> > Mihael<br>> <br>> > _______________________________________________<br>> > Swift-devel mailing list<br>> > Swift-devel@ci.uchicago.edu<br>> > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel<br>> I can't seem to get trunk compiled to test it out:<br>> <br>> <br>> compile:<br>>      [echo] [swift]: COMPILE<br>>     [mkdir] Created<br>> dir: /Users/davidk/swift-trunk/cog/modules/swift/build<br>>     [javac] Compiling 427 source files<br>> to /Users/davidk/swift-trunk/cog/modules/swift/build<br>> <br>> [javac] /Users/davidk/swift-trunk/cog/modules/swift/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java:72: cannot find symbol<br>>     [javac] symbol  : method bind(java.net.InetSocketAddress)<br>>     [javac] location: class java.nio.channels.ServerSocketChannel<br>>     [javac]         channel.bind(new InetSocketAddress(port));<br>>     [javac]                ^<br>> <br>> [javac] /Users/davidk/swift-trunk/cog/modules/swift/src/org/griphyn/vdl/karajan/monitor/monitors/swing/GridView.java:344: cannot find symbol<br>>     [javac] symbol  : method revalidate()<br>>     [javac] location: class java.awt.Container<br>>     [javac]             getParent().revalidate();<br>>     [javac]                        ^<br>>     [javac] Note: Some input files use unchecked or unsafe operations.<br>>     [javac] Note: Recompile with -Xlint:unchecked for details.<br>>     [javac] 2 errors<br>> <br>> <br>> ______________________________________________________________________<br>>         From: "Mihael Hategan" <hategan@mcs.anl.gov><br>>         To: "Michael Wilde" <wilde@mcs.anl.gov><br>>         Cc: "Swift Devel" <swift-devel@ci.uchicago.edu><br>>         Sent: Saturday, July 27, 2013 5:35:33 PM<br>>         Subject: Re: [Swift-devel] swift swing gui testing<br>>         <br>>         On Sat, 2013-07-27 at 17:00 -0500, Michael Wilde wrote:<br>>         > Thanks, Mihael, that works now.<br>>         > <br>>         > I think the next steps on this are to use and refine the<br>>         interface, and then translate to a web-based version?<br>>         <br>>         Yes.<br>>         <br>>         When I said feedback, I meant mostly from a perspective of how<br>>         useful<br>>         you find it and what design-wise comments you have.<br>>         <br>>         Mihael<br>>         <br>>         _______________________________________________<br>>         Swift-devel mailing list<br>>         Swift-devel@ci.uchicago.edu<br>>         https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel<br>> <br>> <br><br><br></blockquote><br></div></div></div></div></body></html>