I'm running Apache Cassandra on my MAC OS 10.9.4 and while running it I got below error in my Eclipse Console. Seems only appears on MAC OS X. No error on Windows system. Java Version I'm …
OS X Yosemite Beta is now Available for Download – Get your copy now
I just got an email from Apple saying "OS X Yosemite Beta is now Available". If you have any of below questions then you are at correct location. How to download Mac OS X 10.10 YosemiteApple …
Read Article about OS X Yosemite Beta is now Available for Download – Get your copy now →
What is Cross-Origin Resource Sharing (CORS) – How to add it to your Java Jersey Web Server?
How to fix this error during client-server communication? Server sends data in JSON or XML format and client throws below exception. XMLHttpRequest cannot load https://crunchify.com/api/test. No …
Embedded Web Server Tutorial: How to Start Embedded HTTP Jersey server during Java Application Startup
Sometime back I've written a tutorial on How to build RESTful Service with Java using JAX-RS and Jersey. After all detailed steps you have to deploy your project to Tomcat Web Server and you should be …
Bash / Sh: How to read a file line by line? Linux Loop example
What is a simple way to run simple Linux Loop? How to read file line by line? There are many-many way to read file in bash script, look at the first section where I used while loop along with pipe …
Read Article about Bash / Sh: How to read a file line by line? Linux Loop example →
How to solve “Dynamic Web Module 3.1 requires Java 1.7 or newer” in Eclipse
Have you noticed above type of error in your Eclipse? When you’re creating a project with Dynamic Web Module 3.1 support, you should be using Java 1.7 or newer. Please follow below steps to resolve …
Read Article about How to solve “Dynamic Web Module 3.1 requires Java 1.7 or newer” in Eclipse →
Exception in thread “main” java.lang.UnsupportedClassVersionError: com/crunchify/Main : Unsupported major.minor version 51.0
Recently I faced this wired exception while running my Java application on Linux environment. java.lang.UnsupportedClassVersionError: com.crunchify.testClass : Unsupported major.minor version 51.0 …
How to exclude JSP file validation in Eclipse?
Hello Friends, It's been long time I've posted on blog but now I'm back with lots of Java Tutorials and Tips. Let me start with "How about stopping validation on .JSP files in Eclipse?". Sometimes …
Read Article about How to exclude JSP file validation in Eclipse? →
How to Send an Email using Java MailAPI with Large Image as an Attachment
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with Java SE …
Read Article about How to Send an Email using Java MailAPI with Large Image as an Attachment →