• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

J2EE not supported for Windows 98

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As someone who has been programming Java for several years and JSP and servlets now for over a year now I thought I should expose myself to some of the rest of the J2EE specs such as JNDI and EJB's. I was disappointed to learn however that the J2EE SDK is not supported for my Windows 98 box. Does anyone know why this is the case?
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Indeed - it's a pain. :roll:
But, it is possible to get the J2EE RI working under Windows 98/ME. Have a scout around on the JDC as there's a thread containing some great instructions. Alternatively, upgrading to Win2K (expensive) or WinXP (cheaper) is a good move. Much more reliable for development anyway!
I'll have a look too and post the results back here when/if I find them again.
Simon
 
Simon Brown
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here you go : http://forum.java.sun.com/thread.jsp?forum=136&thread=166386
(just searched for +j2ee +98 and luckily it was the first thread!)
Good luck!
Simon
 
Eric Peterson
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Simon,
Thanks for the help I have tried to follow the solutions posted on the thread you mentioned and I am close but I must be missing some little thing. So I posted another thread with my problems here http://forum.java.sun.com/thread.jsp?forum=136&thread=249166.
 
Eric Peterson
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is probably going to souns like a strange request, but could anyone email me a copy of their jaas.policy file under %J2EE_HOME%\lib\security directory to eric@eric-peterson.net . I have been able to isolate my problems with running J2EE on my Win98 box. All of the suggestions for the setenv.bat file make mention to a jaas.policy file under the \security subdirectory, but when I ran the .exe setup for the j2sdkee1.3.1 distribution it did not put a jaas.policy file in that subdirectory. I suppose I could try uninstall/reinstall or downloading again, but I thought someone out their might could save me a little time.
 
And inside of my fortune cookie was this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic