Ask a Question related to Dreamweaver AppDev, Design and Development.
-
neha.jain #1
making Java class
As eclipse provides the facility to make java class, can we do so in dreamweaver also?
neha.jain Guest
-
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... -
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)... -
Executing a java class
What should I do in order to execute a java class from a Flash movie by pressing a bottom Thanks -
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... -
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... -
Chris In Madison #2
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
-
darrel #3
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



Reply With Quote

