sarath gopal

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

Recent posts by sarath gopal

Can somebody tell me how to encrypt an image so that it can be viewed only after
the righ tpassword is given?
15 years ago

Hi Teena,

did you try Java Desktop api..you can use it to launch browser without any difficulty
use this link for intro
Using Desktop API
15 years ago
hi
iam new to Java ranch and to JVLC

i got some java codes of jvlc ..but when i run the file VLCExample.java which contains the following code..


Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\My Documents\NetBeansProjects\JVLC\jvlc.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.videolan.jvlc.JVLC.<clinit>(JVLC.java:37)
at jvlc.VLCExample.main(VLCExample.java:22)
Java Result: 1

can somebody help me ...

java.lang.System.loadLibrary(System.java:1030) points to the line
15 years ago