Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cfgrid: java: file not found: allaire.controls2.CFGridApplet.class

Status
Not open for further replies.

randall2nd

Programmer
Joined
May 30, 2001
Messages
112
Location
US
I am trying to use
Code:
<cfgrid>
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top