aspose file tools
The moose likes Ranch Office and the fly likes problem with nextInt(int) method while working with java web server(servlets) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » This Site » Ranch Office
Reply Bookmark "problem with nextInt(int) method while working with java web server(servlets)" Watch "problem with nextInt(int) method while working with java web server(servlets)" New topic
Author

problem with nextInt(int) method while working with java web server(servlets)

bvs mohan
Greenhorn

Joined: Apr 25, 2001
Posts: 5
i got a problem while working with java web server,
i worte some code to generate a set of random numbers
and the worked fine using Swing's and AWT but when i am working
with servlets the error was generated like
method nextInt(int) not found in Class java.util.Random
please suggest me
------------------
Carl Trusiak
Sheriff

Joined: Jun 13, 2000
Posts: 3340
This may get answered in the Beginners forum. I'm moving this there.


I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem with nextInt(int) method while working with java web server(servlets)
 
Similar Threads
problem with nextInt(int) method while working with java web server(servlets)
Not so good with boolean and loops
Color setting
Random number between size of an array
Need help getting servlet software working