Re: getting error when applet try to access some jar file
Quote:
Originally Posted by
anchitanc
i norm thanks for reply
now its working fine.
first i put all jar files in one jar that time its not working
but now i signed each jar separately in that case its working fine
thanks norm ones again :(clap):
Just as an explanation, the JVM cannot access jar files inside another jar file, which is why that didn't work.
Re: getting error when applet try to access some jar file
Quote:
Originally Posted by
Tolls
Just as an explanation, the JVM cannot access jar files inside another jar file, which is why that didn't work.
thanks tolls i got it :(clap):