Re: Call .jar files like .exes with CF8

2009-05-04 Thread David McGuigan
The solution was providing a full path to the java.exe like so if anyone's curious: On Mon, May 4, 2009 at 1:24 PM, David McGuigan wrote: > I'm trying to execute a .jar file with some parameters from a cfc and then > use the file it generates afterward. But, Google and I cannot seem to figur

Call .jar files like .exes with CF8

2009-05-04 Thread David McGuigan
I'm trying to execute a .jar file with some parameters from a cfc and then use the file it generates afterward. But, Google and I cannot seem to figure out how you execute .jars in CFML. This is an epic fail: I've tried placing the java keyword in the beginning of the name parameter, java -jar,

Re: deploying and using jar files

2008-06-25 Thread denstar
On Wed, Jun 25, 2008 at 4:50 PM, Brad Wood wrote: > Nicely done. I am curious though, how did it manage to work on the > Linux server? Random guess: they already had all the needed information on the linux server. :-) |Denny -- When someone asks you, A penny for your thoughts, and you put yo

RE: deploying and using jar files

2008-06-25 Thread Brad Wood
Nicely done. I am curious though, how did it manage to work on the Linux server? ~Brad -Original Message- From: Doug Boude (rhymes with 'loud') [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 5:44 PM To: CF-Talk Subject: Re: deploying and using jar files Ah, as it

Re: deploying and using jar files

2008-06-25 Thread Doug Boude (rhymes with 'loud')
Ah, as it turns out, it IS as simple as dropping the jar files into the /lib directory. The issue was that there was a supporting jar file that the client failed to give me (and tell me about in the first place), as well as a .properties file that needed to live in my WEB-INF\classes directory

Re: deploying and using jar files

2008-06-25 Thread Qasim Rasheed
Have you tried putting the jar in this path C:\ColdFusion8\wwwroot\WEB-INF\lib Thanks On Wed, Jun 25, 2008 at 5:56 PM, Doug Boude (rhymes with 'loud') < [EMAIL PROTECTED]> wrote: > Okay, from what I've read thus far, deploying a jar file is so easy that > even a monkey could do it. As I under

deploying and using jar files

2008-06-25 Thread Doug Boude (rhymes with 'loud')
Okay, from what I've read thus far, deploying a jar file is so easy that even a monkey could do it. As I understand it, if I drop the jar file into the /lib directory and then restart CF 8, it will magically be available to me. Only, I must be missing something because this hasn't been the case.

Jar Files

2005-04-14 Thread Pat Wenke
We're running CFMX 6.1 on top of JRun and making use of a lot of Java classes. The classes are packaged in JAR files in the /WEB-INF/lib directory. Dropping an updated jar file in the lib directory causes in memory instances of the classes in the jar file to not work. For instance, the

RE: Jar files not being read

2003-11-24 Thread Barney Boisvert
heers, barneyb   _   From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 1:39 PM To: CF-Talk Subject: RE: Jar files not being read Yeah, done that about a million times.  Actually got lazy enough to write myself an alias so I didn't have to type the whole c

RE: Jar files not being read

2003-11-24 Thread Barney Boisvert
Yeah, done that about a million times.  Actually got lazy enough to write myself an alias so I didn't have to type the whole command out every time. ; )   _   From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 1:25 PM To: CF-Talk Subject: RE: Jar files not

RE: Jar files not being read

2003-11-24 Thread Bryan F. Hogan
Don't you have to restart the service? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Jar files not being read

2003-11-24 Thread Barney Boisvert
I just added a JAR to my app's WEB-INF/lib directory and it's behaving very strangely.  I can happily instantiate and use the classes from my CF code. I can happily instantiate and use the classes from a custom Java class that is compiled and run with the JAR on the classpath.  However, running tha

RE: import JAR files inline?

2003-03-05 Thread webguy
Just make sure the jar is specifed in the classpath, (stick it in \lib ) and just use it... WG -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED] Sent: 05 March 2003 17:00 To: CF-Talk Subject: import JAR files inline? Can I directly import JAR files from within

import JAR files inline?

2003-03-05 Thread Tyler Silcox
Can I directly import JAR files from within ColdFusion code on CFMX? Let's say I want to import a Java imaging library from the same directory my file is on, and I just want to import the Jar file, can I? This is what I want to do: !! IMPORT "ij.jar" (somehow

