You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
Capital D did not work this is what the output screen says
Compiling 1 source file to D:\rscha34\Desktop\NetBean\Redsnutrition\Redsnutrition\build\tmp
D:\rscha34\Desktop\NetBean\Redsnutrition\Redsnutrition\src\schatz\redsnutrition\Screen1.java:78: error: cannot find symbol
Display.getInstance().execute("http://www.sportsdietitians.com.au");
symbol: variable Display
location: class Screen1
Note: D:\rscha34\Desktop\NetBean\Redsnutrition\Redsnutrition\src\schatz\redsnutrition\Screen1.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
D:\rscha34\Desktop\NetBean\Redsnutrition\Redsnutrition\build.xml:57: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 2 seconds)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Seinecle,
I am trying too link a webiste to my app however it is saying Builed failed. Prior to this the build was successful
This is the code that I wrote:
public void onActionEvent(com.codename1.ui.events.ActionEvent ev) {
display.getInstance().execute("http://www.sportsdietitians.com.au");
}
}
Thanks
The text was updated successfully, but these errors were encountered: