-
I just tried Jython 2.5.0, and it works fine:
import sys; print('%s %s' % (sys.executable or sys.platform, sys.version))
java1.6.0_07 2.5.0 (Release_2_5_0:6476, Jun 16 2009, 13:33:26)
[Java HotSpot(TM) Client VM (Sun Microsystems Inc.)]
It still does not work with Jython 2.2.1. For my part, however, I don't care about having a jython 2.2.1 specific shell, so I'm closing this bug...
2009-06-25 01:46:22 UTC in Pydev for Eclipse
-
Done. The issue persists. The console outputs:
>>> import sys; print('%s %s' % (sys.executable or sys.platform, sys.version))
Console already exited with value: 255 while waiting for an answer.
Error stream:
Output stream: >>> x=1
Console already exited with value: 255 while waiting for an answer.
Error stream:
Output stream: >>>
I should also note that the python console works flawlessly.
2009-06-14 08:02:30 UTC in Pydev for Eclipse
-
Hi, I am having the same issues that are described in bug 1984150:
https://sourceforge.net/tracker/index.php?func=detail&aid=1984150&group_id=85796&atid=577329
On Ubuntu 8.04, Eclipse 3.4, Jython 2.2.1, java1.6.0_07, PyDev 1.4.6.2788. My system does not have a firewall in place.
My issues are described exactly by the preceding post. Please reopen the above bug. Thanks.
2009-06-11 15:48:44 UTC in Pydev for Eclipse
-
See for attached simple sample code, get the following JavaScript error:
java.util.Hashtable.newEntry is not a function
[Break on this error] }entry=java.util.Hashtable.newEntry(key,value,hash);
If you go into the compiled Hashtable.js, you can, in fact, see that function newEntry is never declared.
2009-06-07 15:59:08 UTC in Java2Script Pacemaker
-
Context:
org.eclipse.draw2d.IFigure decares an inner class NoInsets, then later on instantiates that class and assigns it to member NO_INSETS.
Expected Behaviour:
In code compiled by j2s, corresponding IFigure.js should declare inner class NoInsets before it instantiates it and assigns it to member NO_INSETS.
Actual Behaviour:
The declaration and assignment happens in the wrong...
2009-05-27 19:20:09 UTC in Java2Script Pacemaker
-
Context:
My workspace is set up as follows:
~/workspace/gsoc-phase1-fork2/
net.sf.j2s.ajax
net.sf.j2s.core
net.sf.j2s.java.core
net.sf.j2s.lib
net.sf.j2s.ui
org.eclipse.draw2d
org.eclipse.draw2d.examples/
src/
org.eclipse.draw2d.examples/...
2009-05-27 15:57:21 UTC in Java2Script Pacemaker
-
Nevermind. I've determined this is a problem with the configuration of my machine.
2007-12-09 03:16:23 UTC in Pydev for Eclipse
-
Upgraded Kubuntu from 7.04 to 7.10, and now Pydev debugger does not work correctly. Specifically, when attempting to debug any python file, I get the message:
"Launching : finding free socket..."
It stays that way for about 10 minutes. Then eventually it gives me a popup menu which says:
"
Timed out after 20.0 seconds while waiting for python script to connect.
Accept timed out
".
2007-12-08 23:59:03 UTC in Pydev for Eclipse
-
I had this issue with PyDev 1.3.8, Jython 2.2rc3. I switched back to Jython 2.1 and the issue went away.
Jake.
2007-08-19 02:18:06 UTC in Pydev for Eclipse