| Thread | Last Post | Replies |
|
| [J2ME] Developer Certificate | 07 Jun 2006 13:14 GMT | 1 |
Hello NG, i'm writing a j2me midlet. The Midlet has to access to the local filesystem (filesystem of the mobile). So I need a cerificate or a security exception is raised. I'm having a Nokia 6270 mobile, so i need
|
| Problem with Japanese Fonts and Java (Mayjay) | 07 Jun 2006 11:56 GMT | 2 |
I would like to run a Java application under Linux (Zig Zichterman's "Mayjay", available for free at http://ziggr.com/mayjay/), which is supposed to display
|
| Lucene and learning searches | 07 Jun 2006 09:34 GMT | 2 |
Working on a project that requires a Search query similiar to what is seen on "amazon.com" in that after searching for and displaying an item, the system shows: "Users that have searched for "AAAAA" AND "BBBBB" have also searched
|
| Inline compilation / HotSpot | 07 Jun 2006 07:29 GMT | 16 |
given: int f1(int i) { return add1(i); } final int add1(int i) { return i+1; } Is the above f1() as efficient as:
|
| Javamail STMP send trouble | 07 Jun 2006 04:08 GMT | 3 |
I've looked thru the archive of this group regarding Javamail but could not find answer to my problem: I just want to send a message. HERE IS MY CODE:
|
| Quick question about JIT | 06 Jun 2006 22:41 GMT | 4 |
Given this as the output from java -version: java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
|
| About J2EE | 06 Jun 2006 21:23 GMT | 5 |
I want to do career in J2EE. Recently I have downloaded the J2EE 1.4 Tutorial for Sun Java System Application Server Platform Edition 8.1 2005Q2 UR2. I am also having Sun Java Studio Enterprise.
|
| Problem with regular expression for matching the url endings | 06 Jun 2006 21:16 GMT | 6 |
Hi, I have written a regular expression in order to choose some url addresses that interrest me from an access log file. I want to choose addresses that start with "http://" and end with ".html", ".htm", ".asp", ".php", ".aspx" or with a number.
|
| who will help me with this eclipse plugin?thanks. | 06 Jun 2006 20:38 GMT | 1 |
Hey,all. i try to install easy struts plugin but i failed.and i don't what the problems is. any body here could hlpe me? how can i correctly install the easy
|
| Display Thumbnail in jPanel? | 06 Jun 2006 19:50 GMT | 9 |
Is there a simplier way to display a thumbnail of an image from a given path to the file on the hard drive? I've got it working using a bunch of code and drawing the graphics but I thought there was an easier way to do it using createthumbnail? I'm trying to build simple app that
|
| java date issues | 06 Jun 2006 19:31 GMT | 2 |
I'm having a rather annoying date inconsistency error. This code: System.setProperty("user.timezone", "GMT"); SimpleDateFormat formatter = new SimpleDateFormat ("yyyy/MM/dd
|
| Accessing cvs from a java application | 06 Jun 2006 18:42 GMT | 1 |
I am writing a small image processing application using java. All of my image data is currently stored in a cvs repository so the java application needs to be able to checkout files from the repository and then check them back in when done with the processing.
|
| Instrumentation + BCEL | ASM | 06 Jun 2006 17:45 GMT | 7 |
I'm trying to utilize instrumentation to modify bytecode of the loaded classes. Having added MyTransformer to Instrumentation in MyAgent's premain(String, Instrumentation) and using VM comand line argument -javaagent:myjar.jar=myargs I can intercept the bytecode before it is ...
|
| Array assignments | 06 Jun 2006 17:41 GMT | 3 |
Hello Newsgroup, i am just fighting with arrays ... Given the following: byte [][] b1 = new byte [10][10];
|
| jndi-name problem on deployment of J2EE under Sun Application Server 8.0 | 06 Jun 2006 17:18 GMT | 2 |
I am getting the following error on deployment: (Sun Platform 8 J2EE) @toolman#/home/leffstudent >asadmin deploy --user admin Course.ear password>
|