Tagged Questions
1
vote
5answers
55 views
Java illegal start of expression
I have done a google around but can't get my head around what's wrong with my code here.
I'm getting an Illegal start of expression error in the if statement at the first 'Else if'
I'm pretty new to ...
0
votes
0answers
99 views
Unusual “Illegal Forward Referance” Java Compile error
I'm developing a small program which shows the screen co-ordinates of the mouse pointer in real time, displaying the co-ordinates in the format: "[x;y]"
Here is a small piece of code which for some ...
0
votes
1answer
2k views
java.net.MalformedURLException: Illegal character in URL
I am working on struts.I am encrypting password in one application and passing encrypted password to another application through open url connection.Some times this works fine if i click on the link ...
-5
votes
1answer
218 views
How to fix this illegal start of expression? [closed]
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* CurrencyCalculator.java
*
* Created on May 3, 2011, 9:57:40 AM
*/
/**
*
* @author ...