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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java error on coldfusion administrator page

Status
Not open for further replies.

Keendev

Technical User
Jan 23, 2006
106
PH
hi , i just need an idea...

I have fresh installed OS(win) and Coldfusion MX but I got an error messages about Java.

Then I installed java plugins on my pc but still I got java error messages on my administrator page.

these are the errors.. :

Code:
java.lang.NoClassDefFoundError
    at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
    at coldfusion.compiler.TemplateReader.decrypt(Unknown Source)
    at coldfusion.compiler.TemplateReader.(Unknown Source)
    at coldfusion.compiler.NeoTranslationContext.getPageReader(Unknown Source)
    at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source)

how do i fix these java error on my coldfusion administrator page?
what do I need configure ? or what java tools do i need to install to run my coldfusion program?

pls. advice, thanks in advance.
 
Looks like a ClodFusion configuration problem to me: you lack a .jar file or your classpath is not set up properly.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top