Paul Carbajal

Greenhorn
+ Follow
since Jan 24, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Paul Carbajal

I�ve tried to use Runtime.exec() to open a browser from my java app for Pocket PC, but i couldn�t make it because it�s not implemented for Windows CE...i read that it can be done with JNI, but i don�t have a clue of how to launch an exe with jni native using the Windows API.

Does anyone has an example??

Thanks a lot!!
18 years ago
I�ve tried to use Runtime.exec() to open a browser from my java app for Pocket PC, but i couldn�t make it because it�s not implemented for Windows CE...i read that it can be done with JNI, but i don�t have a clue of how to launch an exe with jni native using the Windows API.

Does anyone has an example??

Thanks a lot!!
18 years ago
There is a tip i learned from the K&B�s book:

When Y << X then Y * 2^X
When Y >> X then Y / 2^X

Hope this helps you!!

Cheers!!

Paul Carbajal
SCJP 1.4
Does anyone know how to write code to control a digital camera (take a picture) from a java application? Can code be written to "see" what the camera sees in the Java app and then actually snap the camera. I know there are TWAIN packages to retrieve pictures from a camera's memory. I actually want to snap the picture from the Java app. Does anyone know how to do this? Any tips or suggestions will be helpful...Thanks a lot!!!
I have a problem with the size of my texts widgets, when i set a large string the size of the widget and my form grows, i want to know if there is a property of the widget or anything that can help me with this problem.

Thanks a lot.
18 years ago
Does anybody has the jeode vm installer?? can u send it to me??

Thanks a lot!!
19 years ago
Anybody has a kvm for a Compaq IPAQ??? i heard that jeode vm it`s a good choice, hope someone can help me with these ...

Thanks
19 years ago
I�ve tried to deploy a jar into mi compaq ipaq with creme 4.00 but i have problems when i try to run the .jar file. I copied the .jar, .jad, and .class files using ActiveSync, when i "click" the .jar file a window appears "Loading creme, please wait..." but my application never runs.

The jsvpout file says:

NSIcom Ltd., CrEme(tm) Evaluation Version
CrE-ME J2ME(tm)
CrE-ME V4.00 B010.040628 28-June-2004
MemoryLimit=8436Kb
EBCI(TM) Interpreter V1.00,
Copyright 1998-2002 by Bytecodes, Inc.
No Main Class specified in jar file /My Documents/Tiny.jar

I have no idea what to do.

Thanks
19 years ago