Help coderanch get a
new server
by contributing to the fundraiser

nancy andrew

Ranch Hand
+ Follow
since Jan 19, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by nancy andrew

If you are running the build.xml from RAD/RSA then try setting user.install.root=<was_home> in
Windows-->Preferences-->Ant-->Runtime-->Add Property

This worked for me as I was facing the same issue.
12 years ago
I want to build ERA file for my application and deplot the EAR into websphere 7. I have not written any ant script for this till now. Wanted to know how to write the ant script (setting the classpath etc) specifically for websphere 7
12 years ago
I need to write an ant script for wensphere 7. Kindly let me know the steps and the WAS 7 specific jars required for ANT build.
12 years ago
Hi All,

I have a requirement in which I have to open only a particular location (ex z: shared drive) from where user can upload/download documents to/from. User would not be able to open hard disk location like c:, d: drive. How do i proceed with this drive restriction using java

Kindly reply

12 years ago
Hi All,

I have a requirement in which I have to merge multiple documents (Eg: Tiff, DOC, PDF) in to a single TIFF file. Any idea how do I do this merging using java (suggest APIs, jars, framework to be used)

Regards,
Nancy
12 years ago
On clicking a particular button in a web page, a pop up appears. And after clicking submit on the pop up, my parent window should get refreshed but the pop up window should be focused. But i find the pop up window goes behind the parent window screen and i couldn't focus on the pop up window using window.focus() method. Kindly provide a solution to place the focus on the pop up window while the parent window refreshing should also happen. And am using IE8. I have tried the following approach.


var popup;
parentwindow = window.open(.........);
//...parentwindow refreshing code.
popup = window.open(.....);
popup.focus(); or popup.window.focus();
hi,

Thanks for the reply.
Actually there is a product called lombardi which uses process server as JBOSS. So when i click the start up exe for starting Jboss i get the above mentioned Error.
JAVA_OPTS is not printed.
I have a hard disk of 320 gb and currently only 75gb is free space available
Installed Physical Memory (RAM) 2.00 GB
Total Physical Memory 1.96 GB
Available Physical Memory 767 MB
Total Virtual Memory 3.92 GB
Available Virtual Memory 1.40 GB
Page File Space 1.96 GB

13 years ago
Hello All,
I am having a problem staring up my Jboss Server it is giving me this error

Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.

I am using a dell laptop 2gb ram, Core 2 duo. the heap entry given is

128m and 512m . I tired to change it also to 1024 and 1024 but still the same issue. Is this problem related to java installation in my machine.Kindly help
13 years ago
I am facing the similar issue. I tried changing the memory to 128 and 256. But it did not work. Any other solution
13 years ago
Hi all,

Please let me know what will be the value of PATH, CLASSPATH and JAVA_HOME in environment variables.

Currently i have set:

PATH = C:\Program Files\Java\jdk1.5.0_09\bin;
JAVA_HOME = C:\Program Files\Java\jdk1.5.0_09;
CLASSPATH = ?

I remember that somethin is set uptill C:\Program Files\Java\jdk1.5.0_09\lib\tools.jar;

I dont know what is that. Kindly tell me what will be the classpath and where to set tools.jar
13 years ago
Ya any browser explorer, firefox, chrome.. When I click on the X button of the browser (top right side), then one of the folder which I created on my desktop should get deleted
13 years ago
Hi All,

I want to delete a folder and its contents when I close my application browser. Please let me know how to do it using java.
13 years ago
I want to choose multiple from my desktop using browse button. Handling multiple file in server side is not a problem, but in single browse button i want an option to choose multiple files from my desktop
13 years ago
JSP
There is a requirement in which i have to upload multiple documents using a single browse button. Ex if a click browse button then file1.pdf,file2.pdf,file3.pdf etc can be seleted and attached in one go. Is it possible using jsp tag lib or some other thing in java. Please help
13 years ago
JSP
I dont want to make jar file . I want to run my java file. I got that piece of code through internet. That is wrong and not working. Kindly tell me how to correct it. There is a simple HelloWorld.java standalone program. I want to run it using batch file
13 years ago