Authorprasham.tated

Force.com IDE – JVM terminated. Exit code=-1 Error [Solved]

F

Just installed Force.com IDE on my Win7 Desktop, using the standalone installer from Salesforcewebsite. This is a pulse based installer that installs Force.com IDE as an eclipse plugin. However, once the installation finished I was greeted with the following error: JVM terminated. Exit code=-1. Below is a screenshot of the error pop-up.. How to solve this issue : In my case the problem was that ...

Skype is conflicting Wamp server. OR Wamp server error – though it is online,it is not working properly and showing orange color on quick launch icon.

S

Wamp server showing above error massage- Could not execute menu item (internal error). [execution ] Could not perform service action: The service has not been started. This error is fault of Apache  service of Wamp server. To solve this error- 1. left click on quick launch icon of wamp server . 2.then goto Apache–> Service–>click on Test Port 80. the following screen will appear...

To add Print button on your web page.

T

Adding Print Button on your web page is very simple . I am giving you following simple example. <html> <head> <title>Print Test</title> </head> <body> <h1>Print Test</h1> <input type=”button” onClick=”window.print()” value=”Print This Page”/> </body> </html> The most important is ‘on click...

How to add share buttons on web Page .or To add plugin of social networking site to your web page .

H

It is very very simple work to add share button on your webpage . there are ready made code available for that . you have to just go to this url:- . in this url , you will find the  code of all  share button like facebook,twittrer, google+,gmail ,yahoomail and lots more near about there are 50 to 60 share button on this page . you have to just copy and paste these buttons code. You have privilege...

Getting a Maps API Key from Google in Andriod Application

G

The MapView class in the Maps external library is a very useful class that lets you easily integrate Google Maps into your application. It provides built-in map downloading, rendering, and caching of Maps tiles, as well as a variety of display options and controls. Because MapView gives you access to Google Maps data, you need to register with the Google Maps service and agree to the applicable...

Category