473,544 Members | 1,876 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Java Forum

Java programming language (Sun Microsystems) - Ask questions about java programming, OOP, JRE, SDK, Swing, Plugins, Java Virtual Machine(JVM), Java Libraries: Collection, XML Processing, Security, JDBC, JNDI, RMI, CORBA, AWT (GUI) and more.
1
1,878
thread by: cvissy | last post Jul 17 '05 by: John
Hi, Java is a daunting language to start learning because of the OO in it - but there is no time like the present so if you are really keen here are a few sites to look at : www.jguru.com www.javaranch.com www.rgagnon.com www.dickbaldwin.com/toc.htm
0
1,604
thread by: evander | last post Jul 17 '05 by: evander
hi guys, i want to have all links on a web page popup with minimal borders. i can get a single link to do this with the following code: <html> <head><title></title> <script type="text/javascript"> <!-- closetime=0;
0
1,208
thread by: Simon | last post Jul 17 '05 by: Simon
Hi, I am currently investigating a java error that is occuring intermittantly. The error seen is java.lang.NullPointerException at com.sun.jndi.ldap.Connection.run(Connection.java) at java.lang.Thread.run(Thread.java) We areusing jdk 1.3.0_00 and know that this error is caused by known
0
1,634
thread by: David E. | last post Jul 17 '05 by: David E.
So as a programmer, what's the best thing to study? EJB? How much of the J2EE or Enterprise architecture is necessary to no? I guess I need a good overview for a newb like me... thanks.. -- N0 Spam Ema|l address. Please, when replying directly, delete "NSPAMO" from email address. Thanks
2
1,514
thread by: Terminator | last post Jul 17 '05 by: Terminator
Hello All ~ * ~ let us linux ~ * -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =-----
2
1,932
thread by: Larry | last post Jul 17 '05 by: Joe
I am interested in any comments or information sources on a comparison of security featuers of Java and Visual basic for web development. These can either be somewhat technical or less so. I say that because it's possible I may want to show some stuff to management and if it's too technical they will have a hard time with it, though I might...
1
8,151
thread by: David | last post Jul 17 '05 by: dan
¿How can I do this? Some sites need authentication through an username and password. In Internet Explorer you can do it with this URL: http://login:password@server But it doesn't work with J2ME. MIDP documentation tells you can do it with HttpConnection class through the setRequestProperty method, but it's needed to do it before connect....
4
1,815
thread by: Shabbs | last post Jul 17 '05 by: Douwe
Hi, well i am new in this field of programming. so if any one can suggest me a good website which gives a full listing of projects and help us in making that project. i believe by making projects i will learn programming much faster. so plz help me in this regard hoping to find a solution from u guys ! bye
1
1,840
thread by: Dave D | last post Jul 17 '05 by: Neomorph
I don't want to learn Java, but... I'd like to build an AWT-based applet that takes text input from a user-supplied box (text box) and, if the text matches my secret phrase, pass the user into my web site. (I know this isn't perfect security, but it's fine by me.) Does anyone know where I can get some Java source that is close to...
1
1,937
thread by: matt melton | last post Jul 17 '05 by: matt melton
hello, I have been wondering as to what extent the SortedMap that synchronizedSortedSet( new TreeMap() ) returns is synchronized, and thought that somebody might be able to help. If I get the iterator from the sorted set is the iterator also synchronized? If another thread attempts to access the sorted set while the iterator exists will...
3
1,831
thread by: yongbl | last post Jul 17 '05 by: yongbl
Hi, I need to do a client-server project that involves TCP/IP and XML. I want to make it a meaningful project. My friends suggested doing a project on Web Service. What kind of web services should I do? Any suggestions? Thanks in advance, Yong
0
2,477
thread by: Omer | last post Jul 17 '05 by: Omer
Hi All, We are trying to invoke EJB methods on simple stateless session beans from an Applet running remotely. One of our methods needs to return an ArrayList of Serializable objects. We have encoutered the following error: (please see end of post for stack trace). Some research has yielded the fact that even though the ArrayList
6
24,725
thread by: Steven Green | last post Jul 17 '05 by: Ingo Pakleppa - ingo at kkeane dot com
I have a java app at work I used when I had Windows 98 and never had a problem. I did a clean install of Windows XP and of course Java was not included. I went to Sun, download Java 2 Runtime Environment, SE v 1.4.2 and Java 2 Runtime Environment SE v 1.4.1_01. The Java app will not work with WinCP. I have installed the Windows XP Service...
2
1,671
thread by: Manish Sandow | last post Jul 17 '05 by: Phil
I want to store records in existing database say MS-Access, But the problem is i want to store the next records in incremented serial no. for that i took the maximum value of the record but unable to store that value in any variable using servlet.
0
2,199
thread by: Hal Vaughan | last post Jul 17 '05 by: Hal Vaughan
I'm working with javax.mail.*. I have no problem with reading in messages. I'm not using multi-part messages or anything, I just use this setup: Session oSession = Session.getDefaultInstance(props, null); try { oStore = oSession.getStore("pop3"); oStore.connect(sInServer, sInName, sInPass); oFolder = oStore.getFolder("INBOX");...
2
2,349
thread by: Murat Tasan | last post Jul 17 '05 by: cvissy
hi, i'm having a very odd problem... here is my system: debian linux java: j2sdk 1.4.1_02 everything is running fine, except for one little problem... i have a custom manifest file called manifest.txt: Main-Class: UserInterface
1
10,342
thread by: Aladdin | last post Jul 17 '05 by: Chris
I am using the java.util.zip package to create zip files. I can create a new archive and add files to it without any trouble. But if I already have a zip file created, how do I add a new file to the archive without impacting the existing files? I looked through the APIs with no luck. I would rather avoid extracting all the files and...
0
2,578
thread by: Jim S. | last post Jul 17 '05 by: Jim S.
I made an upload form (in php) that upload some data to a database and a picture to the web space. everything works fine, but I would like to add the ability to preview the picture/image before uploading it. Any ideas? (either automatically or by pressing the a Preview button) I heard something about java, that could help, is there anybody...
1
1,794
thread by: Warren | last post Jul 17 '05 by: Phil
Greetings and thanks for helping! my goal is that when someone accesses www.whatever.com, that a SIZED pop-up window OPENS, AND the PARENT window closes. Here is what I have: ****START SCRIPT**** function a(){ father = window.self; father.opener = window.self;
0
1,962
thread by: Jim Katz | last post Jul 17 '05 by: Jim Katz
I think I have found a bug in the behavior of the TreeCellRenderer setTextNonSelectionColor method. Instead of setting the text color for the current cell, it sets the color of the following row upon initialization and when the row to be colored is selected it will set the text of the next row that is selected instead of the selected row....
0
1,692
thread by: Fernando | last post Jul 17 '05 by: Fernando
Hi there, I'm working on my MSc Project, which is rewriting an existing J2SE application for PDAs. I've chosen Personal Profile. I'd like to get in touch with any students who are working on similar subjects. Regards Fernando
0
1,385
thread by: john bailo | last post Jul 17 '05 by: john bailo
so, i'm finally using rh9 linux at work. now i want to write a java app and transfer it to a w2k server. can i do this? like if i connect with samba and upload the compiled java class -- it should just run.. right? -- dean '04 http://deanforamerica.com
2
3,240
thread by: DiggidyMack69 | last post Jul 17 '05 by: SteveE
Hello folks, I have a jsp using the thin oracle drivers. I need to add a query for a large table (70 something columns...I'didn't build it) due the high number of columns and some things that are going on in the WHERE clause the query itself pretty long. The query runs fine in SQL*Plus without errors but when I add it to my JSP I am getting...
1
5,899
thread by: prabhat | last post Jul 17 '05 by: Jim Katz
Hi, I am getting this weird behavior. I have couple of gif and jpg files that I would like to display in JLabel. It displays one jpg image but it does not display other gifs and jpgs. Any idea why it would do so. Sample code is : JPanel logoPanel = new JPanel(); logoPanel.setLayout(new BoxLayout(logoPanel, BoxLayout.X_AXIS)); ImageIcon...
6
57,881
thread by: dave | last post Jul 17 '05 by: JavaJunkie
I am trying to open a url and read the data into a string. for example, I want to see the raw html within www.sourceforge.com put into a String. Then I'll parse out the data I need. thanks for any help.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.