Search the web
Sign In
New User? Sign Up
advanced-java · Advanced Java
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 56150 - 56179 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
56150
... One way to do this would be to keep a cookie on the client side, which is set when the user is authenticated. Thereafter, every call from the client to...
Unmesh Kulkarni
unmesh@...
Send Email
Oct 2, 2000
6:19 am
56151
Hi, You have to change so either IIS or Apache listens to another port than 80. I think you have to edit httpd.conf for apache to make it listen on another ...
Kaj Bjurman
kaj.bjurman@...
Send Email
Oct 2, 2000
6:26 am
56152
... how ?? OS is W9x Ramana Tadepalli Sanskrut Software Systems Pvt Ltd ramana@... ramanatadepalli@... rtadepalli@... You don't have...
Ramana Tadepalli
ramana@...
Send Email
Oct 2, 2000
6:31 am
56153
Hi, I would appreciate it if you could pipe down a bit, and start acting civilized, like the rest of the people on this list. Cheers, Marijn ... From: "m.d....
Marijn H. van der Ploeg
marijn@...
Send Email
Oct 2, 2000
7:35 am
56154
Hello, Supposing I create a file on a Unix System using the FileOutputStream. It's a plain text file with an executable script to run a browser: String...
Marie Wong
marie_wong@...
Send Email
Oct 2, 2000
7:50 am
56155
Hi all, i have a few clarifications 1.Can i load 2 JVMs on the same machine? 2.if the m/c has allocated say 18 MB of space to the first JVM but the utilisation...
vikram
vikram.sathyanarayana...
Send Email
Oct 2, 2000
11:52 am
56156
Hi, It wasn't a linger thing, it was a bug in jdk1.2.2 once moved to jdk1.3 the problem went away... I tried to find a matching bug report in bug parade but...
Erez Katz
erez@...
Send Email
Oct 2, 2000
1:52 pm
56157
Hi Marie, I guess the problem you are facing is that when you try to do :- Runtime.getRuntime().exec("chmod +x " + cmd); Runtime.getRuntime().exec(cmd); You...
Sharan, Dharmendra
Dharmendra.Sharan@...
Send Email
Oct 2, 2000
3:24 pm
56158
You can run sh in the exec, with your script as a parameter... ... From: Marie Wong [mailto:marie_wong@...] Sent: Monday, October 02, 2000 3:45 AM To:...
Murali, Ravipudi
MuraliR@...
Send Email
Oct 2, 2000
3:28 pm
56159
... You mean you "need" some clarifications. "Clarification", actually. You require clarification on some points regarding Java Virtual Machine usage. ... Yes....
Tim O'Neil
tim@...
Send Email
Oct 2, 2000
3:51 pm
56160
Hi All! Does anybody know of any (preferably free, but commercial as well) Java bytecode viewers? Whatever viewer, it should be Java-2 compliant. Any...
Sordini Emmanuele
Sordini.Emmanuele@...
Send Email
Oct 2, 2000
3:57 pm
56161
... Talk to your OS vendor, or redesign your app. Nate ... To unsubscribe, mail advanced-java-unsubscribe@... To get help, mail...
Nate Williams
nate@...
Send Email
Oct 2, 2000
4:30 pm
56162
Hi, I can recommend you my prohect: jfa.javalobby.org/projects/CafeBabe.html. It's free and you can get access to source files under JavaLobby licence (GNU...
Alexander Shvets
ashvets@...
Send Email
Oct 2, 2000
4:43 pm
56163
Hi, I was wondering if it is possible to get my program to do capture full thread dump information (what CTRL-BREAK outputs on Win NT) I tried enumerating the...
D'Mello, Glenn BGI WAC
Glenn.DMello@...
Send Email
Oct 2, 2000
4:50 pm
56164
You can also use the tool out of the Sun SDK - javap ... From: Alexander Shvets [mailto:ashvets@...] Sent: Monday, October 02, 2000 11:40 AM To: Sordini...
Jay Baker
jay.baker@...
Send Email
Oct 2, 2000
4:58 pm
56165
Java doesn't support https via standard URL/URLConnection classes in a standalone JRE. If you do something like URL url = new URL ("https://...."); you'll get...
B. Flaumenhaft
benf@...
Send Email
Oct 2, 2000
5:38 pm
56166
I'm looking to create a wireless Java application on a PDA and have it talk to our existing RMI services which are running on a backend server. As anyone...
John Gray
jgray@...
Send Email
Oct 2, 2000
6:12 pm
56167
How can i get hold of the OS instance handle of a java app.. I need to initialize CWinApp() in my native system... Any leads to where i may find help r also...
Ramana Tadepalli
ramana@...
Send Email
Oct 2, 2000
6:20 pm
56168
How can i get hold of the OS instance handle of a java app.. I need to initialize CWinApp() in my native system... Any leads to where i may find help r also...
Ramana Tadepalli
ramana@...
Send Email
Oct 2, 2000
6:54 pm
56169
... I have written a free Java/Win32/COM bridge called JAWIN that can do this (amond other things). You can download it from ...
Stuart Halloway
stu@...
Send Email
Oct 2, 2000
8:23 pm
56170
... This looks like the ticket: http://www.rsasecurity.com/products/bsafe/sslj.html ... To unsubscribe, mail advanced-java-unsubscribe@... To get...
Tim O'Neil
tim@...
Send Email
Oct 2, 2000
9:34 pm
56171
Hi there, Is there a way to superimpose some text on an image..... giving an example.... showing the version no. which changes constantly on every release in...
Umesh
umesh@...
Send Email
Oct 2, 2000
9:39 pm
56172
... Java methods need to be used to embed this user name ? I dont know how to capture the NT User info, but you can sure insert whatever you capture in the...
Ravi Vankamamidi
ravi@...
Send Email
Oct 2, 2000
9:45 pm
56173
Try something like the following: public class OverlayedImage extends JComponent { private Image m_image; public MyPanel() { <initialise m_image> } protected...
Wathen, Dave
dave.wathen@...
Send Email
Oct 3, 2000
6:59 am
56174
hi group 1) gone through several reg-ex packages but could not find the functions in which i can get back the string array comprising of all broken elements. ...
Akhil Nagpal
ankul@...
Send Email
Oct 3, 2000
7:08 am
56175
you can't. We use String browser = filePath+browserScript; String [] cmd = {"/bin/sh","-x",browser}; Runtime.getRuntime().exec(cmd); This works fine for...
Tim Panton - Westhawk...
tpanton@...
Send Email
Oct 3, 2000
8:16 am
56176
I'm using Windows95/JDK1.2. I am having problems with idltojava. The following is the error when I issue the "idltojava Product.idl" command: Bad command or...
ShashiKiran
shashikiran.m@...
Send Email
Oct 3, 2000
10:06 am
56177
================================================ DISTRIBUTED OBJECTS'2000 Developing your business on the Internet http://www.objetosdistribuidos.com.br ...
Thiago Stahlke
thiago@...
Send Email
Oct 3, 2000
1:08 pm
56178
Hi All, We are working with Visual Age for Java 3.5 version with TEAM REPOSITORY from 2 weeks but all of a sudden it stops working & giving some error with...
ashishpagare
ashishpagare@...
Send Email
Oct 3, 2000
1:14 pm
56179
hi members i am trying to retrive data from mysql database and trying to create a hirarchy tree. i am using swings with applets. and backend is mysql. and i...
subhramanya shiva
ssintls786@...
Send Email
Oct 3, 2000
2:26 pm
Messages 56150 - 56179 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help