| Thread | Last Post | Replies |
|
| How to strip comments out of code | 02 Nov 2007 09:06 GMT | 19 |
Howdy... I need to write a class that will take a java file as input, strip all the comments out, and save thre result in a different file.... Can I use that StreamTokenizer to do that? I can't really understand
|
| TimerTask as Filewatcher. | 02 Nov 2007 05:14 GMT | 11 |
I want to use TimerTask to watch for a file in a particular folder. and proceed to another line of code only after i get the file in a particular folder. The TimerTask does it well but a seperate thread i guess I want to
|
| classpath and jarfile question | 02 Nov 2007 05:05 GMT | 5 |
I have a problem with class path behavior when trying to run an app from within a jar file. The app depends on other jar files, e.g. JDBC driver, JavaMail, that are not part of the standard distribution. The manifest sets Start-Class. If I also add Class-Path: to the manifest
|
| What is GWT? | 02 Nov 2007 04:49 GMT | 1 |
How can we use GWT in jsp? For what purpose GWT is used?
|
| How to authenticate on a Windows Domain? | 02 Nov 2007 03:05 GMT | 2 |
I'm way out of my element here. I need to teach my java application to authenticate a user against our Windows Domain. We want security, but we don't want a double set of logins and passwords. Can this be done and if yes, where do I begin?
|
| Question: Simple GUI Updater Thread | 02 Nov 2007 02:26 GMT | 12 |
Is this a good way to write an updater thread: Executors.newScheduledThreadPool(1).schedule(new Runnable() { public void run() { SwingUtilities.invokeLater(new Runnable() {
|
| Way to capture System.out in a *sandboxed* app.? | 02 Nov 2007 00:27 GMT | 3 |
System.out/err cannot be redirected in a sandboxed** application(/applet). Assuming you wanted to to show the end user the System.out/System.err from a *sandboxed* app.*, how
|
| How standard and interchangeable are Java modules and the like? | 02 Nov 2007 00:15 GMT | 3 |
I am just getting acquainted with some new Java building blocks through the NetBeans IDE. The "New Project" item offers several alternatives such as: - "Module Project"
|
| Java update location | 01 Nov 2007 18:27 GMT | 6 |
I hope this is the correct forum for this. Please point me in the right direction if it's not. I recently downloaded the latest Java runtime enviroment from Sun for Solaris 8. Running the script creates an update directory, but where
|
| java rename and NFS directory | 01 Nov 2007 17:54 GMT | 2 |
I see lots of messages in the past re java rename command failing when accessing files on NFS mounted filesystems. Should this still be an issue??...I think we are hitting it on AIX. A unix mv command works fine.
|
| Wonderful Openings for Java Developer | 01 Nov 2007 17:26 GMT | 1 |
Right now we are looking 4+ yrs of experience in Java for our MNC client. Desired experience 5+ years of experience
|
| What's wrong with this sentence? | 01 Nov 2007 16:14 GMT | 7 |
Hashtable<String, ItemInfo> userCart = (Hashtable<String, ItemInfo>) session.getAttribute("userCart"); I am using Eclipse It get a warning:
|
| Java technologies | 01 Nov 2007 13:57 GMT | 1 |
http://corejava-technologies.blogspot.com
|
| Openings for Core Java / Oracle programming | 01 Nov 2007 13:55 GMT | 1 |
Kindly go through this requirement, we are looking for our MNC Client Job description ## PRIMARY SKILLS 2-3 years Core Java / Oracle programming experience in a UNIX
|
| How to test a class that is started via a Servlet. | 01 Nov 2007 08:49 GMT | 4 |
I have the following class MessageManager ( which sends messages in different formats). In weblogic 8.1 I use a servelet to call start() and stop() to activate/deactivate my MessageManager.
|