Cannot create Maven Project in eclipse

Same problem here, solved. I will explain the problem and the solution, to help others. My software is: Windows 7 Eclipse 4.4.1 (Luna SR1) m2e 1.5.0.20140606-0033 (from eclipse repository: http://download.eclipse.org/releases/luna) And I’m accessing internet through a proxy. My problem was the same: Just installed m2e, went to menu: File > New > Other > Maven … Read more

Cross compiler prefix and path in eclipse

If you are using a Mac, you can select MacOS GCC instead of Cross GCC. If you are on Windows, you will have to install a C++ compiler. I recommend you install Cygwin, try following the directions here. https://www3.ntu.edu.sg/home/ehchua/programming/howto/eclipsecpp_howto.html Once you’ve installed the C++ compiler, restart Eclipse and try to create the project again. Hope … Read more

Why is eclipse removing the navigator view?

Building off of nitind and osoblanco’s suggestions: You can make Project Explorer look exactly like the deprecated Navigator view by the following steps: Click Window->Show View->Project Explorer Click the three vertical dots in the top right corner of the Project Explorer Pane. Click “Filters and Customization…” In the “Pre-set filters” tab, uncheck “Java output folders” … Read more

Backup Eclipse plugins and settings

There are two parts to your question: Copying your settings between Eclipse installs Copying your installed plugins between Eclipse installs #1 is easy to do. You can export your Eclipse preferences from the File -> Export… -> Preferences. The resulting file contains all of your preferences for each installed plugin. It is portable between Eclipse … Read more

Java 7 JVM VerifyError in Eclipse

Bug 353467 speaks about “using -XX:-UseSplitVerifier to activate the old verifier”. That is consistent with the JDK TM 6 Adoption Guide which describes that option as: Traditional verifier can be forced with the -XX:-UseSplitVerifier flag. Missing or incorrect StackMapTable attributes for version 50.0 class files can result in VerifyError exceptions. Tools that rewrite bytecode in … Read more

How to replace uppercase letters to lowercase letters using regex in Eclipse?

I just resolved the same task (had to turn .net interface into java interface) utilizing the power of VIM 🙂 void DoMethod1 -> void doMethod1 Foo PerformMethod2 -> Foo performMethod2 :%s/\(^\s*\w\+\s\+\)\([A-Z]\)/\1\L\2/g Here we are searching for (optional indentation followed by return type followed by whitespace) followed by (Uppercase letter). Braces are capturing groups. Then we … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)