| Thread | Last Post | Replies |
|
| Obtain available traps form a MIB file | 13 Nov 2007 20:54 GMT | 2 |
I am looking for the Java based library which knows to parse MIB files in order to programatically obtain available traps from a MIB file. Would also appreciate to get link to a good tutorial which explains the MIBs structure and how traps information is saved inside.
|
| Parse pcap Ethereal file SNMP messages | 13 Nov 2007 19:11 GMT | 5 |
I am looking for a way to parse Ethereal pcap file with SNMP messages. Need to integrate this code into my application without installing any other applications or libraries such as WinPcap. But can include other jars into my distribution package.
|
| Need help Regarding executing select query | 13 Nov 2007 18:47 GMT | 22 |
I have one problem in getting Results using select Query... Query: ------------ - Select product_sys_ id,product_ name from Product where product_sys_
|
| java.lang.UnsatisfiedLinkError - native method | 13 Nov 2007 17:45 GMT | 3 |
I have one problem regarding the native method compilation. I get the following error for ONLY ONE FUNCTION THAT I RECENTLY ADDED: Exception in thread "main" java.lang.UnsatisfiedLinkError: helloworld at
|
| Compiling 5.0 syntax java files | 13 Nov 2007 16:16 GMT | 19 |
It's not clear for me what the relation between Java syntax version and bytecode version is. I would like to write code using the new syntax features (generics, foreach etc) but when compiled it should run on an old JRE 1.3.
|
| Images not appearing in IE7 in JSP | 13 Nov 2007 16:08 GMT | 1 |
I've got a small custom JSP website with a built in custom "viewer" that pulls up static and text from a database and displays it on the screen. I never had a problem with it...it works perfectly in IE 5 and IE6 and Firefox. When IE7 came out...the images stopped showing
|
| Opening db connections | 13 Nov 2007 14:31 GMT | 3 |
when the connection to a DB is open, when you get the Statement or when you execute it? ie.: Statement stmt = StatementProvider.getStatement(); ResultSet rs = stmt.executeQuery("select 1");
|
| JNI Programming | 13 Nov 2007 14:16 GMT | 19 |
I am programming using JNI to call a method from a c static library. I created the shared library for this purpose and the necessary compilations. Now, when i try to run my application Main.java, it gives me the
|
| Passing variable to public/servlet | 13 Nov 2007 14:00 GMT | 4 |
Does anyone know an example showing how to pass a database variable to a public variable?? I would like to run a java file or JSP, passing <%= rs.getInt(1)%> to a servlet???
|
| Newbie Question - ArrayLists and methods | 13 Nov 2007 13:43 GMT | 17 |
Hello all (again), My problem here is that I'm trying to build a list of ArrayLists that hold data and I want to add the newly derived data into a table where it's dependent on the first row. A short version of my program to
|
| Odd problem with doGet/doPost in same servlet | 13 Nov 2007 12:35 GMT | 2 |
Greetings all, I've crafted a servlet named insert_stuff with both doGet and doPost methods like so: doGet( .....) {
|
| Can access my web app only by localhost | 13 Nov 2007 11:40 GMT | 2 |
i wrote a web app and diployed it on my tomcat server, my problem is that i can access my app only wheni i use "localhost:8090\appName" and not when i use "myIP:8090\appName" can someone please tell me why
|
| println inside catch throwing Nullpointerexception? | 13 Nov 2007 10:43 GMT | 13 |
We are running a problem with some existing code that was compiled under JDK 1.42 under 1.50_05, where it looks like the println inside of a catch is throwing a Nullpointerexception, i.e., we have something like:
|
| Programatically fillling JSP form | 13 Nov 2007 08:34 GMT | 3 |
Does anyone know of a way to fill in a JSP form programatically? Any pointers are greatly appreciated. Dave
|
| how java reserves memory | 13 Nov 2007 08:12 GMT | 7 |
i am a bit confused about the way java allocates memory.. is 'reserving memory' and 'allocating memory' two diff things? can anyone tell me how it is done in these situations? int i;
|