How to Trace System Calls and Signals in LinuxSeptember 22nd, 2009 There are certain programs in Linux for which the source is not readily available. There is an useful diagnostic, instructional, and debugging tool for Linux to solve it.
Open Source Java Software Stack (J2EE) Goes MainframeOctober 22nd, 2005 Unisys is putting Open Source Java software technologies (J2EE stack) directly on the mainframe using a native Java virtual machine. Why?
to improve the scalability, security and transactionlity integrity of J2EE apps;
to make it easier for J2EE and mainframe assets to communicate with one another; and
to provide n-tier Java/J2EE and mainframe developers a “back door” entry point through the mainframe-based J2EE app server to achieve complex (or tricky) updates/changes to mainframe programming.
How To Fix - Couldn't find per display information Error in Java ApplicationsJune 23rd, 2008 While running some Java applications (like Thinreader) you may see this strange looking error - Couldn't find per display information. You may find this error when running such applications in JDK 6 or later.
How To Install Sun JVM (JDK 1.5.x) on Linux / Fedora Core in 5 Simple StepsDecember 26th, 2006 Install Sun's Java Virtual Machine ( J2SE(TM) Development Kit 5.0 Update 9 ) on Fedora Core / Linux platform in 5 simple steps. The procedure is geared for users having access to Linux box from ssh / telnet only as in a vpn / dedicated web hosting.
Specific Rumors on Java OS based Google Phone running on LinuxSeptember 5th, 2007 Joshua has come up with very "specific" and very interesting rumors from "reliable sources" about the Google Phone:
1. the phone will run on a Linux distro
2.
How to download & install JDK 6September 28th, 2009 I never thought I would have to write this article. Downloading Java was the simplest thing possible.
How Can Sun Monetize Java?May 7th, 2008 The burning question at JavaOne 2008 on lots of developers and businesses mind was how Sun was ever going to monetize all the cool technologies at JavaOne? If Sun goes down, so does the technologies it championed. I got the opportunity to ask the questions on the Java panel for media, to JavaFX lead and others.
Welcome to targeted feed for JavaBlogs from todayMarch 14th, 2005 Discussion on feed targeting to JavaBlogs
How to install / enable Java Plugin / Applets in Firefox on CentOS 5September 28th, 2009 CentOS comes with OpenJava JRE installed. However that doesn't provide the required libraries to run Java from browsers (read: applets).
Thin Client for Java Developers?October 24th, 2008 Would you give a thin client to your Java developers? My friend is trying to have 8+ Java developers working on thin clients running Eclipse. He is using a 8-way big iron with 8 GB RAM.
How To: ICMP Ping in Java (JDK 1.5 and above)January 6th, 2007 Programatically using ICMP Ping is a great way to establish that a server is up and running. Previously you couldn't do ICMP ping (what ping command does in Linux/Unix & Windows) in java without using JNI or exec calls.
Thoughts on Professional PHP DevelopmentSeptember 22nd, 2006 I have started developing an interesting PHP application for LAMP (Linux-Apache-MySQL-PHP) stack. I have to say it has been an wonderful experience so far.
RedHat Acquires JBoss: Great News for Java / J2EE and Linux CommunityApril 10th, 2006 I am very happy for JBoss. Redhat has entered into a definitive agreement to acquire JBoss.
J2SE 5: New wine in new bottle with old corkMarch 15th, 2005 J2SE stands for Java 2 Standard Edition. The 2 stands for version 2 of the platform.
How To Install JDK 6 / Java SE 6 (+ Tomcat) in Fedora Core 6 / Fedora 7 in 5 MinutesAugust 7th, 2007 Fedora Core developers make it rather hard to install and properly configure Sun's JVM. All said and done Sun's JVM (comes with JDK) is the best JVM implementation out there; not to mention that it is the reference implementation.
February 24th, 2008 at 3:50 am
hi there,
I use jps and jstack utilities in the JDK (java 1.5 and above from sun) to do the above trick.
If the java process is a daemon then, the jstack technique will work whereas you won’t be able to do the CTRL + \ trick.
just my 2 cents.
BR,
~A
February 24th, 2008 at 4:35 am
Thanks for sharing.
Take care,
Angsuman
September 5th, 2008 at 9:22 am
Hi Angsuman,
I am trying to run my Jar or Linux SUSE 10, when I run it, it just gives me the following error, no trace.
How can I get the full trace. Please help.
dsadm@mach1:/opt/IBM/media/SAP/sapjco> java -jar ditest1.jar
The java class is not found: com/sap/mw/jco/JCO$Exception
dsadm@mach1:/opt/IBM/media/SAP/sapjco>
September 5th, 2008 at 8:05 pm
You just need to set the classpath properly. Does you jar contain all the required class files?