![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| what is problem with this small shell script.. case statement related | johnray31 | Shell Programming and Scripting | 2 | 12-10-2007 03:05 PM |
| shell script related query | gopsman | Shell Programming and Scripting | 1 | 12-03-2007 12:50 AM |
| shell script related to server | nitiwari | Shell Programming and Scripting | 2 | 09-07-2005 07:37 AM |
| A simple shell question | a_new_admin | Shell Programming and Scripting | 2 | 11-01-2001 01:28 PM |
| Model script related question | TioTony | UNIX for Advanced & Expert Users | 2 | 10-17-2001 11:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Simple Shell Script Question.... [java related]
Hey guys! This is my first post, as im new here :S
I have a simple problem for a big program. We have a .sh to install it, but when I run the .sh in terminal like i should, It says the class is not found. I believe it has to do with the syntax, as the person who made it is not a linux pro. I don't know MUCH about shell scripts, but I'm pretty sure I know where the error lies. Our Script: Code:
java -classpath ./:./jars/tools.jar:./jars/nexus.jar impsoft.nexus.installer.Install chmod a+x run.sh compile.sh Code:
Exception in thread "main" java.lang.NoClassDefFoundError: impsoft/nexus/installer/Install Code:
./jars/nexus.jar impsoft.nexus.installer.Install |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|