ORA-29532 Java call terminated by uncaught Java exception..

Dúvidas, dicas e truques de PL/SQL. Aqui também vão assuntos relacionados a pacotes, triggers, funções, Java-Stored Procedures, etc
Responder
pro.Mauricio
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Mensagens: 2
Registrado em: Sex, 21 Jan 2011 11:02 am
Localização: Rio Preto

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.

victorhugomuniz
Moderador
Moderador
Mensagens: 1396
Registrado em: Sex, 01 Fev 2008 2:06 pm
Localização: Rio de Janeiro - RJ
Contato:
:D

o seu problema está aqui oh..
System.loadLibrary ("MyLib");
Responder
  • Informação
  • Quem está online

    Usuários navegando neste fórum: Nenhum usuário registrado e 14 visitantes