Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default making Java class

    As eclipse provides the facility to make java class, can we do so in dreamweaver also?
    neha.jain Guest

  2. Similar Questions and Discussions

    1. using java class in coldfusion
      I am recieving this erroir when I am trying to access a java class in cold fusion An exception occurred when instantiating a java object. The...
    2. New instance of Java Class
      I have this: f = CreateObject("java","java.io.FileInputStream"); The class that i'm creating an instance of: public FileInputStream(String name)...
    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: making Java class

    Dreamweaver will recognize the Java keywords and what-not, providing some
    syntax highlighting, but that's about it. Dreamweaver is not a Java design
    tool, although it does recognize JSP syntax and can offer code hints for
    those types of things. But regular Java classes, not the right tool for the
    job.

    Best regards,
    Chris


    Chris In Madison Guest

  4. #3

    Default Re: making Java class

    > As eclipse provides the facility to make java class, can we do so in
    dreamweaver also?

    DW is an HTML/text editor. Not a JAVA IDE.

    -Darrel


    darrel 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