External library on GWT server side.

2010-07-21 Thread Alexander Ustinov
Hi all, I faced with following problem. I want to you use cryptix library on the server side of my app. I creared classfile : [code] package com.rfo.cabinet.server; import java.util.Random; import cryptix.provider.md.MD5; public class TestHash { ... public static String encrypt() {..} } [/code]

Re: External library on GWT server side.

2010-07-21 Thread cokol
hi, as the cause indicates java.lang.NoClassDefFoundError: cryptix/ provider/md/MD5 means that the class could not be found, means is not in the classpath. I guess you uploaded your application on googles appengine? however, make sure, that the .jar file of your crypter library resides in