Tuesday Mar 18, 2008
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.
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.
[Read More]Last week I created an application which consumes various StrikeIron Webservices in NetBeans. Including Application sources and tutorial video.
Wednesday Apr 18, 2007
Thursday Apr 12, 2007
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.
Friday Nov 10, 2006
Sunday Aug 27, 2006
[Read More]
Wednesday May 31, 2006
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.
- Edit c:\Program Files\Sun\jstudio_ent8\ide\etc\jstudio.conf Set JDK path
- D:\Program Files\Sun\jstudio_ent8\ide\bin\runide.exe -jdkhome JDK_INST_DIR
- Select desktop JSE icon -> properties ->Target D:\Program Files\Sun\jstudio_ent8\ide\bin\runide.exe -jdkhome JDK_INST_DIR
Friday Feb 10, 2006
This blog copyright 2008 by pcmreddy

