| Thread | Last Post | Replies |
|
| detecting non-printable character "0x1F" | 26 Mar 2005 08:05 GMT | 2 |
i have a file which contains data that is delimted by non-printable character "0x1f". how can i parse this file with that character as the delimiter?
|
| Java Profiler and IPlanet | 25 Mar 2005 23:12 GMT | 1 |
I would like to use a Java Profiler to give me a trace of which classes and methods get used in a web-app, for servlets, JSP's, and other Java classes. My client is using an ancient app server: IPlanet Web Server 6.0 SP2 (Former name of Sun Java System Web Server), with Java 1.2.2 ...
|
| How to get tomcat path in Java | 25 Mar 2005 19:54 GMT | 3 |
I have a servet and need to access files with in the WEB-INF folder across mulitplatform enviroments. How can I retrieve this path? I tried System.getProperty("Catalina_home") and it returns C:\tomcat\bin\null Any ideas?
|
| Packages & JARs | 25 Mar 2005 18:28 GMT | 2 |
I've recently begun to play with the use of packages and JAR files, more specifically while using the Netbeans IDE. I've read through tutorials and tried dabbling in it myself, but there are a few things that have left me scratching my head.
|
| URLs returning unexpected results | 25 Mar 2005 17:38 GMT | 2 |
I'm currently writing a java IRC bot that uses the PircBot API by Paul Mutton, however when using a URL and a BufferedReader I'm getting results that don't seem to make sense. I have a php page that simply checks whether two fields given in the url
|
| Java class & Jsp page error | 25 Mar 2005 14:29 GMT | 1 |
I wnat to see in browser an status from an device connected on rs232 port The java class for read from serial port is: //Serial.java
|
| Warnings About Rent A Coder - rentacoder.com warning | 25 Mar 2005 14:25 GMT | 1 |
Warning - if you as a programmer currently use or plan to use www.rentacoder.com in the future, be forewarned you will be experiencing: 1) A very low income for anyone located in the U.S. You will be competing with programmers from around the world where $100 is like $1000 for them. ...
|
| How come java.exe doesn't need a PATH setting? | 25 Mar 2005 13:44 GMT | 2 |
After installing Sun's J2SE SDK on Windows XP Pro, I discovered that I could run java.exe (e.g., "java -version") from *any* subdirectory while in Command Prompt even though I never modified the PATH string.
|
| beginner need help adding buttons to frames | 25 Mar 2005 12:38 GMT | 2 |
Hi need to add a exit button to each of my frame but I dont want to add 4 buttons with four codes to exit each frame.I want one exit button on each frame all buttons use the same single exit and show it on frame. The last frame must have a exit
|
| "AssignmentOperator ArrayInitializer" error | 25 Mar 2005 09:51 GMT | 3 |
Hi! I'm typing in a program from a magazine and I'm pretty sure I've typed it in correctly. However, I'm getting an error in one section of the program, the class SizeListener. The error is: "Syntax error, insert 'AssignmentOperator ArrayInitializer' to complete Expression."
|
| A boardgame | 25 Mar 2005 03:31 GMT | 1 |
Hello i know it may sounds stupid, but i'm currently working on a boardgame on a grid of 20*20 squares and i'd like to write a function to know which squares are between two square in parameter like this: public Vector checkBetween(int X1, int Y1, int X2, int Y2);
|
| Sun Application Server 8.1 | 25 Mar 2005 01:31 GMT | 1 |
I recently installed this server on a linux system and i am having a trouble logging in . Does any one know the default Username and password
|
| Getting tomcat to see jar files | 24 Mar 2005 23:46 GMT | 1 |
I have classes12.zip in my webapps/webapp/web-inf/lib/ directory but I still get java.lang.ClassNotFountException oracle.jdbc.driver.OracleDriver. Why doesn't it see this file? TIA
|
| testing for object ancestry | 24 Mar 2005 19:09 GMT | 2 |
this is bugging me for a while, it should be really simple, but somehow I'm unable to look this one up myself... (I don't even know where to look for it) In my program I'd like to test, if the component that throws the
|
| Jcheckbox.IsSelected() | 24 Mar 2005 17:08 GMT | 3 |
String myValue; boolean killuniverse = myCheckBox.isSelected(); if (killuniverse == true); {
|