| Thread | Last Post | Replies |
|
| Pro c Call from JNI | 28 Aug 2006 11:49 GMT | 1 |
I am trying to call a ProC function from JNI . I am using the demo_proc.mk file to include the Java path , but it is giving an error that Error at line 7, column 10 in file source.pc
|
| PipedInputStream / PipedOutputStream with two threads problem....pls help | 28 Aug 2006 09:06 GMT | 7 |
I want to communicate two threads using pipe. Also I want to make this process as cyclic process, currently it is non-cyclic I am posting my code below pls suggest something...........
|
| steps to deploy ejb program using jboss | 28 Aug 2006 09:04 GMT | 1 |
steps to deploy ejb program using jboss,very urgent...............................waiting for reply
|
| How can I make use of the USB-port from Java ? | 28 Aug 2006 08:40 GMT | 12 |
I am curretly looking into a project where a USB-port is to be used, but I cannot find any implemented Java API's for USB to use on the Windows platform. I would be very greatful to get som hints about good USB API implementations out there.
|
| Session Tracking in Servlet | 28 Aug 2006 08:21 GMT | 1 |
I have got a jsp form which consist of name, phone, email, etc. I want to use session tracking in servlet: In servlet my code are like: String gn=session.setAttribute("gn",request.getParameter("givenname"));
|
| steps to deploy ejb program using jboss | 28 Aug 2006 07:51 GMT | 1 |
steps to deploy ejb program using jboss,pls reply me
|
| Javac.exe question | 28 Aug 2006 04:15 GMT | 3 |
I just downloaded J2SE 1.4.2_04, installed it, and it doesn't have javac.exe in the bin. Doesn't javac come with the SDK anymore? The previous version on my computer is 1.4.0 and it doesn't have javac either. How am I supposed to compile java programs? I've got a WINTEL machine with ...
|
| Stumped. How to add a limit to a LinkedBlockingQueue | 28 Aug 2006 03:20 GMT | 10 |
First of all, thanks to all that have helped this beginning Java programmer with my questions in the past. I'm hoping that once again the experts here can save my butt! I have a working implementation using LinkedBlockingQueues in a
|
| NetBeans 5.0 & Perforce Versioning Manager | 28 Aug 2006 02:01 GMT | 1 |
Has anyone had the experience of working with Perforce in NetBeans 5.0? I have installed the Perforce module and done the configuration. However, every file is "local" (whatever it means) and "r/o". How can I "open for edit"? What do the other menu items in the Perforce menu do?
|
| Swing/Echo2 design question | 27 Aug 2006 22:45 GMT | 1 |
I am creating an app in Echo2 (what strongly resembles swing), and I was wondering what would be a clean implementation for handling actions in this app. Now, when someone clicks a button, I usually tend to create an anonymous class, because then I have all displayed components ...
|
| Atomic Operation | 27 Aug 2006 22:44 GMT | 3 |
I read sometime ago that there is new java feature to increment a long as atomic operation so threads can safely add one to the long. I cannot find name for such object, I think "AtomicLongIncrement" or something. Maybe someone can remember.
|
| Good tutorial on Ant/Webapplications/Tomcat | 27 Aug 2006 20:59 GMT | 3 |
I want to set up a Ant build.xml file for webapplications. I want to be able to create .war files automatically, and deploy them to tomcat. With ant, I have experience, and I know tomcat.
|
| Need help | 27 Aug 2006 18:14 GMT | 3 |
I am new to Java programming and still learning it. i downloaded some applets(source code) from the internet and compiled them. to see what they looked like i put them in a webpage but it said class: Greeting not found. I then tried appletviewer which worked. I want to be able to
|
| 100% Open Source Job Opportunities??? | 27 Aug 2006 15:43 GMT | 16 |
Is there anyone out there that actually works at a 100% Open Source company, and actually makes a decent salary? IBM, Microsoft, Oracle, Sun, and the like, are all making gazillions of dollars off of open source products and ideas. As a Java developer, I
|
| doing some ocr stuff with java | 27 Aug 2006 12:36 GMT | 3 |
I need help on a little practise project I am undertaking right now. I have a couple of question papers with diagrams and text and I wish to scan the papers to either pdf format or jpeg png format. my main problem is to read the file using java and extract the images and
|