| Thread | Last Post | Replies |
|
| Does anyone install NbXdoclet in NetBeans6.0? | 17 Jan 2008 16:34 GMT | 1 |
I install NbXdoclet in NetBeans with the guide at http://nbxdoclet.sourceforge.net/installation.php. But it always throw exception as follows: XDoclet
|
| How to get quotes from QuoteTracker from the HTTP SERVER API ? | 17 Jan 2008 15:19 GMT | 2 |
How to write Java program to get quotes from QuoteTracker from the HTTP SERVER API ? http://www.quotetracker.com/help/qtserver.shtml Thanks,
|
| Aspect Oriented Programming | 17 Jan 2008 14:54 GMT | 1 |
Hello, I'm a post-graduate student at the Open University in the United Kingdom. I'm carrying out research into Aspect Oriented Programming (AOP) to investigate the reasons why it has not been more widely adopted by commercial software developers and would be grateful
|
| what are the resource need to write a print program in swings | 17 Jan 2008 14:42 GMT | 3 |
Hi, to all i am new to core java what we need to write a print program. I have to include any drivers in print program please guide me with some examples. Thanks
|
| Java Spell Checker for Netbeans IDE | 17 Jan 2008 14:20 GMT | 15 |
How to check the spell on Netbeans IDE..? is there any Plugin or Library or an API available for spell checking..? Please provide me any suggestion on this.
|
| Error with code | 17 Jan 2008 13:25 GMT | 1 |
I dont Know whts wrong with code ? its compling but not working (Running ) why i don't know can anyone tell me
|
| C++ to Java Conversion Utility | 17 Jan 2008 01:28 GMT | 18 |
I'm looking for a utility program that will convert C++ to Java. I have already searched this group on the topic, but most of the posts are quite old. I'm wondering if there is more up-to-date info. I saw one previous post suggesting C2J. I'm going to give that a try,
|
| Need some help porting from C# | 17 Jan 2008 01:18 GMT | 3 |
I'm trying to port some code from C# to Java. The C# code uses a <a href="http://msdn2.microsoft.com/en-us/library/ system.runtime.serialization.formatters.binary.binaryformatter(VS. 85).aspx">BinaryFormatter</a> class to serialize the object or graph
|
| Eclipse & Jython | 17 Jan 2008 00:48 GMT | 1 |
I hope this is not OT for this newsgroup, if it is could someone please point me to a better place. I am intending to use Eclipse for developing an application, so I would be writing a plugin in Java. However, there will be a lot of
|
| java questions for Interview in coorporate | 17 Jan 2008 00:36 GMT | 9 |
Hi Friends I have 3 years experience and my current job is web page based programming and I wanna to be join coorporate project so that I want to be change my job so please send me most usable java questions in
|
| How can I get all font faces? | 16 Jan 2008 23:50 GMT | 8 |
I like to have a dialog where I can select a font. I want to see all fonts, not only the font families. The problem: -
|
| Open files with java program | 16 Jan 2008 23:11 GMT | 6 |
This is probably very easy but in the brief looks i have had so far I have not yet found the answer. I am writing a program for internal use within the company i work for. However, I want to create links from a web page to pass information
|
| JNI core file. | 16 Jan 2008 22:03 GMT | 2 |
Hey folks, I have a Java client that communicates with a server using RMI. That server was made using C++ that interfaces with a Java library using JNI to communicate with its clients. After about an hour, with
|
| @ char conflict while passing value to SmbFileInputStream() function | 16 Jan 2008 21:24 GMT | 2 |
String user="//administrator:"; String pass="ce11@!@#"; SmbFileInputStream fstream = new SmbFileInputStream("smb:"+user +pass"@"+file_ip);
|
| Template engine | 16 Jan 2008 19:53 GMT | 5 |
I use Spring MVC framework and I need some opensource template engine for view component. Wich template engine do you use ? I know for three tempalte engines: Velocity, Tapestry and FreeMaker.
|