Click here to Skip to main content
15,898,588 members
Home / Discussions / Java
   

Java

 
Questionmysql to oracle conversion tool Pin
ankit.mathurs21-Apr-11 16:39
ankit.mathurs21-Apr-11 16:39 
AnswerRe: mysql to oracle conversion tool Pin
TorstenH.21-Apr-11 22:56
TorstenH.21-Apr-11 22:56 
Questionform validations in java Pin
ships_agr20-Apr-11 23:47
ships_agr20-Apr-11 23:47 
AnswerRe: form validations in java Pin
TorstenH.21-Apr-11 1:36
TorstenH.21-Apr-11 1:36 
GeneralRe: form validations in java Pin
ships_agr21-Apr-11 20:19
ships_agr21-Apr-11 20:19 
GeneralRe: form validations in java Pin
TorstenH.21-Apr-11 22:36
TorstenH.21-Apr-11 22:36 
GeneralRe: form validations in java Pin
ships_agr25-Apr-11 9:15
ships_agr25-Apr-11 9:15 
QuestionProblem with my code Pin
mofuobi20-Apr-11 23:45
mofuobi20-Apr-11 23:45 
public static Intent getIntentForHome(Activity paramActivity, int paramInt)<br />
  {<br />
    if ((paramActivity == null) || (paramInt == -1));<br />
    Intent localIntent1;<br />
    for (Object localObject = null; ; localObject = localIntent1)<br />
    {<br />
     <pre> return localObject;</pre><br />
      localIntent1 = new Intent(paramActivity, HomesMapActivity.class);<br />
      Intent localIntent2 = localIntent1.setAction("android.intent.action.VIEW");<br />
      Intent localIntent3 = localIntent1.putExtra("android.intent.extra.TEXT", paramInt);<br />
    }<br />
  }


if finish writing this an i got a error saying this at the selected code block

Multiple markers at this line
- Type mismatch: cannot convert from Object
to Intent
- Type mismatch: cannot convert from Object
to Intent
AnswerRe: Problem with my code Pin
TorstenH.21-Apr-11 1:30
TorstenH.21-Apr-11 1:30 
QuestionIWAB0380E Errors were encountered while validating XML schemas. XSD: Pin
R V Reddy20-Apr-11 20:07
R V Reddy20-Apr-11 20:07 
AnswerRe: IWAB0380E Errors were encountered while validating XML schemas. XSD: Pin
Peter_in_278020-Apr-11 20:45
professionalPeter_in_278020-Apr-11 20:45 
AnswerRe: IWAB0380E Errors were encountered while validating XML schemas. XSD: Pin
TorstenH.20-Apr-11 22:08
TorstenH.20-Apr-11 22:08 
GeneralRe: IWAB0380E Errors were encountered while validating XML schemas. XSD: Pin
Wael Al Wirr18-May-11 22:53
Wael Al Wirr18-May-11 22:53 
Questioncan we drop packet passing through us and resend it after altering it? Pin
csanuragjain16-Apr-11 21:17
csanuragjain16-Apr-11 21:17 
AnswerRe: can we drop packet passing through us and resend it after altering it? Pin
Richard MacCutchan16-Apr-11 21:27
mveRichard MacCutchan16-Apr-11 21:27 
GeneralRe: can we drop packet passing through us and resend it after altering it? Pin
csanuragjain16-Apr-11 22:15
csanuragjain16-Apr-11 22:15 
GeneralRe: can we drop packet passing through us and resend it after altering it? Pin
Richard MacCutchan17-Apr-11 0:58
mveRichard MacCutchan17-Apr-11 0:58 
GeneralRe: can we drop packet passing through us and resend it after altering it? Pin
csanuragjain17-Apr-11 2:27
csanuragjain17-Apr-11 2:27 
GeneralRe: can we drop packet passing through us and resend it after altering it? Pin
Richard MacCutchan17-Apr-11 2:43
mveRichard MacCutchan17-Apr-11 2:43 
GeneralRe: can we drop packet passing through us and resend it after altering it? Pin
jschell18-Apr-11 8:44
jschell18-Apr-11 8:44 
GeneralRe: can we drop packet passing through us and resend it after altering it? Pin
csanuragjain18-Apr-11 22:49
csanuragjain18-Apr-11 22:49 
GeneralRe: can we drop packet passing through us and resend it after altering it? Pin
jschell19-Apr-11 8:34
jschell19-Apr-11 8:34 
QuestionTrying to understand this Pin
Waldermort14-Apr-11 8:48
Waldermort14-Apr-11 8:48 
AnswerRe: Trying to understand this Pin
dasblinkenlight14-Apr-11 16:46
dasblinkenlight14-Apr-11 16:46 
GeneralRe: Trying to understand this Pin
Waldermort14-Apr-11 21:47
Waldermort14-Apr-11 21:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.