loading java class file into database [message #91894] |
Tue, 08 July 2003 09:29 |
Muhammad Ali
Messages: 2 Registered: July 2003
|
Junior Member |
|
|
Hello everyone:
I made the following program:
public class Hello
{
public static String world ()
{
return "Hello world";
}
}
Compiled and loaded java class file into the
database for using following commad:
loadjava -u scott/tiger hello.class
The load perform fine but when I see this java
class into the user_object table it shows invalid
into the status column.
Please guide me how to identify the problem.
Regards
Muhammad Ali
|
|
|