installing cfx java class

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default installing cfx java class

    Hello,

    when porting an application to MX7, I tried to add some class (located in the
    cfx/java folder) to the cfx custom tags.
    Problem : when adding in the administrator, it isn't possible to access the
    tag in regular cfm scripts. When I try to use the cfx tag, I get an error sayng
    that the tag was not found in the custom tag database.

    What is the problem ?

    berebeton Guest

  2. Similar Questions and Discussions

    1. Installing Java
      Ur javac compiler is in /usr/java/j2sdk1.4.1_01/bin directory "Doru-Catalin Togea" <doru-cat@ifi.uio.no> wrote in message...
    2. installing java on a box?
      I have seen a few things on how to do this however I can't find the java file:j2sdk-1_3_1_14-linux-i586.bin on any of sun's servers. in lieu...
    3. Executing a java class
      What should I do in order to execute a java class from a Flash movie by pressing a bottom Thanks
    4. 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...
    5. calling a Java class from ASP
      I program java and asp, but my question is why do you want to call a java class from an ASP file and not just display it in an applet. Also can you...
  3. #2

    Default Re: installing cfx java class

    a possible answer :

    Is it possible that you need JRE installed on the server also ?

    Because I can see that it 's not installed on our server...

    Thought that JRUN would settle this ..
    berebeton 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