Java-mode seems to be unindenting rather than indenting after a method declaration.
By which I mean I'd expect to see this:
class GoodExample {
public void method() {
allNicelyIndented();
noProblemsHere();
}
}
But instead get this:
class CrazyIndenting {
public void method() { // ((inclass 134) (topmost-...
Hi there
I get these warnings when packaging
and of course the application doesnt work on the simulator
Warning!: No entry points found
Warning!: MIDlet class is not public
note that the main class is public.
any ideas?
...
I am trying to store a date from a DateField into an sqlite database, but can't figure out what format to store/retrieve it in to preserve the value. I have been trying with the sqlite datatype as 'timestamp' and using 'long' in the application. When I retrieve the date though, it goes to 1970 instead of 2010-ish. Any recommendations?...
I found many posts on the forum regarding this problem which navigates me to No Page found error.
Does any body know how can I add the Blackberry JDE's that already installed on my machine.
Any help is appreciable.
Thanks in advance.
Mandy
For success you need better
imagination than intelligence.
...