using dreamweaver API to call Java class

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default using dreamweaver API to call Java class

    I have been going through the Dreamweaver API's to see if
    :: there was one to invoke / call a java class to integrate a
    :: custom product with Dreamweaver. There is JavaBean API that
    :: has methods such as MMJB.getEvents(), MMJB.getMethods() but
    :: couldn't find anything to call or invoke a java class. Could
    :: anyone here help me out please. Any help would be greatly
    :: appreciated.
    Thanks

    Pkarun Guest

  2. Similar Questions and Discussions

    1. PLJava - Perl embeded into Java (calling Perl from Java) - 1sr release - call for tests and review, please.
      Recently on perlmonks.com I have posted a prototype of Perl embeded into Java (#372197="Embeding Perl into Java to use CPAN modules directly from...
    2. Is it possible to call Java routines from FMS?
      Yes! You can use SOAP(or XML-RPC) to call Java routines. Btw, does anyone know if there is XML-RPC package for FMS?
    3. #21881 [Fbk->NoF]: Java call on custom class causes SIGSEV
      ID: 21881 Updated by: sniper@php.net Reported By: phpbug at sourceillustrated dot com -Status: Feedback...
    4. #21881 [Opn->Fbk]: Java call on custom class causes SIGSEV
      ID: 21881 Updated by: iliaa@php.net Reported By: phpbug at sourceillustrated dot com -Status: Open +Status: ...
    5. Can't find class java.lang.NoClassDefFoundError. (Wrong class path?)
      While creating JVM, I am getting the following error: Can't find class java.lang.NoClassDefFoundError. (Wrong class path?) I gave all the...
  3. #2

    Default Re: using dreamweaver API to call Java class

    There's an article here that claims to do it, but I haven't verified it:

    [url]http://www.newarchitectmag.com/archives/1999/10/note/[/url]

    Let us know if you get it to work!

    Thanks,
    Randy

    > I have been going through the Dreamweaver API's to see if
    > there was one to invoke / call a java class to integrate a
    > custom product with Dreamweaver.
    Randy Edmunds Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139