Pydev dialog terminates Eclipse Juno IDE

I just installed Pydev 3.7.1 in Eclipse Juno. I created a sample project and added a new file. When I try to edit the file to add the source code, I immediately get the following dialog ...

enter image description here

After closing the dialog, Eclipse shuts down and I get the following from Eclipse ...

enter image description here

I tried to click on the buttons in the dialog box, but it seems the problem is not resolved. I have Java 7 installed, as Pydev requires, so I'm not sure if I have something missing. Can someone tell me what is going on here?

+4
source share
2 answers

The workaround for this problem is to add:

-Dpydev.funding.hide = 1

vmargs eclipse.ini( )

, ... , , , - / SWT Eclipse ( ).

: https://github.com/fabioz/Pydev/blob/development/plugins/org.python.pydev/src/org/python/pydev/editor/PydevShowBrowserMessage.java - , - , Eclipse SDK/PyDev: http://pydev.org/developers.html , :)

+3

64- Eclipe Ubuntu 14.04. .py Eclipse PyDev , Eclipse - .

"-Dpydev.funding.hide = 1" eclipse.ini ...

0

All Articles