My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HowToBuild  
Instruction guide to setup environment for building jibjib
Featured
Updated Feb 4, 2010 by sug...@gmail.com

Requirements

  • Sun Java Wireless Toolkit for CLDC (j2mewtk) 2.5.2
  • J2ME Polish 2.0.7
  • ant-contrib 1.0b3 (optional)
  • antenna 1.1.0-beta (optional)

Setup

  • Check out source code using svn
  • svn checkout http://jibjib.googlecode.com/svn/trunk/ jibjib
  • Create file bulid.properties
  • polish=/opt/j2mepolish
    ant-contrib=/opt/ant-contrib-1.0b3/ant-contrib-1.0b3.jar
    antenna=/opt/antenna-1.1.0-beta/antenna-bin-1.1.0-beta.jar
    #security_domain=identified_third_party
    security_domain=maximum
    midp_home=/opt/j2mewtk-2.5.2
    device.emulator=DefaultColorPhone
    #device.emulator=SonyEricsson_W810
    device.run=Nokia_7210_Supernova
  • Modify paths of polish, ant-contrib, antenna in build.properties
  • Modify midp_home in build.properties to the location of j2mewtk

Build

ant debug build
ant beta build

Run

ant debug run
Comment by art...@gmail.com, Jan 3, 2009

do Java Platform Micro Edition SDK 3.0 Early Access work ?

http://java.sun.com/javame/downloads/sdk30ea.jsp

Comment by pruetboo...@gmail.com, Jan 30, 2009

got some error about GoogleCodeUploadTask?. I think the build script require ant-googlecode

Comment by twog...@gmail.com, May 29, 2009

Spelling: "Create file bulid.properties" --> "Create file build.properties"

Comment by cool8...@gmail.com, Jun 9, 2010

after fixing so many errors: javac? /Users/abc/jibjib-read-only/javame/src/com/sugree/twitter/TwitterController?.java:198: cannot find symbol javac? symbol : variable PrivateData? javac? location: class com.sugree.twitter.TwitterController? javac? PrivateData?.OAUTH_CONSUMER_KEY,

any suggestion to fix this?


Sign in to add a comment
Powered by Google Project Hosting