I am trying to port the socialsite Java Reference implementation in Google App Engine https://socialsite.dev.java.net/ The project is using Netbeans and Glassfish with several DB options on the backend ... I am trying to do port it to Google App Engine using Eclipse and want to use Datastore using JDO. Has anyone else done this project before ? I intend to create a screen cast out of this for reference implementation. It looks like no one is maintaining the project. https://socialsite.dev.java.net/
The Reason I am doing this I cant find any simple/basic java implementation of User Login and profile maintenance in Google App engine. if there is one can someone point it out. Problem No 1 The First issue I have is the resolution of the class path for JRE / JDK envoirment. !ENTRY com.google.appengine.eclipse.core 4 0 2010-05-16 20:24:10.675 !MESSAGE Cannot run program "C:\Java\jre6\bin\javaw.exe" (in directory "C:\workspace\Socialsite3"): CreateProcess error=87, The parameter is incorrect !STACK 0 java.io.IOException: Cannot run program "C:\Java\jre6\bin \javaw.exe" (in directory "C:\workspace\Socialsite3"): CreateProcess error=87, The parameter is incorrect at java.lang.ProcessBuilder.start(Unknown Source) at com.google.gdt.eclipse.core.ProcessUtilities.launchProcessAndActivateOnError(ProcessUtilities.java: 195) at com.google.appengine.eclipse.core.orm.enhancement.EnhancerJob.runInWorkspace(EnhancerJob.java: 78) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java: 38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: java.io.IOException: CreateProcess error=87, The parameter is incorrect at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(Unknown Source) at java.lang.ProcessImpl.start(Unknown Source) ... 5 more I am using Eclipse SDK Version: 3.5.2 Build id: M20100211-1343 Google App engine plugin 1.3.3.1 java version "1.6.0_14" Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode) javac 1.6.0_20 If i setup a non Google app engine project ( i.e ) Simple Java Eclipse project, I do not get this issue. Any Suggestions ?? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
