• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Executing the App on CLDC

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Friends,
I gotta WTK2.5.2.

I have compiled program for CLDC 1.1 as:

C:\WTK2.5.2\bin> javac -bootclasspath ..\lib\cldcapi11.jar Demo.java
I hava java se 1.6.

now I gotta Demo.class file, I wanna run it over CLDC1.1 Reference Implementation i.e KVM alone.
How can I do it, I dont wanna go for MIDlet and Emulator.Wanna test over CLDC alone.
But the problem is where can I find KVM in my installation directory?
thinking that, its may not be coming as a stand-alone in WTK, I am
trying to download from Sun website : http://java.sun.com/products/cldc/.
Do i need to sign any License Agreement?Clicking above link takes me here:
http://www.sun.com/software/opensource/index.jsp.
But i can't find any license/ terms signing links on this page.

OR-

Does jvm of java se allow me something like "Bootpath" to be passed from command-line and so that i can specify the location for CLDC classes to bootstrap classloader.

Thanks.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic