Search:

Type: Posts; User: mohsendeveloper

Search: Search took 0.19 seconds.

  1. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    What code do I put in java.policy?
  2. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    My Applet is a Jar file. What do you mean by sign the jar, Norm?
    Could you explain more, please?

    Thank you
  3. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    How can I give my Applet enough permission to solve the problem?
  4. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    Norm,

    The previous error was solved. The new Java Console error is the following:

    Exception in thread "Thread-13" java.security.AccessControlException: access denied...
  5. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    Norm, the following is the output of my Java Console. Can you say that what is the problem? (thanks in advance)

    Detected from bootclasspath: C:\\PROGRA~1\\Java\\jre7\\lib\\deploy.jar
    security:...
  6. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    Ok Norm. Thank you. I will let you know.
  7. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    Unfortunately, I don't have enough science for making a Java Applet because I'm a .Net developer. I got this Java Applet from somewhere else and didn't developed it myself.

    Yes. I launched it on...
  8. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    This .zip file has been developed by Advanced Distributed Learning Initiative. I think it would be correct without any mistakes because I said this issue to other experts in our field and no one said...
  9. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    In fact, I'm a .Net developer and don't have enough information about Java Applet. I have to use this .zip file on my .Net web application. I don't have enough information to remove some parts of...
  10. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    I attached a file containing the mentioned Applet to this post. The attached file is a .zip file. You should unzip it first. There is a folder named 'resources' in the unzipped folder. And there is...
  11. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    No No. The following line is a JavaScript code that is going to call the evalID which is a Java code in the Applet.

    var result = LMSTestSCODriver.evalID( query1 + "!" + query2 );
  12. Replies
    24
    Views
    5,065

    Re: Problem Applet Error

    Yes. evalID is defined in the LMSTestSCODriver and I'm using jar file.

    package org.adl.testsuite.rte.lms.comm;

    import java.applet.Applet;
    import java.util.Date;
    import...
  13. Replies
    24
    Views
    5,065

    Problem Applet Error

    I have the following error:

    Microsoft JScript runtime error: Object doesn't support property or method 'evalID'

    on the following line:

    var result = LMSTestSCODriver.evalID( query1 + "!" +...
  14. Replies
    2
    Views
    2,620

    Learn applets in java

    Hi;
    I am wanting to learn applets in java.

    How can me declare a applet for send server-side codes to client-side?

    Thanks,mohsen
  15. Replies
    4
    Views
    2,111

    [SOLVED] Method declaration in Java

    Hi;
    How can me declare a Method in Java?

    Thanks,mohsen
Results 1 to 15 of 15