java was started but returned exit code = -805306369

Just had this issue, for me it was a corrupted workspace osgi cache. The solution was to run eclipse with the -clean parameter as eclipse.exe -clean After some time, eclipse required to clean up, the workspace selection dialog popped up and I could start eclipse normally again. The -clean parameter is documented in the eclipse … Read more

Specify Vagrantfile path explicity, if not plugin

Further to Andrew Lorente’s answer, you can also use the VAGRANT_VAGRANTFILE environment variable to specify the filename of the Vagrantfile. This has the advantage over VAGRANT_CWD of not changing the current working directory which can be useful when relying on relative paths. For example, the following will run vagrant up on Vagrantfile.other: VAGRANT_VAGRANTFILE=Vagrantfile.other vagrant up … Read more

Make Maven list all plugins used?

“Recognizes” or “uses”? You can see all the plugins configured in a particular project using mvn help:effective-pom. A global list of all available maven plugins would probably be impossible to accurately compile. There are lists of a couple of major clusters of plugins at the maven site and at codehaus, but maven plugins can come … Read more

How can I save text folds and folded code block data to .sublime-workspace?

First of all, There’s already a really nice plugin that does that and much more, it’s called BufferScroll Buffer Scroll is a simple Sublime Text plug-in which remembers and restores the scroll, cursor positions, also the selections, marks, bookmarks, foldings, selected syntax and optionally the color scheme. Trying to answer your question, I did a … Read more

META-INF/services in JAR with Gradle

You place META-INF/services/org.example.plugins.PluginService in src/main/java, but it’s not a source, it’s a resource file, therefore it should be placed in resources folder according to Maven directory layout convention, that is src/main/resources/META-INF/services/org.example.plugins.PluginService In this case everything should work out of the box.

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