Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / February 2010

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Equivalent to c# default credentials for Webservice19 Feb 2010 00:32 GMT3
I have a C# Soap Web Service installed on a machine.
One told me, because of a new patch, when calling the WS I'd have to
pass it default credentials, as the following C# code does:
> "myWs.Credentials = CredentialCache.DefaultNetworkCredentials"
JDK and Eclipse17 Feb 2010 16:06 GMT12
I am a newbie on Java but I have worked on MS technologies for a
while.
I wanted to know if I have Eclipse installed on my system, do I still
need to have JDK installed to compile my Java programs?
Applets, accessibility, zoom, CTRL+"+", CTRL+"-" in browsers17 Feb 2010 15:47 GMT3
In modern browsers, the shortcuts CTRL+"+" and CTRL+"-" zoom in/zoom
out HTML pages. The applet area zoom in/zoom out as well, but the the
disposition of GUI elements within the applet area don't (FLASH
programs behave well: you zoom in, the area and its components zoom in
Secure login with java16 Feb 2010 04:05 GMT6
  I am trying to develop a standalone java program to login to a
website and then process the html page content. The html login page of
the website uses post method. Could anyone let me know how I should
start and which packages I should use to accomplish this?
signed applet frustration12 Feb 2010 04:07 GMT4
I have a signed applet (certificate bought from Thawte) that has print-
related functions which would alert users for accessing the printers
if it wasn't signed. Applet was working perfectly until I had to make
some changes in the code. I complied the code, created the jar file,
Putting binary char[] into BigInteger11 Feb 2010 14:56 GMT2
I'm making a simple checksum function (new to java). I need to put the
binary value of a char[] into a BigInteger. For example, lets say achar[]
= {0xFFAA, 0xAAFF}, I need to get abiginteger.intValue to = 0xFFAAAAFF.
The obvious way would be to add one char and multiply by 0x1000 ...
Design question: "threaded view" in table component11 Feb 2010 13:35 GMT7
For a personal hobby project, I'm writing a usenet client. One of the
"obstacles" I'm facing is the question of how to design the table
that displayes the articles headers, and more specifically how to
design a functionality that allows to display "threads" of related
Regular expression in Java11 Feb 2010 00:51 GMT15
I am trying to create a new profile management system, and I have some
regular expression I used in PHP e.g. "<\/b>&nbsp;(.*?) aar"
Where I get the String between &nbsp; and aar
Is there any way I can do this in Java?
Register Soon for  Sun Tech Days 2010 Conference11 Feb 2010 00:03 GMT3
Attention Java developers! Do you want to excel in your field? Then
Sun Tech Days 2010 conference is an opportunity for you to share your
ideas, clear doubts, improve your skills and learn about new,
innovative technologies. Industry experts would be there to provide
Do you care about blind access to Linux?08 Feb 2010 16:13 GMT6
Posted with permission, ..
Hi everyone,
Recently Oracle has purchased Sun. One of the first things they did was
to lay off the Gnome accessibility leader as well as the Orca
Write two regular expression to one06 Feb 2010 19:55 GMT5
I do not know if this is the right place for this question, but I
think so
I want to write two regular expression which is:
String st = str.replaceAll("\\n", "").replaceAll("\\r", "");
using JButton and JRadioButton05 Feb 2010 22:39 GMT3
I want to know how to use
both JButtons and JRadioButtons
in the same program since they both access the
same:
HTTPUrlConnection does not download the whole page04 Feb 2010 20:43 GMT15
I have a problem with this code, as you can see in print, where it
prints the error in the page's code:
public void print(String link) {
       String page = this.getPage(link);
Convert encodings03 Feb 2010 22:16 GMT3
I am downloading a webpage using the HttpURLConnection, where I get
the InputStream, but are there are any ways I can convert the
webpage's charset to the client's charset
I am getting the webpage's charset by using this:
Add *.jars to *.jars possible/recommendend? Eclipse setup for this?03 Feb 2010 16:20 GMT4
Assume I want to create a new program and to pack everything into a *.jar archive.
To run the program one (or more) additonal external *.jar is required.
Ok, the potential user could install the two *.jar files independently and add them
to his CLASSPATH. This is somehow ...
Pages: 1 2 3 January, 2010
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.