| Thread | Last Post | Replies |
|
| Deserialization with socket returns Nullpointer | 21 Feb 2007 18:05 GMT | 2 |
I keep on getting nullpointer exc. when I deserialize from the socket both locally and from a remote pc. Note that the communication beetwen the classes works well , cause It gives no exceptions and I can print out successfully the state of the socket.
|
| How good is Ivor Hortan's book(Beginning Java 2) for Java ? | 21 Feb 2007 17:33 GMT | 1 |
I know some of you might not comfortable with the format of some of the postings yesterday, I'll takecare everytime while asking a comprehensively and without using any acronyms.Right! Anyway, now i want to know is Ivor Hortan's Book best one ?
|
| using JMF with NTSC | 21 Feb 2007 17:04 GMT | 1 |
I am trying JMF for the first time and I would like to know more about it's capabilities before I try to accomplish something that isn't possible. What I need is to take a source being a video camera that's output would be from a BNC or S-Video cable (thus NTSC video) then add
|
| IsRunning() or GetIsRunning()? | 21 Feb 2007 16:50 GMT | 6 |
I have a class, which has a variable store the state of the class, e.g. isRunning However, when I want to add a public method to access to this variable, I wonder should I use getIsRunning or simply IsRunning?
|
| how to find "main class" in order to run a program | 21 Feb 2007 16:12 GMT | 5 |
hi.. As per example in case of any JDK ..demo examples are given.. one can run it from command line by knowing which is the main class file (i.e. where main class is being declared)
|
| Solaris experimental ver. on WinXP | 21 Feb 2007 15:50 GMT | 2 |
u know ,some of collegues have Solaris experimental version on their windows desktop ... Would it b of any help or better support for nay ease in programming methodologies ..as bug fixing prob. can b handled easily..
|
| help | 21 Feb 2007 15:16 GMT | 3 |
i need that some one can propose to me a project that i programm it in java but witch has relation to signal traitement (i mean project in telecommunication to program it by java) i will be veeeeeeeeery
|
| suggestions needed | 21 Feb 2007 15:14 GMT | 3 |
i wish to prepare a project using java on web based applications. in which i have prepare a login interface which authenticates a user according to the database server at the server side and after that authersises it to carry out operations based on permissions granted.
|
| javadoc | 21 Feb 2007 15:09 GMT | 3 |
someone from java community recommend me to refer java Documentation while folowing each topic .. But its worth very complex being struck into 100's of methods on the move .. How i can make use of documentation as a learning aid ..
|
| Rebasing from ant | 21 Feb 2007 14:36 GMT | 2 |
I'm trying to do a rebase directly from the ant script: <exec executable="cleartool" failonerror="true"> <arg value="rebase" /> <arg value="-view myviewname" />
|
| Passing objects through CORBA | 21 Feb 2007 09:42 GMT | 4 |
What are the different possible ways that I can pass objects between client & server in CORBA? Am using the Java language. Also, which way is the recommended one? Thanks.
|
| SAAJ Newbie | 21 Feb 2007 09:17 GMT | 2 |
Sorry for the dumb question but I need help. The following is a copy of Request.java from JavaEETutorial.pdf form the java website. Except, instead of using an imaginary web site that didn't work (wombat.ztrade.com), I tried to use a real one (webserviceX.net). I
|
| Video Tutorial on J2SE,(JDBC,JFC,EJB,STRUTS) from where to download ? | 21 Feb 2007 08:58 GMT | 1 |
Anyone using or familiar with video tutorials on java web development ....plzz help me out thanks
|
| '\u000a' and '\u000d' | 21 Feb 2007 05:08 GMT | 11 |
i found in the web-search why i can not use //////////////////// char c = '\u000a' ////////////////////
|
| turn on debugging in Hibernate | 21 Feb 2007 03:26 GMT | 4 |
I know there is some way to make Hibernate dump out lots of debugging info about what it's doing, but I can't figure out how to turn that on. I saw something on the web about log4j.properties, but I searched the whole hard disk of my dev machine and can't find that file.
|