Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / November 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Serious jdk i18n bug26 Nov 2003 06:33 GMT2
Sun's ISO-2022-JP decoder has a bad bug that causes it to go into an
infinite loop. I need a simple fix (I don't want to build my own
version of the JDK or anything). I also don't want to switch to an
old version of the jdk (due to other bugs). Sun knows about the bug
Path Setting26 Nov 2003 05:34 GMT3
I need to fix the path setting on my system.  Unfortunately, there is
no autoexec.bat in my C: directory (Win98)!  The closest thing I can
find is autoexec.av, which is void of text.  Help.
question rephrased26 Nov 2003 04:31 GMT13
I'm runniing into a problem when I use an IDE written in Java to run
an application (that is written in Java).
I'm using File currentDir = new File(System.getProperty("user.dir"));
to find the directory where my app is located.  This works fine if I
Dont work in a jar26 Nov 2003 00:20 GMT11
I have modify a bit this code from "Cay Horstmann" but it does not find the
.caesar class and the catalog.txt from inside a jar file. I I jar everything
and add the two files 'outside' the jar it works fine.
I tried to fit getRessourceAsStream in it without success.
Idiot needs help with Inheritance25 Nov 2003 23:05 GMT1
I hope I'm following the etiquette of this group, I've looked around and
there seems to be some similar posts so here goes...
I'm completely lost with Inheritance! I'm supposed to write some code to
demonstrate how different classes can inherit variables from parent classes.
Eh? Void type not allowed here?25 Nov 2003 16:38 GMT4
Er... with this code:
private void saveNameData(String fileName, String[] names)
   {
       FileWriter writer = new FileWriter(fileName,false);
TreeSet Sorting Question25 Nov 2003 16:27 GMT2
Konnichiwa!
Utter Java newb here again, second post to the newsgroups.
I was wondering... if I have a TreeSet with contents like:
Foo Bar
how to use barcode in java application.25 Nov 2003 07:30 GMT2
Hi,
I want to integrate barcode reader in my java application. I have no
idea how to capture event generated by the barcode reader after it
reads a barcode.
Selectable Channels25 Nov 2003 02:35 GMT1
For an assignment ive been given a selectable channel and ive been asked to
start a input reading process from a stream, ive tried using the
bufferinputstream class and others but i cant get anything to work, and the
internet hasnt proved that helpful either!
Is it possible to perform line wrap in JTable cell?24 Nov 2003 23:59 GMT2
I find that the cell have fixed size for JTable.
I want to show all the content inside the cell, but I cannot find any method
in JTable API to do this task.
May anyone help?
# Sign in the Query String24 Nov 2003 22:15 GMT1
I am passing a query string to the browser from my servlet something
like this
res.sendRedirect("CC.jsp?FLAG=YES&ADDR1=#3502 North PL&CITY=NY");
My jsp page on IE 5.50 interprets these values correctly and I get the
Problem with Runtime.exec in Java. Buggy?24 Nov 2003 21:22 GMT1
I  deal with the following problem.
I would like to start a DOS-Program(which needs dos4gw.exe) under Windows.
The Shell Command given down is correct: I tried it under the
Windows-Commandshell and it works fine.
System.setOut24 Nov 2003 18:07 GMT6
Hi, I was sure this one would be simple :-)
The output stream does not comes back to the console.
      APrintStream ps = new APrintStream(new FileOutputStream(registered));
      System.setOut(ps);
format output24 Nov 2003 16:48 GMT4
How to do format output in Java? For example, filling characters, alignment,
width, etc.? Thanks.
Can Java do this?24 Nov 2003 16:46 GMT2
Hi everyone! :-)
Im a real Java newbie, and am wondering if there is any way I can write a
Java program that 'strings' images together.
For example:
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 October, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.