Hi All,
I am using the following line of code:
String[] children = directory.list();
It seems fine when I used it other places but I am getting an error on compile:
C:\j2sdk1.4.2_11\bin>javac timeoutput.java
timeoutput.java:4: cannot resolve symbol
symbol : class io
location: package java...
Hello All,
I want to purge all log files in a directory that are over 60 days old. Is there a Java class that will tell me how old a file is or perhaps a "created date?" I have been looking and can't find one. Hint I do have the YYYYMMDDHHMM as part of the file's name. Can I turn this into...
Hi All,
I have a brain teaser. I am attempting to loop through a number of positional parameters but keep getting caught in an infinite loop.
The input is : $ script_name (p_par_1) ...(p_par_n)
The script I have:
#!/usr/bin/ksh
x=1
while [ -n $`$x` ] ; do #do while x is not null
echo...
Hello All,
I am having trouble with what seems simple. I am trying to change the delimiters in a file using awk. The current delimiter is a tab and I would like to change it to a ":" (colon).
I am on the Korn shell and have tried the following:
awk -F: {print} filename
and also:
awk...
Hi All,
I am having a little trouble with a Shell script I am writing. I would like to test input to see if it contains only numerals. I have already checked it for length, between 3 and 8 characters long. Let's say the the variable is called $value, how would I write the if statement?
if [...
I was using this software(VB6.0,CR8) for the last couple of
months with no problem. It all started all of a sudden when the application is trying to pass the control to the next form as I am getting an error "Run-time error '5 Invalid Procedure Call Or Argument ", which really baffles...
I have created a setup package using package and Deployment wizard. (I am using VB6/CR8) I was able to install this application on the clients machine which works fine, when I try to install the SETUP PACKAGE it wont work......I am at a loss....
The message I get is
"Cannot Start main...
I have developed a VB6/CR8 application, and it uses MSACCESS as the database. It works fine on my development machine, but When I install this application on my users computers (I have created the SETUP program using PACKAGE AND DEPLOYMENT TOOL) they are getting this error " PHYSICAL...
I am using CR8 Designer in VB6, to export the crystal report out put to WORD. It works perfect If I am executing my VB application on my machine, when I am installing this application on my users machine I am getting an error "Run-time error '429', Can't create Activex Component"...
I am using CR8 designer in my VB6 project to export the reports, it works perfect on my machine. I have installed the VB6 Project(executable file) on my clients machine and I am getting an error when they are trying export the report. The message they are getting is "Can't create ACTIVEX...
Hi I am using VB6, CR8. I have developed a crystal report and was able to successfully print it to a window using VB6.
But I am unable to export the Report to a file. This is what I have coded, i am not getting my out put exported to the word doc. Please help me with the syntax If I am missing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.