Click here to Skip to main content
15,895,709 members

Comments by idds24 (Top 5 by date)

idds24 27-Apr-12 3:40am View    
I tried removing .class and the same error "java.lang.ClassNotFoundException".
While debugging, it is going inside java.inc file where the java() function is present and returns with class not found exception. The clsForPHP.class, java.inc and javabridge.jar are in same folder.
idds24 27-Apr-12 3:38am View    
may be now author has edited it.
idds24 27-Apr-12 3:29am View    
Deleted
I tried removing .class and the same error "java.lang.ClassNotFoundException".
While debugging, it is going inside java.inc file where the java() function is present and returns with class not found exception. The clsForPHP.class, java.inc and javabridge.jar are in same folder.
idds24 27-Apr-12 3:14am View    
I see it is there in the question..

employee table -employeeid,employeename
timesheet - employeeid,totalhours,startdate
leave - leaveemployeeid,leavetype
idds24 27-Apr-12 3:05am View    
Well, I have tried that. however, not able to invoke my custom class.