Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Christian Gollwitzer Newsgroups: comp.lang.python Subject: Re: Jython standalone Date: Sun, 15 Nov 2015 09:33:40 +0100 Organization: A noiseless patient Spider Lines: 23 Message-ID: References: <56469dee$0$1612$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 15 Nov 2015 08:31:21 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="09360e0ab07672f4bcf79b9f96c5414e"; logging-data="25643"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18KD+B16584oUW7H0dgW24gkkyhf+S6idw=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: Cancel-Lock: sha1:7LGoR7b5nJBCdIpt+fss9gFT1QI= Xref: csiph.com comp.lang.python:98853 Am 15.11.15 um 01:35 schrieb vjp2.at@at.BioStrategist.dot.dot.com: > Jython is python in java at jython.org. > > I tried clicking and double clicking. > > I does a wait cycle (rotating arrow) > then returns to attention. I think you are describing the Windows mouse cursor that displays a rotating wheel to indicate "busy". Aren't you? From looking at the jython website, it states: Download Jython 2.7.0 - Standalone Jar : For embedding Jython in Java applications "embedding Jython in Java applications" means, that you can integrate it into a Java program that you are writing. You will not be able to double click and run this jar; it is a library, not an application. Try the installer instead. Christian