Search:

Type: Posts; User: rameshiit19

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    7,991

    Re: Error while running Applet

    Finally I have solved it ...

    I have added the following line in Java/jre6/lib/security/Java.policy , by specifying the folder where the JAR and DLL exists ...

    grant codeBase "file:/C:/PATH/*"...
  2. Replies
    8
    Views
    7,991

    Re: Error while running Applet

    Sample class is simply a dependant class of SampleApplet class and returns some string from a function !
  3. Replies
    8
    Views
    7,991

    Re: Error while running Applet

    / means that the dependant jar is in a different directory.I have read it in a forum and have implemented it here !
  4. Replies
    8
    Views
    7,991

    Re: Error while running Applet

    This is my exact problem.I have tried the same with the sample code as Posted above.

    We are trying to access JNative.jar from our TestApplet.jar. We have downloaded JNative.jar form some site....
  5. Replies
    8
    Views
    7,991

    Error while running Applet

    When ever I run my Applet , I am getting error as ,


    SampleApplet.Jar contains,

    SampleApplet.java

    Manifest.MF

    Sample.jar contains,
Results 1 to 5 of 5