java.lang.OutOfMemoryError in Java

前端 未结 5 1843
轮回少年
轮回少年 2021-01-15 02:00

I want to login to ORKUT through a java progrram without involving IE or Firefox,

I am using HTMLUnit for this in the following manner:

import com.ga         


        
5条回答
  •  梦毁少年i
    2021-01-15 02:25

    I think you need to find out what happens on clicking submit/sign-in because I doubt the jvm should run out of memory while doing this. Maybe it goes in some kind of an infinite loop and keeps downloading data? Maybe Google's sign-in recognizes when a non browser tries logging in?

提交回复
热议问题