Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Author: Webner

We are a software development company in India.
February 23, 2015 Java Frameworks / Linux, Windows, Mac

Tomcat – java.lang.Unsupported Class Version Error: Bad version number in .class file

February 23, 2015 Java Frameworks / Linux, Windows, Mac
Post Views: 5,383
| By Webner

This is because your class files were compiled with a Java compiler not compatible with JVM in use within tomcat. If you compiled on the same machine on which you have tomcat running, you must be having 2 JDKs (or

Read More
February 22, 2015 Java Frameworks / Web Development

Javascript – extract Year from Date

February 22, 2015 Java Frameworks / Web Development
Post Views: 4,022
| By Webner

If you want to extract the year from Date in Javascript, try getFullYear() method instead of getYear(), see the output below on Firefox and Chrome: Here’s the code: <html> <head> <script langauge=”javascript”> var date1 = new Date(); var browser =

Read More
February 21, 2015 Java Frameworks / Linux, Windows, Mac

MuleStudio – No option to Create New Mule Project

February 21, 2015 Java Frameworks / Linux, Windows, Mac
Post Views: 3,334
| By Webner

installed MuleStudio community edition on Ubuntu 11.04. MuleStudio was starting but showed no option to create new Mule Project. Since I have multiple versions of JDK installed, so before starting mule studio I was explicitly exporting JAVA_HOME to point to

Read More
February 20, 2015 Others (General)

Dravid

February 20, 2015 Others (General)
Post Views: 3,355
| By Webner

Legendary Indian cricketer Rahul Dravid announced his retirement from international cricket today. Although Rahul Dravid is a cricketer, his influence over those who watched him in last 16 years of his career goes beyond that of a sportsman. Cricket is

Read More
February 19, 2015 Web Development

Online Certifications

February 19, 2015 Web Development
Post Views: 3,710
| By Webner

StudySection.com is the only site which gives you a chance to get certified online in just 30 minutes. Tests on all subjects are absolutely free with unlimited re-attempts. THE CERTIFICATION CENTER for online certifications. Get certified today! http://www.studysection.com

Read More
February 18, 2015 Java Frameworks / Linux, Windows, Mac

Tomcat – java.lang.UnsupportedClassVersionError: Bad version number in .class file

February 18, 2015 Java Frameworks / Linux, Windows, Mac
Post Views: 3,384
| By Webner

This is because your class files were compiled with a Java compiler not compatible with JVM in use within tomcat. If you compiled on same machine on which you have tomcat running, you must be having 2 JDKs (or a

Read More
February 17, 2015 Linux, Windows, Mac / PHP Frameworks

Fatal error: Allowed memory size of 16777216 bytes exhausted

February 17, 2015 Linux, Windows, Mac / PHP Frameworks
Post Views: 3,532
| By Webner

You need to change the maximum memory allowed to a php script to run. For this you need to open your php.ini (location of this file will depend on where php is installed on your machine). In my case php.ini

Read More
February 15, 2015 Java Frameworks

Proxy Pattern and Dynamic Proxies

February 15, 2015 Java Frameworks
Post Views: 6,075
| By Webner

Proxy pattern is about using proxy in front of another entity. It is a structural pattern, which means, it is implemented by changing/extending the structure of code. One example of proxy classes is remote communication. In case of remote communication,

Read More
February 13, 2015 Web Development

SVN Merge

February 13, 2015 Web Development
Post Views: 4,479
| By Webner

I use subeclipse plugin (in eclipse) to communicate with SVN. This discussion is applicable to SVN Merge in general but I have used subclipse references. Go through it even if you do not use eclipse/subclipse. It should be useful to

Read More

Posts pagination

«Previous Posts 1 … 166 167 168 169 170 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection