Skip to content

Instantly share code, notes, and snippets.

@cipherzerox
Created August 29, 2018 15:21
Show Gist options
  • Save cipherzerox/ca686f55733d5ada4781690fce94f6bf to your computer and use it in GitHub Desktop.
Save cipherzerox/ca686f55733d5ada4781690fce94f6bf to your computer and use it in GitHub Desktop.
Pulling FrostScepter class caused problems
Information:java: Errors occurred while compiling module 'Frostrealm_main'
Information:javac 1.8.0_172 was used to compile java sources
Information:8/29/2018 10:20 AM - Compilation completed with 8 errors and 0 warnings in 5 s 956 ms
C:\Users\souel\Documents\GitHub\Frostrealm\src\main\java\teamfrost\frostrealm\item\ItemFrostScepter.java
Error:(15, 28) java: cannot find symbol
symbol: class FrostRealmCore
location: package teamfrost.frostrealm
Error:(16, 36) java: cannot find symbol
symbol: class FrostRealmBlocks
location: package teamfrost.frostrealm.handler
Error:(21, 29) java: cannot find symbol
symbol: variable FrostRealmCore
location: class teamfrost.frostrealm.item.ItemFrostScepter
Error:(33, 33) java: package FrostRealmBlocks does not exist
C:\Users\souel\Documents\GitHub\Frostrealm\src\main\java\teamfrost\frostrealm\handler\FrostRealmItems.java
Error:(11, 28) java: cannot find symbol
symbol: class FrostRealmCore
location: package teamfrost.frostrealm
Error:(13, 33) java: cannot find symbol
symbol: class ItemIcyPowder
location: package teamfrost.frostrealm.item
Error:(23, 46) java: cannot find symbol
symbol: class ItemIcyPowder
location: class teamfrost.frostrealm.handler.FrostRealmItems
Error:(53, 87) java: cannot find symbol
symbol: variable FrostRealmCore
location: class teamfrost.frostrealm.handler.FrostRealmItems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment