My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Checkout   Browse   Changes  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

Google App Engine for Java meet DFP API, Part 1: Hello World
===========================================================

This is a sample project that shows how to utilize the DFP API on Google App Engine for
Java. For more information view the blog post that explains how the code was built
from scratch at: http://googleadsdeveloper.blogspot.com/


Are there some general troubleshooting tips I can follow if I'm having a problem?
-----------------------------

Try following the steps below:
- Are you using the latest version of the Google App Engine Plugin?

- Are you using the latest version of Google App Engine?

- Clean your project, exit out of Eclipse, open it back up and clean your project again.

- Can you type "java -version" at the command line without getting an error?

- When you type "java -version" on the command line does it return a JDK instead of a JRE?

- If you are receiving an AccessControlException on the CommonWsdl.wsdl file you will need to
chmod +x to allow App Engine to serve the file.


Where do I submit bug reports and feature requests?
---------------------------------------------------

Bug reports and feature requests can be posted on the library page:

http://code.google.com/p/google-api-dfp-java/issues

Questions can be asked on forum

http://groups.google.com/group/google-doubleclick-for-publishers-api/

Author:
[email protected] (Paul Rashidi)

Maintainer:
[email protected] (Paul Rashidi)

Change log

r63 by api.paulrashidi on Dec 21, 2011   Diff
Adding dfponappengine project
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1487 bytes, 44 lines
Powered by Google Project Hosting