You cannot post messages because only members can post, and you are not currently a member.
|
CF10 Bug? Could not find the designated method
|
| |
Hi Mark, Attached is a test using v1.1 that works perfectly in CF9. I'm loading the JavaCSV library (links below), loading a reader object using the comma delimited file "mark.txt", looping through each row, and display the row data. Works fine in CF9. [link] [link]... more »
|
|
- 1.1 Released
|
| |
Hey all, Just a heads up that I just release JavaLoader 1.1 For a quick synopsis, to copy and paste from my blog: [link] A couple of new items in this release of JavaLoader: ...Enjoy! Mark
|
|
Javaloader Error on Shared host
|
| |
I am using javaloader 1.0 on a local xp box with coldfusion 9.0. I
have been using it to load Bcrypt ([link]
jBCrypt/) and it works fine with the code at:
[link]
============================
pw = "happy1.!gIlm0re";... more »
|
|
Issue with Tika & Javaloader
|
| |
Hi, I'm trying to extract text from various files using Tika and I am having an issue loading the jar with Javaloader. If the Tika jar is put in the CF classpath, and loaded using createObject, it works perfectly. When loading the same jar using Javaloader I get an error when trying to instantiate a... more »
|
|
Class not found: coldfusion.runtime.java.JavaPr oxy when using TCCL
|
| |
Hi,
I'm trying to load a java class I wrote but ran into some "JAR Hell"
issues, namely:
org.apache.xml.dtm.ref.DTMMana gerDefault cannot be cast to
org.apache.xml.dtm.DTMManager
So I did a bit of searching on this list and found some discussion
about the use of the ThreadContextClassLoader, as described by Mark... more »
|
|
JavaLoader and memory usage
|
| |
Hi All,
We're looking at using JavaLoader for a project but have hit a
snag with memory consumption.
Our project uses POI to generate Word documents and because CF9 uses
earlier versions of POI, we need to separate out our own classes,
hence JavaLoader.
The issue we have is that we need to be using POI's ooxml-... more »
|
|
Javaloader / AsyncHTTP question
|
| |
Hi Mark (or anyone else who wants to listen :)),
I have a use case for your asyncHTTP library and I have just gone to
set it up, but noticed it packages the JavaLoader.cfc with it.
I'm using JavaLoader elsewhere in my app. Should I try and hack it to
reuse the existing JavaLoader, or is it okay to have multiple versions... more »
|
|
coldfusion / java performance integration
|
| |
Hi,
Just using a java pdf lib, just getting started with java / CF
integration.
running my simple test app from eclipse / java is instant i.e < 1 sec,
when I run using:
<cfscript>
test = createObject("java", "Test").init();
</cfscript>
or javaloader
<cfscript>
loader = createObject("component",... more »
|
|
|