Other plugins:
Bookmarks (2.23 KiB, 672 downloads):
= install for Eclipse STS.
Ctrl+Shift+R | Resource |
Ctrl+Shift+T | Type |
Ctrl+Shift+X | Upper |
Ctrl+Shift+Y | Lower |
Alt+Shift+X,Y | Run as Java |
Alt+Shift+R | Rename |
Ctrl+Alt+Up | Duplicate line |
Ctrl+L | List all shortcuts |
Alt+F7 | Compare with HEAD |
Alt+F8 | Compare with Rev |
Alt+Shift+F7 | Replace with HEAD |
Ctrl+Shift+P | Navigating to Matching braces |
Ctrl+O | Navigating to different parts of the code |
Ctrl+, and Ctrl+. | Takes you to the previous/next error |
Ctrl+F7 | Switching to different views |
Ctrl+F6 | Switching to different editors |
Ctrl+F8 | Switch to different perspectives |
F3 from console | Navigate to the corresponding source code |
Ctrl+Shift+ArrowUp/Down | Jumping from method to method |
Ctrl+Shift+I | Evaluate selected expression |
Ctrl+Shift+U | Toggle case (upper/lower) |
Missing requirement: JavaHL 1.6.6 Win32 Binaries (Optional) 2.2.2.I20100512-1900 (org.polarion.eclipse.team.svn.connector.javahl16.win32.feature.group 2.2.2.I20100512-1900) requires 'org.polarion.eclipse.team.svn.connector.javahl16.win32 [2.2.2.I20100512-1900]' but it could not be found
.metadata/.plugins/org.eclipse.core.runtime/.settings
folder.
System.console()
will return null
. The solution is described here:BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=9090,server=y,suspend=y
)
log4j.xml
? You need to use the following declaration:
<!DOCTYPE log4j:configuration PUBLIC "-//APACHE//DTD LOG4J 1.2//EN" "http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd">
instead of:
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
target
folder from search results?
Mark the target
folders as “Derived” resource in properties. In quick search (Ctrl+Shift+R) screen in options (press the arrow in the top right corner) make sure that “Show derived resources” is unticked.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
exception when fetching from remote repository $JAVA_HOME/jre/lib/security
directory and C:\Temp\DigiCertHighAssuranceEVRootCA.crt
is the exported certificate:
..\..\bin\keytool.exe -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -alias DigiCertHighAssuranceEVRootCA -file C:\Temp\DigiCertHighAssuranceEVRootCA.crt
In case you import the self-signed certificate, skip the -trustcacerts
key. changeit
is a default password for the key store. For complete reference check keytool
manual.
Add -Dsun.net.client.defaultReadTimeout=30000
to your eclipse.ini
.
Hotkeys:
Shift+F6 | Rename |
Ctrl+B | Go to declaration or usages |
Ctrl+Alt+B | Go to implementation |
Ctrl+N | Jump to class |
Ctrl+Shift+N | Search in all files |
Ctrl+Shift+U | Toggle lower/upper case |
Ctrl+Alt+Shift+J | Highlight all occurrences of selected text in a file |
Ctrl+Alt+V | Refactor → Extract variable |
Ctrl+Alt+N | Refactor → Inline (replace) variable |
Ctrl+Shift+F10 | Run all tests in current file |
Alt-Enter | Provide error fix (e.g. add missing import) |
Ctrl-F12 | Navigate to / list all class methods |
.class
files (Preferences → Global → Editors → File Associations → *.class.)"Девица не хочет лезть в Окно" – device not compatible with Windows.