Vinay Moharil

- Total activity 354
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 131
-
Vinay Moharil created a post, 9.0 Beta and JSP auto-import...
In 9.0 beta - if I use a java class in the JSP file that is not already imported - I get the standard "import" popup - but when I hit alt+enter - it adds the complete fully qualified class name on ... -
Vinay Moharil created a post, 9805 won't start
I am trying to run 9805 on Win XP and I having a fatal exception right at the beginning. Attached below is the screen shot of the fatal error popup.I guess I am doing something wrong but not sure.A... -
Vinay Moharil created a post, Android plugin
Any update on the Android plugin? I would hate to have to use Eclipse just for Android. -
Vinay Moharil created a post, Android plugin..
How do I get the Android plugin working? I tried 8.0M1 and I can see and install the plugin but after installing the plugin intellij startup and project opening runs into several errors. The stack ... -
Vinay Moharil created a post, -
Vinay Moharil created a post, font issue on high resolution laptops...
What's the most readable font to use?I have a 15.4-inch WSXGA+ (1680 x 1050) laptop & running with 120 dpi.The IntelliJ fonts even at Monospace-18 is very thin.(Also this selection doesn't apply to... -
Vinay Moharil created a post, GWT compilation error...
I have got a simplest GWT - Hello World like program but when I try to compile the java file - below is the error I am running into. I am using the Sphene slider widget from http://gwtwidgets.sphen... -
Vinay Moharil created a post, J2ME deployment tutorial
Is there a J2ME deployment tutorial that covers issues like packaging, preverifying, signing, and potentially some hints on actually loading the files onto the device? Are there any sample ant fil... -
Vinay Moharil created a post, Entity includes in iml files...
Currently we are going thru a transition process from ant/cvs to Maven/Subversion. During this time the while the maven build numbers etc. stabilize we need to help the development team in keeping ... -
Vinay Moharil created a post, ClassFormatError in J2ME execution...
I have a simple "Hello World" midlet. I can compile the midlet fine but while running it I un into the error ALERT: java/lang/ClassFormatError: Bad version information.Attached is the console outpu...