![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sun Java Platform, Standard Edition 6u6 (Java 6 branch) | iBot | Software Releases - RSS News | 0 | 04-26-2008 01:10 AM |
| Sun Java Platform, Standard Edition 1.5.0_15 (Java 5 branch) | iBot | Software Releases - RSS News | 0 | 03-06-2008 02:50 PM |
| Sun Java Platform, Standard Edition 6u5 (Java 6 branch) | iBot | Software Releases - RSS News | 0 | 03-06-2008 02:50 PM |
| Using Subversion, NetBeans IDE, and Sun Java System Web Server With Java ME | iBot | UNIX and Linux RSS News | 0 | 02-01-2008 02:00 PM |
| Sun Java Platform, Standard Edition 6u4 (Java 6 branch) | iBot | Software Releases - RSS News | 0 | 01-14-2008 04:40 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
java help???
hi
i am getting following error when i tying to run cobol program that calls java code although its working fine when tried at some other location. error: Exception 65538 not trapped by the class javaexceptionmanager. Description: "Java runtime exception" Method 'setVal' with signature Ljava/lang/String; not found Hit T to terminate program. Hit any other key to continue. after i press enter it works fine. this is the java code Code:
class CallExample1 {
private int x;
public CallExample1(){
this.x=0;
}
public CallExample1(int value){
this.x=value;
}
public void setVal(int value){
this.x=value;
}
public int getVal(){
return this.x;
}
}
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
|
|||
| Google The UNIX and Linux Forums |