Hello all,
We have developed two independent applications on individual systems. But both are developed in NetBeans 6.9 using Visual Midlet(VMD). Now problem is to merge those applications into one. Is this possible? How can I do this?

Thanking You,
Hakoo Desai.

Not sure if there is anything like merge/join 2 projects. If we look at it in simple terms all what you have to do is to create new project, then copy code (whole folder structure) for these two applications inside this project.

  • com
    • COMPANY_NAME
      • JOIN_MIDLET_CLASS
      • PROJECT_1
      • PROJECT_2

Create new MIDlet class that calls simple menu with options for these apps. On menu selection call either app. Does it make sense what I'm saying?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.