Click here to Skip to main content
15,886,873 members
Home / Discussions / Java
   

Java

 
GeneralRe: Relating Country to its State & Province Pin
Richard MacCutchan30-Sep-16 0:53
mveRichard MacCutchan30-Sep-16 0:53 
Questioncompile error: string is private with powershell Pin
shoysmTP15-Sep-16 0:53
shoysmTP15-Sep-16 0:53 
AnswerRe: compile error: string is private with powershell Pin
Richard MacCutchan15-Sep-16 1:40
mveRichard MacCutchan15-Sep-16 1:40 
QuestionLoad C++ Library Only Once Pin
Django_Untaken10-Sep-16 9:30
Django_Untaken10-Sep-16 9:30 
AnswerRe: Load C++ Library Only Once Pin
Richard MacCutchan10-Sep-16 20:42
mveRichard MacCutchan10-Sep-16 20:42 
GeneralRe: Load C++ Library Only Once Pin
Django_Untaken11-Sep-16 4:58
Django_Untaken11-Sep-16 4:58 
GeneralRe: Load C++ Library Only Once Pin
Richard MacCutchan11-Sep-16 6:17
mveRichard MacCutchan11-Sep-16 6:17 
QuestionI'm having some issues with a source code Pin
DarkoJava2-Sep-16 15:55
DarkoJava2-Sep-16 15:55 
Hello, I wanted to create a launcher for a game (Minecraft), but then I had an idea, that if I read some source codes that it would make it easier for me to make it, so I went searching for a source code , and I found one, but then I was testing it if it's working or not, and it opened, but then when I pressed launch after seconds it says that it couldn't update or something, I'm gonna put the source code file if you could please help me I'll appreciate that.
SKMCLauncher-fourth[^]
The error is
C#
The following information can be provided to the developer:

com.sk89q.skmcl.LauncherException: Something went wrong while trying to update.
	at com.sk89q.skmcl.launch.LaunchWorker.update(LaunchWorker.java:105)
	at com.sk89q.skmcl.launch.LaunchWorker.call(LaunchWorker.java:141)
	at com.sk89q.skmcl.launch.LaunchWorker.call(LaunchWorker.java:44)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "downloads" (Class com.sk89q.skmcl.minecraft.model.Library), not marked as ignorable
 at [Source: java.io.StringReader@6738ae66; line: 21, column: 27] (through reference chain: com.sk89q.skmcl.minecraft.model.ReleaseManifest["libraries"]->com.sk89q.skmcl.minecraft.model.Library["downloads"])
	at org.codehaus.jackson.map.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:53)
	at org.codehaus.jackson.map.deser.StdDeserializationContext.unknownFieldException(StdDeserializationContext.java:267)
	at org.codehaus.jackson.map.deser.std.StdDeserializer.reportUnknownProperty(StdDeserializer.java:673)
	at org.codehaus.jackson.map.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:659)
	at org.codehaus.jackson.map.deser.BeanDeserializer.handleUnknownProperty(BeanDeserializer.java:1365)
	at org.codehaus.jackson.map.deser.BeanDeserializer._handleUnknown(BeanDeserializer.java:725)
	at org.codehaus.jackson.map.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:703)
	at org.codehaus.jackson.map.deser.BeanDeserializer.deserialize(BeanDeserializer.java:580)
	at org.codehaus.jackson.map.deser.std.CollectionDeserializer.deserialize(CollectionDeserializer.java:217)
	at org.codehaus.jackson.map.deser.std.CollectionDeserializer.deserialize(CollectionDeserializer.java:194)
	at org.codehaus.jackson.map.deser.std.CollectionDeserializer.deserialize(CollectionDeserializer.java:30)
	at org.codehaus.jackson.map.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:299)
	at org.codehaus.jackson.map.deser.SettableBeanProperty$MethodProperty.deserializeAndSet(SettableBeanProperty.java:414)
	at org.codehaus.jackson.map.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:697)
	at org.codehaus.jackson.map.deser.BeanDeserializer.deserialize(BeanDeserializer.java:580)
	at org.codehaus.jackson.map.ObjectMapper._readMapAndClose(ObjectMapper.java:2732)
	at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1863)
	at com.sk89q.skmcl.util.HttpRequest$BufferedResponse.asJson(HttpRequest.java:470)
	at com.sk89q.skmcl.minecraft.MinecraftUpdater.installGame(MinecraftUpdater.java:166)
	at com.sk89q.skmcl.minecraft.MinecraftUpdater.call(MinecraftUpdater.java:129)
	at com.sk89q.skmcl.minecraft.MinecraftUpdater.call(MinecraftUpdater.java:53)
	at com.sk89q.skmcl.launch.LaunchWorker.update(LaunchWorker.java:101)
	... 6 more

QuestionJava sector best? Pin
Member 127154721-Sep-16 6:42
Member 127154721-Sep-16 6:42 
QuestionJava sector best? Pin
Member 127154721-Sep-16 6:42
Member 127154721-Sep-16 6:42 
AnswerRe: Java sector best? Pin
NotPolitcallyCorrect1-Sep-16 7:10
NotPolitcallyCorrect1-Sep-16 7:10 
AnswerRe: Java sector best? Pin
ZurdoDev12-Oct-16 1:08
professionalZurdoDev12-Oct-16 1:08 
QuestionExposing API VS Stored procedure Pin
Java Lead31-Aug-16 4:28
Java Lead31-Aug-16 4:28 
AnswerRe: Exposing API VS Stored procedure Pin
Richard MacCutchan31-Aug-16 4:43
mveRichard MacCutchan31-Aug-16 4:43 
QuestionCan not Access RequestAttribute in JSTL Pin
AmbiguousName26-Aug-16 0:46
AmbiguousName26-Aug-16 0:46 
AnswerRe: Can not Access RequestAttribute in JSTL Pin
rah_sin30-Aug-16 20:07
professionalrah_sin30-Aug-16 20:07 
Question[SOLVED] 'TYPE' Cannot Be Resolved To a Type in JSP Pin
Django_Untaken24-Aug-16 2:34
Django_Untaken24-Aug-16 2:34 
QuestionDrools : Exception in thread "main" java.lang.RuntimeException: Query 'results' does not exist Pin
coolSol23-Aug-16 18:37
coolSol23-Aug-16 18:37 
AnswerRe: Drools : Exception in thread "main" java.lang.RuntimeException: Query 'results' does not exist Pin
Richard MacCutchan23-Aug-16 21:02
mveRichard MacCutchan23-Aug-16 21:02 
Questionconsole output to a text file Pin
Member 1142765722-Aug-16 3:55
Member 1142765722-Aug-16 3:55 
AnswerRe: console output to a text file Pin
Richard MacCutchan22-Aug-16 4:28
mveRichard MacCutchan22-Aug-16 4:28 
Rant[REPOST] console output to a text file Pin
Richard Deeming22-Aug-16 4:31
mveRichard Deeming22-Aug-16 4:31 
QuestionShould I use Java over Python for developing web application? Pin
Rebecca199521-Aug-16 12:20
Rebecca199521-Aug-16 12:20 
AnswerRe: Should I use Java over Python for developing web application? Pin
Richard MacCutchan21-Aug-16 23:02
mveRichard MacCutchan21-Aug-16 23:02 
AnswerRe: Should I use Java over Python for developing web application? Pin
manjiriV23-Aug-16 1:56
manjiriV23-Aug-16 1:56 

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.