• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

nOOb Servlet J2ME question

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..I have tried this in both Linux and Windows and it's not working. I just started a wirless network class and we are to install J2ME. No problem there.

When I get to the part of the tutorial that has you write this source I end up with this error:

I type:
javac hitservlet.java
I get:
error: cannot read: hitservlet.java
1 error

Help Me!

My paths:

CLASSPATH = %J2EE_HOME%\lib\j2ee.jar;
J2EE_HOME = C:\Sun\AppServer
JAVA_HOME = C:\Sun\AppServer\jdk (Should I change this to C:\j2sdk1.4.2_05\bin?)
Path = C:\Sun\AppServer\bin;C:\Sun\AppServer\jdk\bin; C:\Sun\AppServer\bin;C:\Sun\AppServer\lib\ant\bin

Thanks for the help!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic