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 / General / January 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Java experts: Why won't this line compile?13 Jan 2006 01:59 GMT5
Why won't this line compile?:
super(parent instanceof Dialog?(Dialog)parent:(Frame)parent);
The compiler complains with this:
C:\tmp>javac Hmm.java
What is .do file extension?13 Jan 2006 01:57 GMT4
Can anyone tell me what kind of page has a .do file extension? It it Struts?
Normally, Google is your friend, but not when searching for a word like
"do".
J2ME 'click" sounds13 Jan 2006 01:55 GMT14
I'm looking for the best way to make various "clicking" sounds.  Not any old
sound, I can make tones I specifically need a click.
Thanks,
Tom
Getting Method objects without reflection13 Jan 2006 01:01 GMT10
This is a shameless plug to try to get votes for a recent bug I've
filed:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6356762
For a long time, it's bothered me that there is no way other than
JNI: 2 Dimensional Integer Array: ArrayIndexOutOfBoundsException12 Jan 2006 23:20 GMT2
Programs from: Sheng Liang, The Java Native Interface, Programmer's
Guide and Specification, The Java Series, (c) 1999, pp. 38-39.
I thought I copied the program pretty exactly, but I don't know
why I am getting an ArrayIndexOutOfBoundsException.
backing up digital signatures12 Jan 2006 23:17 GMT1
I have a digital certificate I use for signing which was created with
keytool. I want to back it up, and am wondering what files I should back up.
I have it on an XP box, and I know I need to backup \Documents and
Settings\Administrator\.keystore
Automating testing of JApplets12 Jan 2006 23:00 GMT3
I have a JApplet and I'm trying to think of some way to automate the testing
for it, to make sure that it still behaves properly after I make changes to
it.
The only Java testing tool I know is JUnit but it doesn't really lend itself
Applet "archive" attribute giving NoClassDefFoundError12 Jan 2006 22:57 GMT3
I'm having an issue loading an applet via a webpage/browser.  The HTML
code section looks like this:
  <applet
     code="com.company.package.ThisApplet"
pass variable from an applet to another one12 Jan 2006 22:56 GMT6
If two applets are open by an html page as following:
<APPLET code="first.class" width=400 height=100></APPLET
<APPLET code="second.class" archive="second.jar" width=1 height=1></APPLET>
how can I understand when the second is loaded?
Search in CSV files12 Jan 2006 22:23 GMT4
I need some help with CSV files. I have an application where the data
to be manipulated is in CSV files. While this files have a small number
of entries there is no problem in searching sequentially. But this
files tend to get bigger slowing down the app performance. Can someone
XML Validation12 Jan 2006 22:03 GMT4
Never done this....fairly new as well.
I am storing XML files on a server.  Before I write the file to the
disk, I would like
to verify the syntax is correct.  I don't want to validate it because I
String from char[] with null termination.12 Jan 2006 21:47 GMT2
I'm relatively new to Java programming, and stumbled across this by
accident.  Consider this code fragment:
char[] ch = { 'A', 'B', 'C', '\0' };
String s = new String(ch);
tool to convert java code to HTML for wiki12 Jan 2006 21:17 GMT13
anyone know of a tool that will take java code and format it into html.  
think wiki for developers, so they need to be able to read the code
snippets in a readable format in the wiki (mediawiki)
thx
Please Help?12 Jan 2006 21:07 GMT2
Please Provide me information about when to use EJB and when not?
Compile jad file12 Jan 2006 21:06 GMT2
I've decompiled an application to byte code with jad.exe, but is it
possible to recompile the file again in some easy way? It's not source
code, just a class that I decompiled to byte code, edited and now want
to recompile, but how?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.