![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trouble installing Java bin in ssh | clockwise | Shell Programming and Scripting | 3 | 04-12-2008 02:24 PM |
| Sun Java Platform, Standard Edition 1.5.0_15 (Java 5 branch) | iBot | Software Releases - RSS News | 0 | 03-06-2008 05:50 PM |
| installing java 5.0 in HPUX B11.11 | winky | HP-UX | 6 | 01-22-2008 11:21 PM |
| Java Exceptions while installing Oracle | panchpan | SUN Solaris | 5 | 11-21-2007 04:46 AM |
| Installing Java on Openserver 6 | LetSco | UNIX for Dummies Questions & Answers | 6 | 07-04-2007 02:01 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
installing java runtime on HP-Ux
Hello Everyone...
I have got one HP Ux server. Full info is as follows HP-UX ishesl B.11.11 U 9000/800 1194414656 unlimited-user license I tried running some java based GUI tool but it gave this error java.lang.NoClassDefFoundError it means that java run time is not installed on the machine. So i tried searching for java run time on HP website. But in list of servers on Hp website, there are given a number of servers in 9000/800 series, I am not able to understand which one to go for. Can somebody give me the link to a website from where I can download this. Thanks in advance Sidhu |
|
||||
|
it is a patch
It just says that it is a patch for java. Doesnt say that there is no java installed. So, if a patch is installed, then java should be there on the system. Try listing processes and grep for java and see if it running.
This link says, to use the above given command only if the software is installed using swinstall. Last edited by ranj@chn; 01-04-2007 at 01:51 PM.. Reason: typo |
|
|||||
|
Quote:
There are two possible reasons for this error. 1. As aready stated, the CLASSPATH is incorrect. 2. The main class is incorrectly specified. Consider this example: My class is called MainClass, and is in package com.unix To invoke the method I run: Code:
java com.unix.MainClass Code:
java MyClass |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|