Questions tagged [javaloader]

Do not confuse this tag with Java Class Loader, JavaLoader is a library used with ColdFusion to support integration and development of Java.

Do not confuse this tag with Java Class Loader, JavaLoader is a library used with ColdFusion to support integration and development of Java. Although Javaloader allows loading java classes and libraries it is only for Cold Fusion.

21 questions
0
votes
0 answers

Having Null Pointer Exception and JDBC.sql exception User not Found

I'm making my user log in and logged out whenever I get my user signed up it provides an error. List of Problems are INFO [stdout] (default task-6) org.h2.jdbc.JdbcSQLException: Table "USER" not found; SQL statement: stdout] (default task-6)…
Abdul Rehman
  • 159
  • 1
  • 2
  • 18
0
votes
0 answers

Make ColdFusion load the newest jar from our folder and not the one of the lib folder

I need to load BouncyCastle jars for mail encryption using the java loader. (ColdFusion 10 and no Application.cfc). When an older version of a jar exists in the lib directory, that version is loaded and not the one specified in the javaloader. Even…
michel
  • 81
  • 1
  • 9
0
votes
0 answers

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 same thing in office server, I got an…
Norman Pratama
  • 67
  • 2
  • 12
0
votes
0 answers

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 3.3.5.002 and Windows 2008 R2. We are using ColdBox's…
user1235905
  • 145
  • 7
0
votes
1 answer

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: ... THIS.mappings["/javaloader"] = GetDirectoryFromPath(…
frequent
  • 27,643
  • 59
  • 181
  • 333
-1
votes
1 answer

Installing .cod file to blackberry q5

I have a .cod file that I want to install to my blackberry. When I try javaloader "javaloader -u load *.cod" I get the following error. Connecting to device...debug: HRESULT error during Open: 80040154 Error: unable to open port Additionally, I…
Abdul Rahman
  • 1,294
  • 22
  • 41
1
2