| Thread | Last Post | Replies |
|
| Call runtime.exec(), but not as a child process? | 07 Sep 2006 18:30 GMT | 2 |
Can someone show me how I would go about having a java program launch a different program, but not as a child process? For example, I would like my java program to launch "calc.exe". I then want my java program to be able to finish its processing and end. I
|
| Java Regex: How to "NOT" a group? | 07 Sep 2006 18:27 GMT | 3 |
I've looked at several Java regex tutorials, but haven't found a way to do: !regexString.equals(inputString); using only regular expressions. I see that [^X] will return true for
|
| UTF8 Encoding on different machines | 07 Sep 2006 17:27 GMT | 5 |
I'd really appreciate anyone's insight over here . Since I am trying to resolve this problem for the past two weeks. Machine 1: I have a java web application running on Tomcat , MySQL on one machine with UTF8 encoding showing perfectly on the web client.
|
| Help! requested resource not available | 07 Sep 2006 17:01 GMT | 7 |
First, I have searched high and low for the solution to this problem ... but have found nothing. All I'm trying to do is to be able to see a simple JSP page: web.xml:
|
| Servlet to call another Servlet? | 07 Sep 2006 15:51 GMT | 1 |
Is it possible to have a Servlet on Server A call a Servlet on Server B (both running single instances of an identical webapplication) without using a Proxy setup? For example, if a request comes into Servlet (on server A) I want the servlet on server B to handle the request at ...
|
| JBoss do not deploy .jar when importing | 07 Sep 2006 15:33 GMT | 2 |
i have a problem with the deploy of ejb in JBoss. When in a java file there is the "import", JBoss do not deploy the .jar file. An example:
|
| find max number of open file descriptors using java | 07 Sep 2006 14:54 GMT | 8 |
I am writing a server which can have maximum number of simultaneous connection equal to the maximum number of open file descriptors. How can it be enforced in java as well as best design strategy? Thanks
|
| an array in a hashtable | 07 Sep 2006 14:51 GMT | 15 |
Can someone help me out? I am trying to create a hashtable where the values are arrays. So in my code I have: Hashtable moves = new Hashtable(); moves.put (11, new Integer[]{2,3,3,2});
|
| How to return data through native methods parameters? | 07 Sep 2006 14:46 GMT | 3 |
I have a native method which gets an Integer object as a parameter. I want to create a new Integer object in the method's C/C++ implementation and return it through the same parameter. The code I wrote (it actually fails to return data) looks like this:
|
| How to upload an image locally | 07 Sep 2006 12:44 GMT | 3 |
Hello, I am working on a project where I need to store images locally on the server and references to them in Oracle10g. I need some help on how to upload an image locally on the server from the client's machine. I am using eclipse 3.2, tomcat 5.x and Oracle 10g.
|
| Java reflection for source code. Have you have heard of it? | 07 Sep 2006 12:42 GMT | 2 |
This is my problem. I have a proprietary framework with kind-of-java support. It uses kind-of-java as a of scripting language. You can write your own java class with a particular syntax, then you
|
| How to Connect c++ client with java server | 07 Sep 2006 05:01 GMT | 1 |
Hi Friends, Well I am facing a problem. The problem is how to concect the c++ client with the java file server. I am using mico as orb for mapping idl to c++. But how do I proceed further.
|
| 係香港一間IT公司,叫Advanced Telesoft, 有個ap叫Dan, | 07 Sep 2006 04:21 GMT | 1 |
係香港一間IT公司,叫Advanced Telesoft, 有個ap叫Dan, 呢條友好唔掂, 新員工入到黎唔夠 一個月, 就係高層面前話佢"好似乜都識, 實情乜都唔識". 人地入黎都無一個月, 你又點知
|
| JSF Question | 07 Sep 2006 04:07 GMT | 2 |
If I have an existing JSP web-app that I want to start to integrate JSF into can I? Can I use JSF on selected pages and just the existing JSP on others? Just want to confirm.
|
| Find and Replace Characters in txt File | 07 Sep 2006 02:34 GMT | 7 |
I have to read in a file which has mostly normal floating point numbers and 2 numbers to throw you off: 41B.495 and 87O.078. The program is supposd to catch those and replace the B with 8 and the O with 0. I have the numbers read into a vector array and as they are read in they
|