View Single Post
  #2  
Old 23rd Nov 04, 01:41 AM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
This is why:

Code:
Caused by: java.io.FileNotFoundException: C:\CMS_Applet\cms_applet\cms_start\class.class (The system cannot find the path specified
You are using the excat path to were your class file is found on your computer. But of course thats not where it is for the server. So you need to use virtual paths such as:

/home/war59312/public_html/
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote