kailas simha

Greenhorn
+ Follow
since May 29, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kailas simha

I have a list of values held in the label bean. When I create the drop down, how do I make one of the values a "default"?

For Ex, if "John", "Jill", "Jennifer" and "Kim" are the options in a drop down, how do I make (force) "Jill" to be default when the page comes up?

Thanks !
20 years ago
What are the new features with RMI and JNI in JDK 1.4? Any ideas?
Kailas
22 years ago

Originally posted by Achu Raj:
When I run my JNI programs in JDK1.3, evrything is working fine.
But in JDK1.2 , when I run my java code (the same JNI programs
which calls the native method) ,I am getting UnsatisfiedLinkError.
The exact lines I am getting is this:-
cpp>java TestIDs
Exception in thread "main" java.lang.UnsatisfiedLinkError: testz
at TestIDs.<clinit>(TestIDs.java:11)

'testz' is the native method.
Please help.
Thanks,
Shyla.


Hi,
Did you get this resolved yet?
I am having problems running both c++ and c code with jdk1.3.1_03!!
I am trying some examples on JNI but an stuck with this problem. Running on Win NT 4.0 with Dev-C++. (Have Cygwin also).
Can somebody help!!
When I run my java class file, I get this exception. What am I doing wrong here?
Exception in thread "main" java.lang.UnsatisfiedLinkError: print
at MyWorld.print(Native Method)
at MyWorld.main(MyWorld.java:12)
Thanks in advance,
Kailas
22 years ago

Originally posted by Achu Raj:
When I run my JNI programs in JDK1.3, evrything is working fine.
But in JDK1.2 , when I run my java code (the same JNI programs
which calls the native method) ,I am getting UnsatisfiedLinkError.
The exact lines I am getting is this:-
cpp>java TestIDs
Exception in thread "main" java.lang.UnsatisfiedLinkError: testz
at TestIDs.<clinit>(TestIDs.java:11)

'testz' is the native method.
Please help.
Thanks,
Shyla.

22 years ago
I am trying some examples on JNI but an stuck with this problem. Running on Win NT 4.0 with Dev-C++. (Have Cygwin also).
Can somebody help!!
When I run my java class file, I get this exception. What am I doing wrong here?
Exception in thread "main" java.lang.UnsatisfiedLinkError: print
at MyWorld.print(Native Method)
at MyWorld.main(MyWorld.java:12)
Thanks in advance,
Kailas
22 years ago