Tuesday Mar 18, 2008

Previously this apps were in developer mode. Now I removed this setting for this apps. [Read More]

Monday Jun 18, 2007

Here is the procedure to find out the Java stacktrace  while running the application on windows. jstack requires processid.  On MS Windows it is easy to find the process id for a program running. Just follow this steps to show processid in taskmanager.

 

[Read More]

Friday Jun 15, 2007

I integrated StrikeIron's SMS service in Loan Application (which is presented in Java ONE) Now When loan approved applicant gets an SMS message. It was so easy to integrate StrikeIron's SMS service using NetBeans, What you need to do is few mouse clicks.

loanapp

[Read More]

Last week I created an application which consumes various StrikeIron Webservices in NetBeans. Including Application sources and tutorial video.

StrikeIron 

[Read More]

Wednesday Apr 18, 2007

Today I was playing with NISCom CrEme VM and NetBeans 5.5.1 RC CDC pack. Netbeans has really cool features such as deployment to target device and executing application in remote VM. [Read More]

Thursday Apr 12, 2007

To day I am trying out Ruby support in NetBeans. [Read More]

Thursday Feb 01, 2007

To day I was playing with VMPlayer + Solaris  and Ubuntu on my Note Book.

I installed Solaris Express and Ubuntu 6.10 on XP notebook. Solaris Express bundles NetBeans. I downloaded and installed JDK 1.6 + NB 5.5 on Ubuntu. All IDEs are up and running at the same time.

[Read More]

Sunday Aug 27, 2006

This blog entry explains how to manipulate BPEL process using NB Enterprise Pack 5.5  and How to communicate  to a BPEL process  from a webapplication.
[Read More]

Wednesday May 31, 2006

Connecting to remote Derby server from Netbeans step by step instructions.[Read More]

Thursday Apr 20, 2006

On Unix/Linux users may see the following error

"No compatible Java SE Runtime Environment (JRE) was found"

This is a known issue with Installshield. See http://support.installshield.com/kb/view.asp?articleid=Q107271 for more details.

Try this:
  $  ./jstudio_ent81-ea-linux.sh  -is:javahome <JAVA_HOME>

Monday Mar 27, 2006

Java Studio Ent  Tips

1) Why I am getting "cannot find java.exe" error?
     I guess after installing JSE8, User might have uninstalled the JDK.
     There are three ways to address this issue.

  1. Edit c:\Program Files\Sun\jstudio_ent8\ide\etc\jstudio.conf Set JDK path
  2. D:\Program Files\Sun\jstudio_ent8\ide\bin\runide.exe -jdkhome JDK_INST_DIR
  3. Select desktop JSE icon -> properties ->Target D:\Program Files\Sun\jstudio_ent8\ide\bin\runide.exe -jdkhome JDK_INST_DIR

Friday Feb 10, 2006

Sun Tech Days at Chennai.(Feb 8th and 9th 2006)

This blog copyright 2008 by pcmreddy