| Thread | Last Post | Replies |
|
| Pls Help!!! | 08 Feb 2007 12:17 GMT | 1 |
I want to write conditional regular expression in Java/J2EE. Any sample example will be preferrable. In Dot Net , conditional regex are working properly but i want to do it in java/J2EE. Like i have following regex in dot net which i want to write in java/
|
| Reporting tool in Java | 08 Feb 2007 11:20 GMT | 8 |
Does anyone know a reporting tool in Java, which can load a template (previously made in Word or other word processor, for example) and fill in defined fields ? (inside the report are some sophisticated features which cannot be achieved with iReport + JasperReport)
|
| How do you use as an array as an argument | 08 Feb 2007 10:46 GMT | 12 |
I have this class Term (of the algebraic kind) and I want it to accept an array of variables and an array of coefficients (in case I get something like 2x*2y). I have no problems with the constructor or anything else, but I can't figure out how to make the constructor
|
| How to strat | 08 Feb 2007 07:02 GMT | 6 |
I'm C# developer and I like to learn and use Java. Can you give me tip for start. I'd like to make some GUI applications with set up implemented. Is possible to use some editor like VS is? NetBeans, eclipse?
|
| Authenticating LDAP connection with current windows user's credentials? | 08 Feb 2007 05:44 GMT | 5 |
Hi, I know this may be slightly off topic as it relates to using windows authentication and credentials, but I'm writing a program that needs to access an Active Directory LDAP, run a few queries, make some changes, etc... The problem I'm having is that the system admins do
|
| output stream with out.flush HELP NEEDED BAD! | 08 Feb 2007 05:08 GMT | 2 |
PrintWriter out = new PrintWriter(new FileOutputStream("EncryptedData.txt")); out.println("Encrypted text with monoalphabetic subsititution: "); out.flush();
|
| Java Certification Exam Query | 07 Feb 2007 19:21 GMT | 39 |
Hi friends, This is my first post in a newsgroup. I am planning to appear for the SCJP exam for Java 5 in mid-march. I wish to know about the industry recognition for the same. As I donot have any traditional workexperience
|
| ORA-01017: invalid username/password; logon denied | 07 Feb 2007 19:09 GMT | 1 |
Exception in thread "main" java.sql.SQLException: ORA-01017: invalid username/password; logon denied at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java: 134)
|
| http://www.freeanything4you.com/ | 07 Feb 2007 19:06 GMT | 2 |
http://www.freeanything4you.com/
|
| Looking for Program Executor class in java | 07 Feb 2007 19:00 GMT | 5 |
I am looking for class which will encapsulate a process(with no GUI) and will execute the program corresponding to that process. What I mean is I am looking for some class which will allow me to
|
| File I/O problem | 07 Feb 2007 18:58 GMT | 7 |
I'm trying to write a basic stats analysis program that analyses every file in a folder. I can get a loop to go through the relevant files, but I can't seem to use the current file name as an argument in the File() method - I get a complile time error that basically says I need
|
| get current StackFrame thru JDI | 07 Feb 2007 18:53 GMT | 1 |
I did Google search but didn't get much useful info... Basically, I encountered IndexOutOfBoundsException when trying to get current stack frame: 1 void methodEntryEvent(MethodEntryEvent event) {
|
| Need a little help | 07 Feb 2007 18:35 GMT | 7 |
I am just learning java and need a tiny bit of help. The code below is a project that I had to create. It works except for one small part. When I click on the Edit menu and select Insert I am prompted for the information to add to the arrays. After that it should add
|
| How to make the each looping concurrent thread to improve WHILE-loop performance? | 07 Feb 2007 17:52 GMT | 13 |
I have a while-loop which loops 360 times. Each looping takes 100ms, so in total it takes 36 seconds, which is very long. while(true) //looping 360 times {
|
| PreparedStatement Insert statement MS SQL Server problem | 07 Feb 2007 17:37 GMT | 1 |
I'm trying to execute the following insert statement on MS SQL Server v.8 using their JDBC drivers. I'm unable to insert the last field in the table for some reason that I don't understand. The code follows: Connection connection =null;
|