How can we get the Jazz Platform SDK
3 answers
Hello ethan.zhao,
you can search jazz.net for SDK and find several articles.
You can also open https://jazz.net/learn/articles.jsp .
The link at the very end in "Section extending Jazz" https://jazz.net/wiki/bin/view/Main/RtcSdk
will send you to a page with the essential links.
However, since I tried that last week, the links hel with setting up Beta2
I had issues getting my SDK to run on Eclipse 3.4. This is pending to be
solved until I find some time.
You could also search https://jazz.net/community/community.jsp and especially
start discussing with others extending Jazz in jazz.extend.
https://jazz.net/forums/viewforum.php?f=2&sid=a6558cf7d2b1323b84ee2f718602b80c
Ralph
you can search jazz.net for SDK and find several articles.
You can also open https://jazz.net/learn/articles.jsp .
The link at the very end in "Section extending Jazz" https://jazz.net/wiki/bin/view/Main/RtcSdk
will send you to a page with the essential links.
However, since I tried that last week, the links hel with setting up Beta2
I had issues getting my SDK to run on Eclipse 3.4. This is pending to be
solved until I find some time.
You could also search https://jazz.net/community/community.jsp and especially
start discussing with others extending Jazz in jazz.extend.
https://jazz.net/forums/viewforum.php?f=2&sid=a6558cf7d2b1323b84ee2f718602b80c
Ralph
in the article "Development Environment Setup for Eclipse",
it says we can get Jazz Platform SDK from
https://jazz.net/downloads/downloads.jsp.
but it seems unavailable now.
If anyone can help with this issue. :?:
THX
Thanks for your kind reply!
I'm trying the HelloJazz, using below packages:
JazzJUnitTests-0.7.0.zip
JazzTeamServer-Source-0.7.0.zip
RTC-ExpressC-Full-1.0.1-Win.zip
TeamConcert-Source-1.0.1.zip
I got an error like below:
CRJAZ1125I The configuration property value "DERBY" is not valid for the property "db.vendor". The "DERBY" database vendor is not supported by the server license.
Do you have any idea about this issue, I'm still not familiar with jazz development, just trying some sample.
Thank you very much.
I'm trying the HelloJazz, using below packages:
JazzJUnitTests-0.7.0.zip
JazzTeamServer-Source-0.7.0.zip
RTC-ExpressC-Full-1.0.1-Win.zip
TeamConcert-Source-1.0.1.zip
I got an error like below:
CRJAZ1125I The configuration property value "DERBY" is not valid for the property "db.vendor". The "DERBY" database vendor is not supported by the server license.
Do you have any idea about this issue, I'm still not familiar with jazz development, just trying some sample.
Thank you very much.
I think your launch is missing a Target platform bundle:
"com.ibm.team.jazz.server"
Try checking this bundle in your Launch Configuration.
Hope it solves the problem.
Regards,
Vikas
"com.ibm.team.jazz.server"
Try checking this bundle in your Launch Configuration.
Hope it solves the problem.
Regards,
Vikas
Thanks for your kind reply!
I'm trying the HelloJazz, using below packages:
JazzJUnitTests-0.7.0.zip
JazzTeamServer-Source-0.7.0.zip
RTC-ExpressC-Full-1.0.1-Win.zip
TeamConcert-Source-1.0.1.zip
I got an error like below:
CRJAZ1125I The configuration property value "DERBY" is not valid for the property "db.vendor". The "DERBY" database vendor is not supported by the server license.
Do you have any idea about this issue, I'm still not familiar with jazz development, just trying some sample.
Thank you very much.