randall2nd
Programmer
I am trying to use
for the first time.
For some reason Java cannot find the file
cfGridFormApplet.class
I found it on the server in
C:\WINNT\JAVA\lib\allaire\controls
right where it is supposed to be. right?
on the client i get the below error in the java console
load: class allaire.controls2.CFGridApplet.class not found.
java.lang.ClassNotFoundException: java.io.FileNotFoundException: File not found:
I am not real fimiliar with how it finds the correct files,
but it looks like it is looking in the worng directory.
controls2/
I am completely new to the use of java, and using it in coldfusion.
I know that I am not being real clear, I do not know how to describe it very well but any help or ideas appreciated. Randall2nd
Code:
<cfgrid>
For some reason Java cannot find the file
cfGridFormApplet.class
I found it on the server in
C:\WINNT\JAVA\lib\allaire\controls
right where it is supposed to be. right?
on the client i get the below error in the java console
load: class allaire.controls2.CFGridApplet.class not found.
java.lang.ClassNotFoundException: java.io.FileNotFoundException: File not found:
I am not real fimiliar with how it finds the correct files,
but it looks like it is looking in the worng directory.
controls2/
I am completely new to the use of java, and using it in coldfusion.
I know that I am not being real clear, I do not know how to describe it very well but any help or ideas appreciated. Randall2nd