RE: OT: Unpacking JAR files...

2002-07-02 Thread Brian Scandale
Great, So the tag doesn't work properly and we're prohibited from fixing it. Kinda like you buying a car and being told... by law you are not permitted to tinker with the engine to make it perform better for your environment. Intellectual property is sort of an oxymoron. Stealing software is

RE: OT: Unpacking JAR files...

2002-07-02 Thread Pete Freitag
>Now my next task is to decompile them? FYI you might want to check the license, it probably prohibits decompiling. And they may be obfuscated. _ Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ ___

RE: OT: Unpacking JAR files...

2002-07-02 Thread Adrian Lynch
Try looking for cavaj on google :O) -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 18:12 To: CF-Talk Subject: Re: OT: Unpacking JAR files... Yep, that worked. Thank you. Now my next task is to decompile them? At 09:12 AM 7/2/02, you wrote

Re: OT: Unpacking JAR files...

2002-07-02 Thread Brian Scandale
>Tuesday, July 2, 2002, 12:05:28 PM, you wrote: > >BS> I am trying to unpack one of the jar files shipped with cf5 to see if it might be >possible to add some features to the cfgraph tag. > >BS> the jar command entered at the prompt seems to run and

RE: Unpacking JAR files...

2002-07-02 Thread Craig Dudley
g JAR files... I am trying to unpack one of the jar files shipped with cf5 to see if it might be possible to add some features to the cfgraph tag. the jar command entered at the prompt seems to run and then hangs... with no cpu cycles being consumed by jar according to the task manager. Am I nuts

Re: OT: Unpacking JAR files...

2002-07-02 Thread Critter
oi Brian!! you could just use winrar to open it up www.rarsoft.com -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - Tuesday, July 2, 2002, 12:05:28 PM, you wrote: BS> I am trying to unpack one of the jar files shipped with cf5 to see if

RE: Unpacking JAR files...

2002-07-02 Thread Pete Freitag
Use WinZip (or any other zip utility), it works great for messing with Jar files. _ Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Brian Scandale [mailto:[EMAIL

Re: OT: Unpacking JAR files...

2002-07-02 Thread ksuh
A .jar file is nothing but a zip file. You can open it with any zip program. You can even create jar files using something like winzip. - Original Message - From: Brian Scandale <[EMAIL PROTECTED]> Date: Tuesday, July 2, 2002 10:05 am Subject: OT: Unpacking JAR files... > I

OT: Unpacking JAR files...

2002-07-02 Thread Brian Scandale
I am trying to unpack one of the jar files shipped with cf5 to see if it might be possible to add some features to the cfgraph tag. the jar command entered at the prompt seems to run and then hangs... with no cpu cycles being consumed by jar according to the task manager. Am I nuts or is it

RE: .jar files?

2001-08-24 Thread Christian Abad
After I add the specific jar file to the classpath in the admin, do I need to bounce the server? (CF Server 4.5.1 on Solaris) -Christian -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 8:11 PM To: CF-Talk Subject: Re: .jar files? >On Thu,

Re: .jar files?

2001-08-23 Thread Alex
>On Thu, 23 Aug 2001, Christian Abad wrote: > Does ColdFusion recognize and "un-jar" .jar files if they are in the "Class > Path" under Java Settings in the Administrator? yes, the jar file ITSELF (not the directory) must be on the cla

RE: .jar files?

2001-08-23 Thread Brent Goldman
Hi, I was having the same problem. I spent hours on it, but I have no idea. Maybe someone else on this list knows. -Brent -Original Message- From: Christian Abad [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 10:53 AM To: CF-Talk Subject: .jar files? Folks: I am working

.jar files?

2001-08-23 Thread Christian Abad
Folks: I am working on a Custom Tag in Java and I'm having some difficulties : Does ColdFusion recognize and "un-jar" .jar files if they are in the "Class Path" under Java Settings in the Administrator? So far, the only way I have been able to implement my Custom Ta

Java Custom Tags and JAR files

2001-05-15 Thread Nick Texidor
Hi, I have a Java Custom Tag that is made up of approximately 12 classes. Does anyone know whether I can JAR these classes to make it easier to deploy, and how to configure CF to pick up the main Java Custom Tag class from a JAR file? TIA Nick ~~~