i'm new in java .. and i need some topic for create a little programm
i need to formating a file for insert in a database: (/var/log/message)
before
Apr 26 14:54:39 ** kernel: PPP: ppp line discipline successfully unregistered
Apr 26 15:04:17 ** PAM_pwdb[261]: (login) session clos
hi
import java.io.*;
public class f_open
{
public static void main (String args[])
{
File f = new File ("message.test",);
if(f.exists())
System.out.println(f + " exist");
else
System.out.println(f + " oppps ... not exist")
i have a Panasonic Hybrid System Telephony 32 (line) this system have a
LPT port, when i connect a draft printer - ROBOTRON ...
after a out-going call PHST send from a printer few date .. like < date>
How can i redirect this date from a database or file
i can use java-telephony .. ?
word1 word2 word3
how can i create 3 vectors for store one word
System.out.println("String " + vecCh1 + vecCh2 + vecCh3 );
FileInputStream file = new FileInputStream("test");
BufferedReader br = new BufferedReader(new InputStreamReader(file));
char ch = (char)br.read();
char vecCh1[] = new cha
char ch = (char)in.read();
char vectCh1[] = new char[10];
int chRead_a = in.read(vectCh1, 1, 6);
pw.println("First vector " + ch + vectCh1);
if i read a string like < I read this ... >
vectCh1 store " read" first character not appear "I"
but it's store in (ch) ... why?
DANIEL
[EMAIL PROTECTED]
hi
Q: it's possible in java to use color in text-mode ?
DANIEL
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]