| Thread | Last Post | Replies |
|
| Struggeling with JNI in WIndowsXP.... | 24 Sep 2007 07:46 GMT | 6 |
I have a project where I use JNI to get access to a relatively simple C++ library provided as 3 DLLs. This library only requires the msv*.dll-files to be present on the target machine to run. I've created a class A with native methods, generated the corresponding C++
|
| How do I use a file as argument? | 24 Sep 2007 06:49 GMT | 7 |
Heck, I can't even think of good search terms for this problem (maybe that's the real problem). I have a java program that's been developed on Linux but that I will distribute on Windows and Mac.
|
| one interview question, 17 lines in java, 3 lines in ruby. | 24 Sep 2007 02:50 GMT | 49 |
write a program to produce the following output: 1 A 2 BB 3 CCC
|
| Using an enum in a constructor | 24 Sep 2007 00:53 GMT | 21 |
Given the following: --------------------------------- public class Foo {
|
| Different behaviour reading static field Windows vs Linux | 23 Sep 2007 22:33 GMT | 7 |
I have posted this message in the Sun Developer Network on the Java Programming Forum with little feedback. The post is http://forum.java.sun.com/thread.jspa?messageID=9882939 I am trying here with the hope of receiving some help here.
|
| Constraints in JPA (using Hibernate) | 23 Sep 2007 19:33 GMT | 5 |
I have some @Entitys in JPA with Hibernate which create the following relationship: Brand 1<->* User User 1<->* CreditCard
|
| blogspot is not a total waste | 23 Sep 2007 19:19 GMT | 2 |
For a while now I have been calling blogspot.com "blogspot.spam" because of all the nasty spammers who use it for their plagiarized, poorly-written crap that they try to sucker us newsgroupies into. Others have told me not to blame blogspot just because it makes mid-nineteenth ...
|
| How to find the JAR file from which a ava class and all successors had been loaded. | 23 Sep 2007 18:32 GMT | 5 |
I am looking for some piece of java code which allows me to get the name of the JAR file from which a java class (and all subsequent classes which are used in this java class ) had been loaded by the classloader. Any hint or idea or - even better - code is appreciated.
|
| SQL to HQL translation problem | 23 Sep 2007 18:19 GMT | 2 |
I am newbie in Java and Hibernate. I need to translate the following SQL query: select t.*, v.capacity - sum(d.weight) as capacity from transits t
|
| frame and appet | 23 Sep 2007 16:10 GMT | 7 |
i wrote a applet program which has an button. now i want to open a frame when i click the button. can any one help me?
|
| Java checked exceptions: how do i solve this? | 23 Sep 2007 10:12 GMT | 8 |
One of my biggest troubles is how to sort out java checked exceptions. I'd like to understand how to "correctly" implement them when "delegating" roles. Here i will explain an example in detail.
|
| MS Access | 23 Sep 2007 09:17 GMT | 3 |
All Can Java connect to MS ACCESS as database using jdbc or odbc? please help
|
| Detecting mime types | 23 Sep 2007 08:57 GMT | 1 |
I have recently been working on a project where we needed to detect the mime type of files. This in itself is not to hard when you consider the available choice of libraries that have a good guess at the mime type based on the file extension.
|
| Socket is still connected after Server-Side socket termination. | 23 Sep 2007 01:14 GMT | 23 |
Basic Idea So I have this client-server project where the client uses Java's Socket class to communicate with the server using JSON. Let's say that I have a fake message that the client sends to the server and the
|
| re: namepipe | 22 Sep 2007 20:56 GMT | 2 |
Sir I got a problem: Program A need to wirte a file and then program B will use that file after Program A release the lock of the file.
|