The javaloader tag has no wiki summary.
1
vote
1answer
35 views
Reboot after removing an application from Blackberry - javaloader.exe
I have a quick questions. My Blackberry gets restarted after I uninstall an application (OS 5, 6, 7) using the JavaLoader. Is that the expected behaviour?
Thanks in advance,
Sam
4
votes
1answer
115 views
Getting ColdFusion-Called Web Service to Work with JavaLoader-Loaded Objects
Is it possible to use JavaLoader to get objects returned by CF-called web services, and JavaLoader-loaded objects to be the same classpath context? I mean, without a lot of difficulty?
// get a web ...
0
votes
0answers
227 views
ColdFusion using Javaloader error
I have a question regarding calling java class from ColdFusion using Javaloader 1.1.
I attempted to access java class from ColdFusion in a local server, and there was no problem. But when I tried the ...
0
votes
0answers
60 views
Solrj timeout on Railo
We are getting a timeout when trying to do a solrj update to a remote solr server running solr 4.0. The server we are using to do the update is a Railo Apache Tomcat server running Railo version ...
0
votes
1answer
329 views
How to setup java libraries with javaloader in Coldfusion8?
I'm trying to get javaLoader to run in a Coldfusion8 application and I need some help to get me across the finish line.
This is what I have so far:
Inside application.cfc:
...
...
0
votes
1answer
317 views
Android ListView list_item load another page
I have a list view loaded from an array (used from the tutorial on the android site) and inside the array are class names from other .java files in the same package. What I want it to do is when you ...
1
vote
2answers
211 views
Error using esapi with CF8 and JavaLoader
java.lang.reflect.InvocationTargetException SecurityConfiguration class (org.owasp.esapi.reference.DefaultSecurityConfiguration) CTOR threw exception.
I get the above error when I try to do
...
0
votes
1answer
309 views
How to load a class from its source code using Javassist?
I have in an input stream the complete source code of a class. Is it possible to use Javassist to create a new CtClass object for this class ?.
I know that with the name of the class is possible to ...
1
vote
2answers
249 views
How do you tell the reference path when loading a class?
I'm trying to use JavaLoader to load a java (HttpAsyncClient) class into ColdFusion.
client = loader.create("org.apache.commons.HttpAsyncClient")
How do we know the reference that is ...
3
votes
0answers
1k views
BlackBerry Screen Shot Utility … Torch 9850 … a how to guide on creating your own capture script/tool
I am providing this for everyone to hopefully save you some brain damage in finding this yourself.
As I'm working on a BlackBerry project that will run on various devices I ran into an issue grabbing ...
2
votes
3answers
557 views
BlackBerry screen shot utility - from a desktop computer
I am looking for a screen shot tool that I can use to capture screens from my BlackBerry Tourch 9850. I have tried using the included JavaLoader utility with my SDK but I receive "Retrieving screen ...
0
votes
0answers
158 views
BlackBerry - JavaLoader error when using the “screencapture” option [duplicate]
Possible Duplicate:
BlackBerry screen shot utility - from a desktop computer
I am attempting to use the JavaLoader tool to capture some screen shots of my Tourch 9850 ... the built-in ...
1
vote
1answer
285 views
ParserException Error after deploying antiSamy
I'm using antiSami with my ColdFusion project. I'm loading antiSami through onApplicationStart() like this:
local.jarsArray =
[
expandPath("lib/antisami/antisamy-1.4.4.jar")
];
...
