[appengine-java] Google App Engine update an object from servlet not working ?

2010-05-26 Thread fni
I use the following code to update an object from servlet in Google App Engine : String Time_Stamp="[ 2010-05-26 ]",query="select from "+Contact_Info_Entry.class.getName()+" where Contact_Id == '"+Contact_Id+"' order by Contact_Id desc"; PersistenceManager pm=null; try { pm=

[appengine-java] Google App Engine for Java app coul dn’t find javac ?

2010-04-20 Thread fni
I'm learning to use Google App Engine, I installed it in Netbeans, the project works, but when I clicked on "Deploy To Google App Engine", I got the following error : Beginning server interaction for ... 0% Creating staging directory 5% Scanning for jsp files. 8% Compiling jsp files. 11% Compiling