Это старая версия документа.
A PCRE internal error occured. This might be caused by a faulty plugin
====== Eclipse doesn`t starts====== Eclipse error message:\\ <html><span style="color:red;font-weight:bold;"> A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: java in your current PATH </html> ==== Solution 1 - right one from eclipse foundation ==== adding to eclipse.ini after term "openFile" this lines - Linux: <code> -vm /usr/lib/jvm/java-current/bin/java </code> - Windows <code> -vm /path/bin/javaw.exe </code>