hI,
ORA-29532
Java call terminated by uncaught Java exception: string
Cause: A Java exception or error was signaled and could not be resolved by the Java code.
I compiled perfectly in Eclipse!
but the oracle did not work.
I created the class java
import java.awt.*;
import java.applet.*;
import java.lang.*;
public class LibJava {
native public static int RetSum(int n1, int n2);
static {
System.loadLibrary ("MyLib");
}
public static int Sum (int n1, int n2) {
int res;
res = RetSum (n1,n2);
return (res);
}
}
I created the function
FUNCTION F_JAVA_SUM(n1 number, n2 number)
return NUMBER
AS
LANGUAGE java
NAME 'LibJava.Sum(int, int) return int' ;
thks.
ORA-29532 Java call terminated by uncaught Java exception..
-
- Rank: Estagiário Júnior
- Mensagens: 2
- Registrado em: Sex, 21 Jan 2011 11:02 am
- Localização: Rio Preto
-
- Moderador
- Mensagens: 1396
- Registrado em: Sex, 01 Fev 2008 2:06 pm
- Localização: Rio de Janeiro - RJ
- Contato:
o seu problema está aqui oh..
System.loadLibrary ("MyLib");
System.loadLibrary ("MyLib");
-
- Informação
-
Quem está online
Usuários navegando neste fórum: Nenhum usuário registrado e 14 visitantes