- Sign into Gmail.
- After Hangouts section is loaded, click on your name and choose Revert to old chat.
This option is only available in Gmail and is not available in Google Plus. - Click on the button which says Revert to old chat in the confirmation dialog box.
Overcoming them is what makes life meaningful I am enjoying Challenges
Monday, 9 September 2013
Revert back to Google Chat from Hangouts in Gmail
Monday, 12 August 2013
Glassfish server runtime requires full JDK instead of JRE
Glassfish server runtime requires full JDK instead of JRE
Start eclipse
Go To windows ---> Preferances
Under javainstalled JRES hit Add button
Select ‘Standard VM’ Then Next
Set JREHome=” C:\Program Files\Java\jdk1.6.XXXX”
Click Finish
Friday, 9 August 2013
Adding GlassFish Server as a Server in NetBeans IDE
1- Select Tools -> Server
2-Click Add Server.
3-Under Server, select GlassFish v3 and click Next.
4-Under Platform Location, browse to or enter the location of your GlassFish Server installation.
or
Give install glassfish server path
5-Click Next.
6-Under Domain, use the drop-down list to select an existing domain, type in the path to the domain directly in the field, or type the name of a new domain to create.
7-Click Finish.
Visit Glassfish eclipse jdk
Glassfish server runtime requires full JDK instead of JRE
http://mytechnologythought.blogspot.in/2013/08/glassfish-server-runtime-requires-full.html
2-Click Add Server.
3-Under Server, select GlassFish v3 and click Next.
4-Under Platform Location, browse to or enter the location of your GlassFish Server installation.
or
Give install glassfish server path
5-Click Next.
6-Under Domain, use the drop-down list to select an existing domain, type in the path to the domain directly in the field, or type the name of a new domain to create.
7-Click Finish.
Visit Glassfish eclipse jdk
Glassfish server runtime requires full JDK instead of JRE
http://mytechnologythought.blogspot.in/2013/08/glassfish-server-runtime-requires-full.html
Saturday, 22 June 2013
java.lang.classnotfoundexception org.hibernate.annotations.entity
java.lang.classnotfoundexception org.hibernate.annotations.entity
Add this jar file
hibernate-annotations.jar
Sunday, 16 June 2013
java.lang.IllegalStateException: Failed to load ApplicationContext
TRY this
@ContextConfiguration(locations = { "/applicationContext.xml",
"/applicationContext-test.xml"})
The attribute value is undefined for the annotation type ContextConfiguration
try this
@ContextConfiguration(locations = {"/applicationContext.xml"})
@ContextConfiguration(locations = {"/applicationContext.xml"})
Subscribe to:
Posts (Atom)