Questions tagged [xlet]

An Xlet is very similar to a Java applet and is originally introduced in Sun's Java TV specification to support applications for Digital TV.

An Xlet is very similar to a Java applet and is originally introduced in Sun's Java TV specification to support applications for Digital TV. Though Xlet looks superficially different from other application models in Java such as applet and MIDlet, it is actually meant to be a generalization of such models.

14 questions
3
votes
2 answers

How to target older platforms with JDK9? (Target: 1.3)

I realize this isn't 100% relevant yet, but I'm very curious about this. In JDK8, javac parameters "source" and "target" are deprecated, and will be removed in JDK9. As a JavaME developer, I'm wondering how then I'll be able to target older…
mr_lou
  • 1,871
  • 2
  • 12
  • 25
3
votes
1 answer

What are the steps to start Xlet (javax.microedition.xlet) development?

I've been trying to find a way to play with Xlet development (as a part of Personal Basis Profile in javax.microedition.xlet package). Currently as a starting point I have Eclipse Indigo (I do Android development in it). My questions are: What…
Vit Khudenko
  • 27,639
  • 10
  • 56
  • 86
2
votes
2 answers

Getting the list of running user process in QNX

I am running some daemon user processes as well as some Xlet GUI apps in a QNX operating system.I connect to the QNX console using TeraTerm.I need to get the list of running user apps/process inorder to see which user apps are already running in the…
teon
  • 8,321
  • 10
  • 46
  • 83
1
vote
1 answer

Menu images does not show in hardware player but does in software players and PS3

I'm developing a blu-ray menu with java (BD-J). I developed a simple loading animation. when running it on PS3, soft players (PowerDVD, TotalMedia Theatre, ...) and some hard players (Samsung ht-c6950w), there is no problem and it runs like a…
Arvin
  • 21
  • 4
1
vote
1 answer

JavaME odd and confusing documentation

Oracles Forum about JavaME is dead! I'm sorry to say, but questions never get an answer. The javaME-GettingstartedGuide.pdf from Oracle tells me: The GPIO pins are preconfigured! Does this mean I must take it as it is and JavaME does not allow any…
juerg
  • 351
  • 3
  • 13
1
vote
1 answer

Trying to create a DvbBufferedImage but its width and height are 0

I'm trying to create a fade-in animation using DvbBufferedImage for my BD-J application by changing alpha value of the images, doubleBuffer = new DVBBufferedImage(1920, 2180, DVBBufferedImage.TYPE_ADVANCED); but after it creates the buffer, its…
Arvin
  • 21
  • 4
1
vote
1 answer

What is Xlets and a simple example program and how to run

Can any one tell me what is xlets and a simple program (with xlets and java) and what all the softwares required to run.
lara123
  • 41
  • 8
1
vote
1 answer

What are differences between javax.tv.xlet.Xlet and javax.microedition.xlet.Xlet?

Wikipedia is saying... Accordingly Xlet has later been re-introduced as a part of Personal Basis Profile in javax.microedition.xlet package, which is slightly different from the original design in Java TV specification. I couldn't find any…
Jin Kwon
  • 17,188
  • 11
  • 87
  • 147
1
vote
1 answer

When will the repaint method of Form in LWUIT be triggered

I was using LWUIT to develop a Xlet project in a emulator. The project is multiple threaded, when one of the thread finish its work then die or just enter the wain() state, the repaint() method of displaying form will be called and the screen will…
1
vote
1 answer

Possible concurrency issue in Xlet development

I am involved in development of Xlet using Java 1.4 API. The docs say Xlet interface methods (those are actually xlet life-cycle methods) are called on its special thread (not the EDT thread). I checked by logging - this is true. This is a bit…
Vit Khudenko
  • 27,639
  • 10
  • 56
  • 86
0
votes
1 answer

Importing JSON.simple in a MHP project (Netbeans)

I'm working on an MHP project using NetBeans. I need to import the JSON.simple library, but I'm having some issues. In normal Java applications in NetBeans, you'd have the "Libraries" folder in your project in NetBeans. I don't have this folder,…
Adriaan Marain
  • 186
  • 1
  • 10
0
votes
1 answer

Ricoh SDK/J Development

I have a requirement for creating a simple application for showing a text that says Hello World on the Ricoh printer console. I researched and found about the Ricoh SDK/J which is supported on a J2ME environment for developing applications for Ricoh…
Chris
  • 79
  • 1
  • 6
0
votes
1 answer

XLET - how to create a simple xlet MHP javax.TV

I'm trying to create my first xlet project. Can you help me? I don't know which library I need to download. What kind of project I have to create? (I'm using netbeans)
-1
votes
1 answer

How to develop app using codename one without GUI builder?

Using GUI Builder is helpful but the limitation is there. so I want to develop application using Java programming only.