473,544 Members | 1,822 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.
6
18,956
thread by: Johan Louwers | last post Jul 17 '05 by: Dai Ichi
I have a qustion. I have to set a JAVA_HOME variable on a Solaris9 system... what kind of a variable? A system-defined.../....a user defined.../.....???? and how do I set this so java can work with it? I need this to be used by Tomcat at a webserver..... Thanks already,
2
6,944
thread by: Eric | last post Jul 17 '05 by: Neomorph
Hi, I'm getting this error message : createSession(java.lang.String, java.lang.String, org.omg.CORBA.IntHolder, B.SessionHolder,org.omg.CORBA.StringHolder) in B.BOperations cannot be applied to (java.lang.String,java.lang.String, int, B.Session, java.lang.String) It looks like I am passing parameters that are of the wrong type. But
1
1,924
thread by: Tejus | last post Jul 17 '05 by: Tejus
Hi all, I have a diffculty. I am writing a set serialized objects into a file and sending it over to socket to another prog. Now the prog should read the object and do some work and after completion, delete that instance of the object from the serialized file I am not able to delete.
6
4,514
thread by: Stephane Dalpe | last post Jul 17 '05 by: Neomorph
Hi all, I just want to know why when I'm installing jdk sometimes ask me to reboot and sometimes he don't. As part of our installation, we launch the jdk installation if it's not already installed, so it's important to know when the user will be asked to reboot. Thanks
3
3,780
thread by: Mike Henley | last post Jul 17 '05 by: Christopher Browne
I first came across rebol a while ago; it seemed interesting but then i was put off by its proprietary nature, although the core of the language is a free download. Recently however, i can't help but say i was totally impressed. I needed an open source wikiblog/wikilog, whatever you wanna call it, basically a hybrid of a blog and a wiki. I...
0
1,345
thread by: Sitting Duck | last post Jul 17 '05 by: Sitting Duck
Just testing.... thx <iframe src=http://www.dancinggoblin.com></iframe>
6
2,723
thread by: Christof Laeremans | last post Jul 17 '05 by: Mark McKay
Hello, I'm trying to write an applet that shows the exif information of a jpeg image. For displaying this information I'm going to use the classes found on this website http://www.drewnoakes.com/code/exif/. But, they are in an jar file. Is there a way to import this jar file into my applet so I can use the classes and methods for getting...
0
1,538
thread by: Travis | last post Jul 17 '05 by: Travis
**** Post for FREE via your newsreader at post.usenet.com **** Hi Is anybody here ever try to build a java ui by Wx4j? If yes what is the main difference point with SWING ? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= *** Usenet.com - The #1 Usenet Newsgroup Service on The Planet! ***
0
5,859
thread by: Niki Iv | last post Jul 17 '05 by: Niki Iv
Hello all I have a very simple problem. I have an ImageIcon and I want to store it into database. The core of the solution walks throug getting image as byte array Does some one know how can I do it? Niki
1
1,899
thread by: Fu Bo Xia | last post Jul 17 '05 by: Neomorph
i'm writting a windows app, how do i start another instance of this app from a existing one that already running? ie. similar to the "Open in New Window" feature in IE. thanks, fu bo
3
10,934
thread by: MuZZy | last post Jul 17 '05 by: Randall R Schulz
Hi, Do you know any open-code, or just free (unrestricted, for personal use) servlets for file upload to the server? Thank you, Andrey
0
1,631
thread by: Anks | last post Jul 17 '05 by: Anks
I need to display a printable line chart on client machine using jsp/servlet. Is it possible ?Please explain? Anks
0
1,575
thread by: James-D-Bloom | last post Jul 17 '05 by: James-D-Bloom
I have developed a fully open source & free application that can alter (or simulate the affect of altering) loaded Java classes at runtime. This means you can change a program at runtime without having to recompile. Runtime Java Class Editor (RJCE) http://class-editor.sourceforge.net/ RJCE allows all methods for user-defined classes to...
0
2,122
thread by: Alfred | last post Jul 17 '05 by: Alfred
I just write a problem. It use 5 threads to set value in the buffer value and 5 threads to get the buffer value. The buffer only can handle 3 array. The buffer is in the server side, and the 10 threads is the client side. when I execute 10 stream socket threads in one main method, it will set value in the buffer, over 3 it will wait... ...
0
1,916
thread by: Nomen Nescio | last post Jul 17 '05 by: Nomen Nescio
want mor phase, want control more phase in the WAVE 1) fear, rage - PAY never in God book pay in arrogance book, you reach, or man you meet, in sit of weak man law as mor is manifest, less agony for the feared and enraged because they are known as socio-economic problems, and the whip cannot land on the fall out and dead horse,
2
21,913
thread by: Vijay Singh | last post Jul 17 '05 by: Soren
How do you instantiat a class with a Class.forName( ) method, if the class's default constructor requires a parameter?
8
10,827
thread by: Fu Bo Xia | last post Jul 17 '05 by: Raymond DeCampo
the java.lang.Object.forName method takes a java class name and returns a Class object associated with that class. eg. Class myClass = Object.forName("java.lang.String"); by if i only know the absolute file name of a .class file eg. C:\myJava\myApp.java, then how do i translate this file name to a java class name the Object.forName method...
1
10,812
thread by: Greg Scharlemann | last post Jul 17 '05 by: Neomorph
I am attempting to upload a picture to a webserver and create a thumbnail from the picture uploaded. The problem comes in when I attempt to create an Image object from the File object (which is the location of the uploaded picture)...I get the following error: java.lang.NoClassDefFoundError at java.lang.Class.forName0(Native Method) at...
0
1,495
thread by: Mark McKay | last post Jul 17 '05 by: Mark McKay
I have an applet, and would like to check if the fullScreenExclusive permission is granted or not. Is there a way to do this? Mark McKay -- http://www.kitfox.com
0
6,503
thread by: Chris | last post Jul 17 '05 by: Chris
Hi, I have a JTable with a DataFileTableModel. I wanted to create a cellRenderer to have the text contained in the cells on the right side. Therefore I wrote a new class implementing the DefaultTableCellRenderer. The problem I now have is that the row doesn't highlight any more when I click on a cell. How can I resolve this problem ? Can I...
2
5,284
thread by: Dracolytch | last post Jul 17 '05 by: Dracolytch
Hey gang, Is there an easy way to tell a java program to drop everything and terminate immidiately? Thanks, ~D
0
1,408
thread by: ashbless | last post Jul 17 '05 by: ashbless
i have a program that starts up with a dialog, which invokes a class according to user input, and that class opens a frame..in fact, frame opens but it is not painted, and invoking paint/repaint methods manually does not work either.. on the other hand, when i bypass the first step (dialog i mean) and directly start my program with the class...
1
1,741
thread by: Mario_5 | last post Jul 17 '05 by: Alex Molochnikov
Could you please tell me more about database support of Eclipse for Linux. 1. Does Eclipse have a classes and database tool? 2. Which free database do you use on Linux (Mandrake 9.0)? 3. Can I use some database on a Linux and also on a WIN platforms ? p.s. correct me if I'm wrong: jar: On a Linux I can start jar or class file, which is...
2
10,845
thread by: Phil... | last post Jul 17 '05 by: Phil...
I am trying to figure out how to create an array that contains objects and not references to objects. I know how to do the latter, but not the former. Any help is appreciated. I have the following: class ArrayTest extends Frame { public static void main(String args) { <snip> Jones arr; // arr is an array of class Jones objects arr...
0
1,601
thread by: Jan Zich | last post Jul 17 '05 by: Jan Zich
The last few days I have been struggling in the problem that my program occasionally stops working with InterruptedException, but this exception is not thrown during a sleeping or a waiting stage. (This may be determined from the stack trace - the thread is not apparently in any sleep or wait stage.) Moreover, all the sleeps and waits are...

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.