IntelliJ JVM Options Location: IDE_HOME\bin\<product>[bits][.exe].vmoptions file. -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false IntelliJ IDEA Platform Properties File location : IDE_HOME\bin\idea.properties idea.max.intellisense.filesize=2500 idea.cycle.buffer.size=1024 source: https://intellij-support.jetbrains.com/entries/23395793
IMAP and SMTP Settings For Thunderbird mail and other supported app clients Incoming (IMAP) Server Server address: imap-mail.outlook.com Port: 993 Encrypted Connection: SSL Outgoing (SMTP) Server Server address: smtp-mail.outlook.com Port: 25 (or 587 if 25 is blocked) Authentication: Yes Encrypted Connection: TLS User name: Your email address Password: Your password More here: http://windows.microsoft.com/en-GB/windows/outlook/send-receive-from-app
Thanks to Oracle, Oracle JDBC jars cant be downloaded from maven repositories… therefore, your pom will through this error : Missing artifact com.oracle:ojdbc14:jar:10.2.0.1.0 Solution: Find specific version on the Oracle site or download from others sites like this. Then place in your .m2 folder and refresh your pom. .m2\repository\com\oracle\ojdbc14\10.2.0.4.0 Maven will magically resolve the other…
Lovely video shared by my Chinese colleague. Thought I had it tough with my huge extended family background.
Application Description Eclipse IDE Java JDK development tools Tomcat Application Server Subclipse Source Control eclipse plugin for subversion Maven Tools create projects and manage dependencies handle class paths for dependences, build tool, compile package, release and documentation Maven-Eclipse-Plugin (m2eclipse) Note: Currently installed with latest Eclipse version (3.6 Helios) Spring Tool Suite Subversion Subclipse …
First of many first blog post right before i decide its bad idea and i would not have the time to commit to posting… This time around its different as i will be posting on here primarily notes, ideas, tips and tricks my for future reference. So this will pretty much be a mish-mash of…