when i follwed the guide lines i get the following error message

template.require.service.jar:

sample.core.dependencies:

core.sample.core.util.build:
[javac] Compiling 2 source files to C:\saritha\rekha\gdata\java\sample
\util\
classes
[javac] C:\saritha\rekha\gdata\java\sample\util
\SimpleCommandLineParser.java
:31: <identifier> expected
[javac] private Map<String,String> argMap;
[javac] ^
[javac] C:\saritha\rekha\gdata\java\sample\util
\SimpleCommandLineParser.java
:43: '(' or '[' expected
[javac] argMap = new HashMap<String,String>();
[javac] ^
[javac] C:\saritha\rekha\gdata\java\sample\util
\SimpleCommandLineParser.java
:75: <identifier> expected
[javac] public String getValue(String ... keys) {
[javac] ^
[javac] C:\saritha\rekha\gdata\java\sample\util
\SimpleCommandLineParser.java
:99: <identifier> expected
[javac] }
[javac] ^
[javac] 4 errors

BUILD FAILED
C:\saritha\rekha\gdata\java\build-samples\core.xml:94: Compile failed;
see the c
ompiler error output for details.

from the help of someother fourmz i got to know tat it is a java
version error. This requires me to use jdk1.5 where as i'm on jdk1.6.
Is there a way to make this work with jdk1.6 as i have most of my
applications running on jdk1.6. At this time i don't want to switch
versions when other applications on my computer are working well.
however i'm open for any other alternatives as well.

Thanks
Rakesh D
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data Protocol" 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-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to